Subject: ppp_headers break userland compiles
To: None <current-users@NetBSD.ORG>
From: Jan-Hinrich Fessel <oskar@zappa.unna.ping.de>
List: current-users
Date: 07/05/1995 21:50:14
following is a fix for /usr/src/sys/net/if_ppp.h.
The changes introduced on July 4th did break userland compiles
of related code.
Still pppd.c doesn't compile on my system, since 
I cannot locate the definition of SC_ENABLE_IP anymore.

zappa# diff -c2 if_ppp.h- if_ppp.h
*** if_ppp.h-   Tue Jul  4 09:05:36 1995
--- if_ppp.h    Wed Jul  5 21:47:21 1995
***************
*** 23,26 ****
--- 23,28 ----
  #define _IF_PPP_H_
  
+ #include <net/ppp_defs.h>
+ 
  /*
   * Packet sizes

Gruesse
	Oskar

 ==============================================================================
 					Tragbar ist, was nicht herunterfaellt.
						    oskar@zappa.unna.ping.de
 ==============================================================================