=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/sudo.h,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/sudo/Attic/sudo.h 2004/01/05 00:23:57 1.13 --- src/usr.bin/sudo/Attic/sudo.h 2004/01/12 19:13:21 1.14 *************** *** 182,187 **** --- 182,190 ---- */ #define YY_DECL int yylex __P((void)) + #ifndef HAVE_CLOSEFROM + void closefrom __P((int)); + #endif #ifndef HAVE_GETCWD char *getcwd __P((char *, size_t size)); #endif