Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libsa no need to include "netif.h" anymore
details: https://anonhg.NetBSD.org/src/rev/08ecc82d5695
branches: trunk
changeset: 544126:08ecc82d5695
user: drochner <drochner%NetBSD.org@localhost>
date: Wed Mar 12 14:51:31 2003 +0000
description:
no need to include "netif.h" anymore
(shared interface stuff is in iodesc.h, included by net.h)
diffstat:
sys/lib/libsa/bootp.c | 3 +--
sys/lib/libsa/bootparam.c | 3 +--
sys/lib/libsa/ether.c | 3 +--
sys/lib/libsa/nfs.c | 3 +--
sys/lib/libsa/rarp.c | 3 +--
sys/lib/libsa/rpc.c | 3 +--
sys/lib/libsa/tftp.c | 3 +--
7 files changed, 7 insertions(+), 14 deletions(-)
diffs (119 lines):
diff -r 7066f189c40a -r 08ecc82d5695 sys/lib/libsa/bootp.c
--- a/sys/lib/libsa/bootp.c Wed Mar 12 14:49:19 2003 +0000
+++ b/sys/lib/libsa/bootp.c Wed Mar 12 14:51:31 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bootp.c,v 1.23 2003/02/25 14:42:30 ragge Exp $ */
+/* $NetBSD: bootp.c,v 1.24 2003/03/12 14:51:31 drochner Exp $ */
/*
* Copyright (c) 1992 Regents of the University of California.
@@ -51,7 +51,6 @@
#include "stand.h"
#include "net.h"
-#include "netif.h"
#include "bootp.h"
struct in_addr servip;
diff -r 7066f189c40a -r 08ecc82d5695 sys/lib/libsa/bootparam.c
--- a/sys/lib/libsa/bootparam.c Wed Mar 12 14:49:19 2003 +0000
+++ b/sys/lib/libsa/bootparam.c Wed Mar 12 14:51:31 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bootparam.c,v 1.13 1999/11/13 21:17:56 thorpej Exp $ */
+/* $NetBSD: bootparam.c,v 1.14 2003/03/12 14:51:31 drochner Exp $ */
/*
* Copyright (c) 1995 Gordon W. Ross
@@ -52,7 +52,6 @@
#include "stand.h"
#include "net.h"
-#include "netif.h"
#include "rpc.h"
#include "bootparam.h"
diff -r 7066f189c40a -r 08ecc82d5695 sys/lib/libsa/ether.c
--- a/sys/lib/libsa/ether.c Wed Mar 12 14:49:19 2003 +0000
+++ b/sys/lib/libsa/ether.c Wed Mar 12 14:51:31 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ether.c,v 1.15 2000/03/30 12:19:48 augustss Exp $ */
+/* $NetBSD: ether.c,v 1.16 2003/03/12 14:51:31 drochner Exp $ */
/*
* Copyright (c) 1992 Regents of the University of California.
@@ -56,7 +56,6 @@
#include "stand.h"
#include "net.h"
-#include "netif.h"
/* Caller must leave room for ethernet header in front!! */
ssize_t
diff -r 7066f189c40a -r 08ecc82d5695 sys/lib/libsa/nfs.c
--- a/sys/lib/libsa/nfs.c Wed Mar 12 14:49:19 2003 +0000
+++ b/sys/lib/libsa/nfs.c Wed Mar 12 14:51:31 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nfs.c,v 1.29 2000/03/30 12:19:48 augustss Exp $ */
+/* $NetBSD: nfs.c,v 1.30 2003/03/12 14:51:31 drochner Exp $ */
/*-
* Copyright (c) 1993 John Brezak
@@ -56,7 +56,6 @@
#include "stand.h"
#include "net.h"
-#include "netif.h"
#include "nfs.h"
#include "rpc.h"
diff -r 7066f189c40a -r 08ecc82d5695 sys/lib/libsa/rarp.c
--- a/sys/lib/libsa/rarp.c Wed Mar 12 14:49:19 2003 +0000
+++ b/sys/lib/libsa/rarp.c Wed Mar 12 14:51:31 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rarp.c,v 1.20 2000/03/30 12:19:48 augustss Exp $ */
+/* $NetBSD: rarp.c,v 1.21 2003/03/12 14:51:31 drochner Exp $ */
/*
* Copyright (c) 1992 Regents of the University of California.
@@ -54,7 +54,6 @@
#include "stand.h"
#include "net.h"
-#include "netif.h"
/*
diff -r 7066f189c40a -r 08ecc82d5695 sys/lib/libsa/rpc.c
--- a/sys/lib/libsa/rpc.c Wed Mar 12 14:49:19 2003 +0000
+++ b/sys/lib/libsa/rpc.c Wed Mar 12 14:51:31 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rpc.c,v 1.21 2000/03/30 12:19:49 augustss Exp $ */
+/* $NetBSD: rpc.c,v 1.22 2003/03/12 14:51:32 drochner Exp $ */
/*
* Copyright (c) 1992 Regents of the University of California.
@@ -63,7 +63,6 @@
#include "stand.h"
#include "net.h"
-#include "netif.h"
#include "rpc.h"
struct auth_info {
diff -r 7066f189c40a -r 08ecc82d5695 sys/lib/libsa/tftp.c
--- a/sys/lib/libsa/tftp.c Wed Mar 12 14:49:19 2003 +0000
+++ b/sys/lib/libsa/tftp.c Wed Mar 12 14:51:31 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tftp.c,v 1.12 2003/01/12 18:59:15 christos Exp $ */
+/* $NetBSD: tftp.c,v 1.13 2003/03/12 14:51:32 drochner Exp $ */
/*
* Copyright (c) 1996
@@ -62,7 +62,6 @@
#include "stand.h"
#include "net.h"
-#include "netif.h"
#include "tftp.h"
Home |
Main Index |
Thread Index |
Old Index