aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/tun.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-03-20 19:48:28 +0000
committerBrian Somers <brian@FreeBSD.org>1998-03-20 19:48:28 +0000
commit2f7866811e62f81cb5c8adc015e3bb373410eaeb (patch)
tree3447424cf5c2f9d0c9bcf9288c149f51561a3fb9 /usr.sbin/ppp/tun.c
parent62043f48c61c8561f8ef5a8bfb2fed9b1fc8d942 (diff)
downloadsrc-2f7866811e62f81cb5c8adc015e3bb373410eaeb.tar.gz
src-2f7866811e62f81cb5c8adc015e3bb373410eaeb.zip
Make struct bundle into a sort of `struct descriptor'.
It does the fdsets/reads/writes for each of it's datalinks.
Notes
Notes: svn path=/cvs2svn/branches/MP/; revision=34722
Diffstat (limited to 'usr.sbin/ppp/tun.c')
-rw-r--r--usr.sbin/ppp/tun.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/tun.c b/usr.sbin/ppp/tun.c
index dc6a263029ba..500bcef9c31b 100644
--- a/usr.sbin/ppp/tun.c
+++ b/usr.sbin/ppp/tun.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: tun.c,v 1.6.4.7 1998/03/16 22:52:52 brian Exp $
+ * $Id: tun.c,v 1.6.4.8 1998/03/16 22:54:28 brian Exp $
*/
#include <sys/param.h>
@@ -56,6 +56,7 @@
#include "slcompress.h"
#include "ipcp.h"
#include "filter.h"
+#include "descriptor.h"
#include "bundle.h"
#include "tun.h"