From: Paul Mackerras Date: Thu, 13 May 1999 00:31:49 +0000 (+0000) Subject: freebsd update from Paul Fulghum X-Git-Tag: ppp-2.4.7~706 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=6da76c17317b4fb6d06a0b8a84861eb2bb4160bc freebsd update from Paul Fulghum --- diff --git a/configure b/configure index 190469c..cbb1d78 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.16 1999/04/27 22:18:39 varadhan Exp $ +# $Id: configure,v 1.17 1999/05/13 00:31:34 paulus Exp $ if [ -d /NextApps ]; then system="NeXTStep" @@ -50,7 +50,9 @@ case $system in case $release in 1.*) state="known"; ksrc="freebsd-old";; 2.[01]*) state="known"; ksrc="freebsd-2.0";; - 2.[2-9]*) state="late"; ksrc="freebsd-2.0";; + 2.2.[2-7]*) state="late"; ksrc="freebsd-2.0";; + 2.2.8*) state="known"; ksrc="freebsd-2.2.8";; + 3.[0-1]*) state="known"; ksrc="freebsd-3.0";; esac;; NeXTStep) makext="NeXT"; diff --git a/include/net/if_ppp.h b/include/net/if_ppp.h index e414a84..c8faf40 100644 --- a/include/net/if_ppp.h +++ b/include/net/if_ppp.h @@ -1,4 +1,4 @@ -/* $Id: if_ppp.h,v 1.17 1998/03/25 04:03:13 paulus Exp $ */ +/* $Id: if_ppp.h,v 1.18 1999/05/13 00:31:49 paulus Exp $ */ /* * if_ppp.h - Point-to-Point Protocol definitions. @@ -42,6 +42,7 @@ #define SC_RCV_B7_1 0x02000000 /* have rcvd char with bit 7 = 1 */ #define SC_RCV_EVNP 0x04000000 /* have rcvd char with even parity */ #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */ +#define SC_SYNC 0x00200000 /* use synchronous HDLC framing */ #define SC_MASK 0x0fff00ff /* bits that user can change */ /*