summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_san_obsd.c
diff options
context:
space:
mode:
authorAlex Feldman <alex@cvs.openbsd.org>2004-07-16 15:11:46 +0000
committerAlex Feldman <alex@cvs.openbsd.org>2004-07-16 15:11:46 +0000
commit25a92820f089dc87ce3ef9bcb777d7b80c037cc1 (patch)
tree8ba91a25621c09dea6ea67bb7065a2aa00993f6e /sys/dev/pci/if_san_obsd.c
parent409820beb8c529b2d4250186df30b67c28d5bbd7 (diff)
Aft source update.
mcbride ok.
Diffstat (limited to 'sys/dev/pci/if_san_obsd.c')
-rw-r--r--sys/dev/pci/if_san_obsd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/pci/if_san_obsd.c b/sys/dev/pci/if_san_obsd.c
index 99d26d54687..39f5f467ca9 100644
--- a/sys/dev/pci/if_san_obsd.c
+++ b/sys/dev/pci/if_san_obsd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_san_obsd.c,v 1.3 2004/06/26 22:48:14 mcbride Exp $ */
+/* $OpenBSD: if_san_obsd.c,v 1.4 2004/07/16 15:11:45 alex Exp $ */
/*-
* Copyright (c) 2001-2004 Sangoma Technologies (SAN)
@@ -32,7 +32,6 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-# include </usr/include/bitstring.h>
# include <sys/types.h>
# include <sys/param.h>
# include <sys/systm.h>
@@ -115,7 +114,7 @@ wanpipe_generic_name(sdla_t *card, char *ifname)
}
int
-wanpipe_generic_register (sdla_t *card, struct ifnet *ifp, char *ifname)
+wanpipe_generic_register(sdla_t *card, struct ifnet *ifp, char *ifname)
{
if (ifname == NULL || strlen(ifname) > IFNAMSIZ) {
return (-EINVAL);