diff options
| author | 1996-10-29 08:44:09 +0000 | |
|---|---|---|
| committer | 1996-10-29 08:44:09 +0000 | |
| commit | 5a7b1ffcd1705ba59ba979a65219df5a98598369 (patch) | |
| tree | 74191642412b0e9e9d3eb214496356bcea23d793 /sys/lib/libsa/netif.h | |
| parent | -Wall happiness (especially for sparc) (diff) | |
| download | wireguard-openbsd-5a7b1ffcd1705ba59ba979a65219df5a98598369.tar.xz wireguard-openbsd-5a7b1ffcd1705ba59ba979a65219df5a98598369.zip | |
-Wall happiness.
remove NENTS, it's in stand now.
Diffstat (limited to 'sys/lib/libsa/netif.h')
| -rw-r--r-- | sys/lib/libsa/netif.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/lib/libsa/netif.h b/sys/lib/libsa/netif.h index af9954b0b25..eabc08de444 100644 --- a/sys/lib/libsa/netif.h +++ b/sys/lib/libsa/netif.h @@ -1,12 +1,10 @@ -/* $OpenBSD: netif.h,v 1.2 1996/09/23 14:18:59 mickey Exp $ */ +/* $OpenBSD: netif.h,v 1.3 1996/10/29 08:44:10 mickey Exp $ */ /* $NetBSD: netif.h,v 1.4 1995/09/14 23:45:30 pk Exp $ */ #ifndef __SYS_LIBNETBOOT_NETIF_H #define __SYS_LIBNETBOOT_NETIF_H #include "iodesc.h" -#define NENTS(x) sizeof(x)/sizeof(x[0]) - struct netif_driver { char *netif_bname; int (*netif_match) __P((struct netif *, void *)); |
