From 13defc3317e75eb1c300da13d71fcfca0afa9fea Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 15 Jun 1998 19:06:25 +0000 Subject: 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. --- usr.sbin/ppp/nat_cmd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/ppp/nat_cmd.c') diff --git a/usr.sbin/ppp/nat_cmd.c b/usr.sbin/ppp/nat_cmd.c index c4265fd..eb9d15f 100644 --- a/usr.sbin/ppp/nat_cmd.c +++ b/usr.sbin/ppp/nat_cmd.c @@ -2,7 +2,7 @@ * The code in this file was written by Eivind Eklund , * who places it in the public domain without restriction. * - * $Id: alias_cmd.c,v 1.12.2.8 1998/05/01 19:23:43 brian Exp $ + * $Id: alias_cmd.c,v 1.13 1998/05/21 21:43:42 brian Exp $ */ #include @@ -15,6 +15,7 @@ #include #include +#include "defs.h" #include "command.h" #include "log.h" #include "loadalias.h" -- cgit v1.1