projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bdc1c0
)
Minor fix to #if around alloca.h
author
Paul Mackerras
<paulus@samba.org>
Tue, 4 Jul 1995 12:34:17 +0000
(12:34 +0000)
committer
Paul Mackerras
<paulus@samba.org>
Tue, 4 Jul 1995 12:34:17 +0000
(12:34 +0000)
pppd/auth.c
patch
|
blob
|
history
diff --git
a/pppd/auth.c
b/pppd/auth.c
index f08fb312abe2b64f90bb4dc5a04a93faa0002664..18f60f0197c850dd4eb245d38f83052cc83ab745 100644
(file)
--- a/
pppd/auth.c
+++ b/
pppd/auth.c
@@
-33,7
+33,7
@@
*/
#ifndef lint
-static char rcsid[] = "$Id: auth.c,v 1.1
5 1995/05/19 03:16:12
paulus Exp $";
+static char rcsid[] = "$Id: auth.c,v 1.1
6 1995/07/04 12:34:17
paulus Exp $";
#endif
#include <stdio.h>
@@
-66,7
+66,7
@@
static char rcsid[] = "$Id: auth.c,v 1.15 1995/05/19 03:16:12 paulus Exp $";
#include "ccp.h"
#include "pathnames.h"
-#if defined(s
parc) && !defined(NeXT
)
+#if defined(s
un) && defined(sparc
)
#include <alloca.h>
#endif /*sparc*/