diff options
author | Brian Somers <brian@FreeBSD.org> | 1999-05-09 20:02:29 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1999-05-09 20:02:29 +0000 |
commit | 3377c28cd917ccbf4aed0af7ed1c0de11f00679c (patch) | |
tree | 073ad89b860f25204fbbbd3330aa99e47a728740 /usr.sbin/ppp/pred.c | |
parent | 71a0942aca854d809265962f8b3606c72672a4ec (diff) |
Notes
Diffstat (limited to 'usr.sbin/ppp/pred.c')
-rw-r--r-- | usr.sbin/ppp/pred.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/pred.c b/usr.sbin/ppp/pred.c index 7e233b9cafd2..df4d604c9e35 100644 --- a/usr.sbin/ppp/pred.c +++ b/usr.sbin/ppp/pred.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pred.c,v 1.24 1999/03/16 01:24:23 brian Exp $ + * $Id: pred.c,v 1.25 1999/05/08 11:07:28 brian Exp $ */ #include <sys/types.h> @@ -287,7 +287,7 @@ Pred1Input(void *v, struct ccp *ccp, u_short *proto, struct mbuf *bp) } static void -Pred1DictSetup(void *v, struct ccp *ccp, u_short proto, struct mbuf * bp) +Pred1DictSetup(void *v, struct ccp *ccp, u_short proto, struct mbuf *bp) { } |