Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net Don't include machine/types.h (my fault in previous ...



details:   https://anonhg.NetBSD.org/src/rev/429efc602967
branches:  trunk
changeset: 520581:429efc602967
user:      aymeric <aymeric%NetBSD.org@localhost>
date:      Mon Jan 14 16:04:44 2002 +0000

description:
Don't include machine/types.h (my fault in previous commit)
Reported by Klaus Klein.

diffstat:

 sys/net/if_pppoe.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 5f01cd27de7e -r 429efc602967 sys/net/if_pppoe.c
--- a/sys/net/if_pppoe.c        Mon Jan 14 13:50:43 2002 +0000
+++ b/sys/net/if_pppoe.c        Mon Jan 14 16:04:44 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_pppoe.c,v 1.16 2002/01/13 10:57:57 aymeric Exp $ */
+/* $NetBSD: if_pppoe.c,v 1.17 2002/01/14 16:04:44 aymeric Exp $ */
 
 /*
  * Copyright (c) 2001 Martin Husemann. All rights reserved.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_pppoe.c,v 1.16 2002/01/13 10:57:57 aymeric Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_pppoe.c,v 1.17 2002/01/14 16:04:44 aymeric Exp $");
 
 #include "pppoe.h"
 #include "bpfilter.h"
@@ -52,7 +52,6 @@
 #include <net/bpf.h>
 #endif
 
-#include <machine/types.h>
 #ifdef __HAVE_GENERIC_SOFT_INTERRUPTS
 #include <machine/intr.h>
 #endif



Home | Main Index | Thread Index | Old Index