diff options
Diffstat (limited to 'pkgtools/libnbcompat/files/unsetenv.c')
-rw-r--r-- | pkgtools/libnbcompat/files/unsetenv.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgtools/libnbcompat/files/unsetenv.c b/pkgtools/libnbcompat/files/unsetenv.c new file mode 100644 index 00000000000..a4e8fad0e2c --- /dev/null +++ b/pkgtools/libnbcompat/files/unsetenv.c @@ -0,0 +1,12 @@ +/* $NetBSD: unsetenv.c,v 1.1 2004/08/23 03:32:13 jlam Exp $ */ + +/* + * Written by Klaus Klein <kleink@NetBSD.org>, April 1, 2003. + * Public domain. + */ + +#if 0 +#define __LIBC12_SOURCE__ +#endif + +#include "__unsetenv13.c" |