diff options
-rw-r--r-- | sys/net/if_vlan_var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_vlan_var.h b/sys/net/if_vlan_var.h index 979387b3c4a..9de6e6b4a26 100644 --- a/sys/net/if_vlan_var.h +++ b/sys/net/if_vlan_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vlan_var.h,v 1.14 2005/04/24 10:16:10 brad Exp $ */ +/* $OpenBSD: if_vlan_var.h,v 1.15 2005/06/07 17:35:17 camield Exp $ */ /* * Copyright 1998 Massachusetts Institute of Technology @@ -92,7 +92,7 @@ struct vlanreq { #define SIOCGETVLAN SIOCGIFGENERIC #ifdef _KERNEL -extern int vlan_input(register struct ether_header *eh, struct mbuf *m); +extern int vlan_input(struct ether_header *eh, struct mbuf *m); extern int vlan_input_tag(struct mbuf *m, u_int16_t t); #endif /* _KERNEL */ #endif /* _NET_IF_VLAN_VAR_H_ */ |