Get rid of an unnecessary chmod (it wasn't being used on Linux anyway).
[mpls-ppp.git] / freebsd-3.0 / patch.if_ppp.h
blob393761818457aa3ba4841c8f0ddd95fb6fc1fdb6
1 --- sys.stable/net/if_ppp.h Sat Oct 18 04:02:39 1997
2 +++ /usr/src/synclink/bsd3/if_ppp.h Fri Apr 16 12:54:12 1999
3 @@ -53,6 +53,7 @@
4 #define SC_RCV_B7_1 0x02000000 /* have rcvd char with bit 7 = 1 */
5 #define SC_RCV_EVNP 0x04000000 /* have rcvd char with even parity */
6 #define SC_RCV_ODDP 0x08000000 /* have rcvd char with odd parity */
7 +#define SC_SYNC 0x00200000 /* synchronous HDLC */
8 #define SC_MASK 0x0fff00ff /* bits that user can change */