equal
deleted
inserted
replaced
12 #include <signal.h> |
12 #include <signal.h> |
13 #if HAVE_UNISTD_H |
13 #if HAVE_UNISTD_H |
14 #include <unistd.h> |
14 #include <unistd.h> |
15 #endif |
15 #endif |
16 |
16 |
17 static const char rcsid[]="$Id: authmod.c,v 1.1 2000/04/13 17:55:05 bruce Exp $"; |
17 static const char rcsid[]="$Id: authmod.c,v 1.2 2000/12/18 20:20:10 bruce Exp $"; |
18 |
18 |
19 static char authrec[BUFSIZ]; |
19 static char authrec[BUFSIZ]; |
20 static char buf[BUFSIZ]; |
20 static char buf[BUFSIZ]; |
21 |
21 |
22 void authmod_init( |
22 void authmod_init( |