Changeset 7517 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Mar 22, 2008 11:15:44 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28986
- Location:
- trunk/src/VBox/Additions/common/VBoxService
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk
r6469 r7517 43 43 $(VBOX_LIB_IPRT_GUEST_R3) \ 44 44 $(VBOX_LIB_VBGL_R3) 45 45 VBoxService_LIBS.freebsd = \ 46 iconv 47 VBoxService_LIBPATH.freebsd = \ 48 /usr/local/lib 46 49 include $(PATH_KBUILD)/subfooter.kmk 47 50 -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h
r6136 r7517 93 93 extern int VBoxServiceArgUInt32(int argc, char **argv, const char *psz, int *pi, uint32_t *pu32, uint32_t u32Min, uint32_t u32Max); 94 94 95 #if defined(RT_OS_OS2) || defined(RT_OS_WINDOWS) || defined(RT_OS_SOLARIS) 95 #if defined(RT_OS_OS2) || defined(RT_OS_WINDOWS) || defined(RT_OS_SOLARIS) || defined(RT_OS_FREEBSD) 96 96 extern int daemon(int, int); 97 97 #endif
Note:
See TracChangeset
for help on using the changeset viewer.