VirtualBox

Changeset 4534 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 5, 2007 2:02:30 PM (17 years ago)
Author:
vboxsync
Message:

FreeBSD needs extern char environ; Assume the other BSD needs this too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/env-generic.cpp

    r4476 r4534  
    3535# include <crt_externs.h>
    3636#endif
    37 #if defined(RT_OS_SOLARIS)
     37#if defined(RT_OS_SOLARIS) || defined(RT_OS_FREEBSD) || defined(RT_OS_NETBSD) || defined(RT_OS_OPENBSD)
    3838__BEGIN_DECLS
    3939extern char **environ;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette