diff lib-src/gnuserv.h @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 929b76928fce
line wrap: on
line diff
--- a/lib-src/gnuserv.h	Mon Aug 13 08:45:53 2007 +0200
+++ b/lib-src/gnuserv.h	Mon Aug 13 08:46:35 2007 +0200
@@ -186,15 +186,10 @@
 #undef TRUE
 #define TRUE 1
 
-extern char *getenv();
 extern char *optarg;
 extern int optind;
 extern char *progname;
 
-#ifndef BSD
-extern char *getcwd();
-#endif
-
 /* The casts shut Sun's compiler up and are safe in the context these
    are actually used. */
 #define max2(x,y) (((int) (x) > (int) (y)) ? (x) : (y))