projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
41a5366
)
define alloca for SunOS
author
Paul Mackerras
<paulus@samba.org>
Sat, 14 Sep 1996 05:13:25 +0000
(
05:13
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Sat, 14 Sep 1996 05:13:25 +0000
(
05:13
+0000)
pppstats/pppstats.c
patch
|
blob
|
history
diff --git
a/pppstats/pppstats.c
b/pppstats/pppstats.c
index aa7457576dcce6a739116fced6a670c6bcbb6633..3388f7978a12acbf841c28a7ccad1bc802c1ada5 100644
(file)
--- a/
pppstats/pppstats.c
+++ b/
pppstats/pppstats.c
@@
-32,7
+32,7
@@
*/
#ifndef lint
-static char rcsid[] = "$Id: pppstats.c,v 1.1
5 1996/08/28 06:43:30
paulus Exp $";
+static char rcsid[] = "$Id: pppstats.c,v 1.1
6 1996/09/14 05:13:25
paulus Exp $";
#endif
#include <stdio.h>
@@
-71,6
+71,11
@@
int signalled; /* set if alarm goes off "early" */
char *progname;
char *interface;
+#if defined(SUNOS4)
+extern int optind;
+extern char *optarg;
+#endif
+
void
usage()
{