Displaying 1 result from an estimated 1 matches for "cuquigr7cyzttictdyjvhfwccdryr".
1999 Dec 09
1
bsd-login.c in pre17
Just a small fix:
if #ifdef is given multiple arguments, it only evaluates the first
and ignores the rest of the line...
Also added #include <string.h> to prevent compiler warning about
strncmp in login.
enjoy,
-dagraz
--- bsd-login.c.orig Thu Dec 9 14:52:27 1999
+++ bsd-login.c Thu Dec 9 14:58:42 1999
@@ -52,6 +52,7 @@
# include <utmp.h>
#endif
#include <stdio.h>