projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c1252c
)
fix for NeXT
author
Paul Mackerras
<paulus@samba.org>
Fri, 19 May 1995 03:16:12 +0000
(
03:16
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 19 May 1995 03:16:12 +0000
(
03:16
+0000)
pppd/auth.c
patch
|
blob
|
history
diff --git
a/pppd/auth.c
b/pppd/auth.c
index 7d80cb07a0a960fe5284a73bc7e0eb8e0107688e..f08fb312abe2b64f90bb4dc5a04a93faa0002664 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
4 1995/04/26 06:46:2
2 paulus Exp $";
+static char rcsid[] = "$Id: auth.c,v 1.1
5 1995/05/19 03:16:1
2 paulus Exp $";
#endif
#include <stdio.h>
@@
-66,7
+66,7
@@
static char rcsid[] = "$Id: auth.c,v 1.14 1995/04/26 06:46:22 paulus Exp $";
#include "ccp.h"
#include "pathnames.h"
-#if
def sparc
+#if
defined(sparc) && !defined(NeXT)
#include <alloca.h>
#endif /*sparc*/