Changeset 63345 in vbox for trunk/src/VBox/Runtime/r0drv/netbsd/process-r0drv-netbsd.c
- Timestamp:
- Aug 11, 2016 6:25:33 PM (9 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/netbsd/process-r0drv-netbsd.c
r63342 r63345 1 1 /* $Id$ */ 2 2 /** @file 3 * IPRT - Process Management, Ring-0 Driver, FreeBSD.3 * IPRT - Process Management, Ring-0 Driver, NetBSD. 4 4 */ 5 5 6 6 /* 7 * Copyright (c) 2007 knut st. osmundsen <[email protected]>8 *9 7 * Permission is hereby granted, free of charge, to any person 10 8 * obtaining a copy of this software and associated documentation … … 29 27 */ 30 28 31 32 29 /********************************************************************************************************************************* 33 30 * Header Files * 34 31 *********************************************************************************************************************************/ 35 #include "the- freebsd-kernel.h"32 #include "the-netbsd-kernel.h" 36 33 37 34 #include <iprt/process.h> … … 49 46 return (RTR0PROCESS)curproc; 50 47 } 51
Note:
See TracChangeset
for help on using the changeset viewer.