projects
/
ppp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
some extra includes (string.h and stdlib.h)
[ppp.git]
/
pppd
/
auth.c
diff --git
a/pppd/auth.c
b/pppd/auth.c
index 85ea8db1e6be826ebb740b8588e0078c9751ef0d..61a1b72d4723fb5e2e45b3c7226fa4c08f8bcdc6 100644
(file)
--- a/
pppd/auth.c
+++ b/
pppd/auth.c
@@
-33,11
+33,12
@@
*/
#ifndef lint
*/
#ifndef lint
-static char rcsid[] = "$Id: auth.c,v 1.1
0 1994/09/21 06:47:37
paulus Exp $";
+static char rcsid[] = "$Id: auth.c,v 1.1
1 1994/10/22 11:54:04
paulus Exp $";
#endif
#include <stdio.h>
#include <stddef.h>
#endif
#include <stdio.h>
#include <stddef.h>
+#include <stdlib.h>
#include <syslog.h>
#include <pwd.h>
#include <string.h>
#include <syslog.h>
#include <pwd.h>
#include <string.h>