projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
019a580
)
include alloca.h
author
Paul Mackerras
<paulus@samba.org>
Tue, 19 Dec 1995 02:04:40 +0000
(
02:04
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Tue, 19 Dec 1995 02:04:40 +0000
(
02:04
+0000)
pppd/sys-sunos4.c
patch
|
blob
|
history
diff --git
a/pppd/sys-sunos4.c
b/pppd/sys-sunos4.c
index d2f83f7239d94081fea2a6502b6031f6837424a3..730e0a78017e145e0fe18144edb0d1184fa55f94 100644
(file)
--- a/
pppd/sys-sunos4.c
+++ b/
pppd/sys-sunos4.c
@@
-26,7
+26,7
@@
*/
#ifndef lint
-static char rcsid[] = "$Id: sys-sunos4.c,v 1.
1 1995/10/27 03:54:02
paulus Exp $";
+static char rcsid[] = "$Id: sys-sunos4.c,v 1.
2 1995/12/19 02:04:40
paulus Exp $";
#endif
#include <stdio.h>
@@
-61,6
+61,10
@@
static char rcsid[] = "$Id: sys-sunos4.c,v 1.1 1995/10/27 03:54:02 paulus Exp $"
#include "pppd.h"
+#if defined(sun) && defined(sparc)
+#include <alloca.h>
+#endif /*sparc*/
+
static int pppfd;
static int fdmuxid = -1;
static int iffd;