summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/slcompress.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-06-15 19:06:25 +0000
committerbrian <brian@FreeBSD.org>1998-06-15 19:06:25 +0000
commit13defc3317e75eb1c300da13d71fcfca0afa9fea (patch)
treeb381951b12d7887e75222845d5020654bac355ca /usr.sbin/ppp/slcompress.c
parent3f8652a3018ca60b9dd6e6cabb477c7abf044e98 (diff)
downloadFreeBSD-src-13defc3317e75eb1c300da13d71fcfca0afa9fea.zip
FreeBSD-src-13defc3317e75eb1c300da13d71fcfca0afa9fea.tar.gz
Fix a rather nasty use of `static'. This caused a SEGV
when running ``link * load label'' as we ended up recursing back into command_Interpret after nuking our command arg list.
Diffstat (limited to 'usr.sbin/ppp/slcompress.c')
-rw-r--r--usr.sbin/ppp/slcompress.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/slcompress.c b/usr.sbin/ppp/slcompress.c
index bd6ca4e..503f470 100644
--- a/usr.sbin/ppp/slcompress.c
+++ b/usr.sbin/ppp/slcompress.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: slcompress.c,v 1.16 1998/05/21 21:48:27 brian Exp $
+ * $Id: slcompress.c,v 1.17 1998/06/14 00:56:11 brian Exp $
*
* Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989:
* - Initial distribution.
@@ -34,10 +34,10 @@
#include <string.h>
#include <termios.h>
+#include "defs.h"
#include "command.h"
#include "mbuf.h"
#include "log.h"
-#include "defs.h"
#include "slcompress.h"
#include "descriptor.h"
#include "prompt.h"
OpenPOWER on IntegriCloud