diff options
author | 2002-03-15 01:20:03 +0000 | |
---|---|---|
committer | 2002-03-15 01:20:03 +0000 | |
commit | 00caae4baf9e792d7b51ca1a041f452d045868fc (patch) | |
tree | b2496c91d9c873ecb4b779c3dd430f13fe53beae /sys/netiso/iso_var.h | |
parent | The previous commit broke the bootblocks, since uvmexp is not available (diff) | |
download | wireguard-openbsd-00caae4baf9e792d7b51ca1a041f452d045868fc.tar.xz wireguard-openbsd-00caae4baf9e792d7b51ca1a041f452d045868fc.zip |
Cosmetic changes only, primarily making comments line up nicely after the
__P removal.
Diffstat (limited to 'sys/netiso/iso_var.h')
-rw-r--r-- | sys/netiso/iso_var.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/netiso/iso_var.h b/sys/netiso/iso_var.h index dc95e436135..bc2a88b4d6f 100644 --- a/sys/netiso/iso_var.h +++ b/sys/netiso/iso_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: iso_var.h,v 1.4 2002/03/14 01:27:12 millert Exp $ */ +/* $OpenBSD: iso_var.h,v 1.5 2002/03/15 01:20:04 millert Exp $ */ /* $NetBSD: iso_var.h,v 1.8 1996/02/13 22:10:32 christos Exp $ */ /*- @@ -144,8 +144,7 @@ int iso_hash(struct sockaddr_iso *, struct afhash *); int iso_netof(struct iso_addr *, caddr_t); int iso_control(struct socket *, u_long, caddr_t, struct ifnet *); void iso_ifscrub(struct ifnet *, struct iso_ifaddr *); -int iso_ifinit(struct ifnet *, struct iso_ifaddr *, struct sockaddr_iso *, - int ); +int iso_ifinit(struct ifnet *, struct iso_ifaddr *, struct sockaddr_iso *, int); struct ifaddr *iso_ifwithidi(struct sockaddr *); int iso_ck_addr(struct iso_addr *); int iso_eqtype(struct iso_addr *, struct iso_addr *); |