diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-03 04:48:09 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-03 04:48:09 +0000 |
commit | 3dc2bab62b31e6caa1a00fece6004504f8e08033 (patch) | |
tree | c3a44aeae3938880a95422164280589feafe53aa /sys/arch/hp300/stand/netio.c | |
parent | 08e8d869ff1f7248522b236f25044d2744c972dd (diff) |
Merge new config(8) support from NetBSD, by Jason Thorpe.
Also add siginfo glue, BOOT_CONFIG, and various other changes.
Diffstat (limited to 'sys/arch/hp300/stand/netio.c')
-rw-r--r-- | sys/arch/hp300/stand/netio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hp300/stand/netio.c b/sys/arch/hp300/stand/netio.c index 2afdbb9896a..14670bc2477 100644 --- a/sys/arch/hp300/stand/netio.c +++ b/sys/arch/hp300/stand/netio.c @@ -1,5 +1,5 @@ -/* $OpenBSD: netio.c,v 1.2 1997/01/17 08:32:54 downsj Exp $ */ -/* $NetBSD: netio.c,v 1.4 1996/10/06 19:07:00 thorpej Exp $ */ +/* $OpenBSD: netio.c,v 1.3 1997/02/03 04:48:06 downsj Exp $ */ +/* $NetBSD: netio.c,v 1.5 1997/01/30 10:32:56 thorpej Exp $ */ /* * Copyright (c) 1995, 1996 Jason R. Thorpe @@ -90,7 +90,7 @@ netopen(f, devname) char *devname; /* Device part of file name (or NULL). */ { int error = 0; - + /* On first open, do netif open, mount, etc. */ if (open_count == 0) { /* Find network interface. */ |