diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-18 22:36:09 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-18 22:36:09 +0000 |
| commit | f23b4c91c4fb94e1bb6aeb4e7747f4ccf7767b41 (patch) | |
| tree | 6b83fdf6eb5926c2f3d175a83d24bf5a2611a012 /sys/net/if.h | |
| parent | fa074287a4952da8528838c7812d02678e4c7205 (diff) | |
Notes
Diffstat (limited to 'sys/net/if.h')
| -rw-r--r-- | sys/net/if.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if.h b/sys/net/if.h index 107d7e705a8c..3b1e6d83f8ab 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if.h 8.1 (Berkeley) 6/10/93 - * $Id: if.h,v 1.3 1994/08/02 07:46:07 davidg Exp $ + * $Id: if.h,v 1.4 1994/08/08 10:49:19 davidg Exp $ */ /* @@ -343,7 +343,7 @@ void if_up __P((struct ifnet *)); void ifubareset __P((int)); #endif int ifconf __P((int, caddr_t)); -void ifinit __P((void)); +/*void ifinit __P((void));*/ /* declared in systm.h for main() */ int ifioctl __P((struct socket *, int, caddr_t, struct proc *)); int ifpromisc __P((struct ifnet *, int)); struct ifnet *ifunit __P((char *)); |
