From: niklas Date: Mon, 24 Feb 1997 13:33:56 +0000 (+0000) Subject: OpenBSD tags + some prototyping police X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e8b7e5e95c6180697e74b8e51122d9e4cadea7b2;p=openbsd OpenBSD tags + some prototyping police --- diff --git a/sys/net/bpfdesc.h b/sys/net/bpfdesc.h index a12d7ec9e06..5bf7e55418c 100644 --- a/sys/net/bpfdesc.h +++ b/sys/net/bpfdesc.h @@ -1,3 +1,4 @@ +/* $OpenBSD: bpfdesc.h,v 1.2 1997/02/24 13:33:56 niklas Exp $ */ /* $NetBSD: bpfdesc.h,v 1.11 1995/09/27 18:30:42 thorpej Exp $ */ /* diff --git a/sys/net/encap.c b/sys/net/encap.c index a8e1de64073..8f93473d0a6 100644 --- a/sys/net/encap.c +++ b/sys/net/encap.c @@ -1,3 +1,5 @@ +/* $OpenBSD: encap.c,v 1.2 1997/02/24 13:33:56 niklas Exp $ */ + /* * The author of this code is John Ioannidis, ji@tla.org, * (except when noted otherwise). diff --git a/sys/net/encap.h b/sys/net/encap.h index 4d105db0cd7..98a61491abb 100644 --- a/sys/net/encap.h +++ b/sys/net/encap.h @@ -1,3 +1,5 @@ +/* $OpenBSD: encap.h,v 1.2 1997/02/24 13:33:56 niklas Exp $ */ + /* * The author of this code is John Ioannidis, ji@tla.org, * (except when noted otherwise). diff --git a/sys/net/if_arcsubr.c b/sys/net/if_arcsubr.c index 0b77b6ef8c0..7e9cf578852 100644 --- a/sys/net/if_arcsubr.c +++ b/sys/net/if_arcsubr.c @@ -1,3 +1,4 @@ +/* $OpenBSD: if_arcsubr.c,v 1.5 1997/02/24 13:33:57 niklas Exp $ */ /* $NetBSD: if_arcsubr.c,v 1.8 1996/05/07 02:40:29 thorpej Exp $ */ /* diff --git a/sys/net/if_arp.h b/sys/net/if_arp.h index a15af81ae96..837ed1cedef 100644 --- a/sys/net/if_arp.h +++ b/sys/net/if_arp.h @@ -1,3 +1,4 @@ +/* $OpenBSD: if_arp.h,v 1.2 1997/02/24 13:33:57 niklas Exp $ */ /* $NetBSD: if_arp.h,v 1.8 1995/03/08 02:56:52 cgd Exp $ */ /* diff --git a/sys/net/if_dl.h b/sys/net/if_dl.h index 0536717a9a4..8697f1f8a56 100644 --- a/sys/net/if_dl.h +++ b/sys/net/if_dl.h @@ -1,3 +1,4 @@ +/* $OpenBSD: if_dl.h,v 1.2 1997/02/24 13:33:58 niklas Exp $ */ /* $NetBSD: if_dl.h,v 1.8 1995/03/26 20:30:13 jtc Exp $ */ /* diff --git a/sys/net/if_enc.c b/sys/net/if_enc.c index 5cecd2dfaaf..6a3c417b0a9 100644 --- a/sys/net/if_enc.c +++ b/sys/net/if_enc.c @@ -1,3 +1,5 @@ +/* $OpenBSD: if_enc.c,v 1.2 1997/02/24 13:33:58 niklas Exp $ */ + /* * The author of this code is John Ioannidis, ji@tla.org, * (except when noted otherwise). @@ -73,9 +75,11 @@ struct enc_softc *enc_softc; int nencap; -int encoutput(struct ifnet *, struct mbuf *, struct sockaddr *, struct rtentry *); -int encioctl(struct ifnet *, u_long, caddr_t); -void encrtrequest(int, struct rtentry *, struct sockaddr *); +void encattach __P((int)); +int encoutput __P((struct ifnet *, struct mbuf *, struct sockaddr *, + struct rtentry *)); +int encioctl __P((struct ifnet *, u_long, caddr_t)); +void encrtrequest __P((int, struct rtentry *, struct sockaddr *)); void encattach(int nenc) diff --git a/sys/net/if_fddi.h b/sys/net/if_fddi.h index a61e4fc466c..b4367e55138 100644 --- a/sys/net/if_fddi.h +++ b/sys/net/if_fddi.h @@ -1,3 +1,4 @@ +/* $OpenBSD: if_fddi.h,v 1.2 1997/02/24 13:33:59 niklas Exp $ */ /* $NetBSD: if_fddi.h,v 1.2 1995/08/19 04:35:28 cgd Exp $ */ /* diff --git a/sys/net/if_fddisubr.c b/sys/net/if_fddisubr.c index 1ba28a840d5..064bc688cf1 100644 --- a/sys/net/if_fddisubr.c +++ b/sys/net/if_fddisubr.c @@ -1,3 +1,4 @@ +/* $OpenBSD: if_fddisubr.c,v 1.11 1997/02/24 13:33:59 niklas Exp $ */ /* $NetBSD: if_fddisubr.c,v 1.5 1996/05/07 23:20:21 christos Exp $ */ /* diff --git a/sys/net/if_llc.h b/sys/net/if_llc.h index 150c4249260..3c6b0c12156 100644 --- a/sys/net/if_llc.h +++ b/sys/net/if_llc.h @@ -1,3 +1,4 @@ +/* $OpenBSD: if_llc.h,v 1.2 1997/02/24 13:34:00 niklas Exp $ */ /* $NetBSD: if_llc.h,v 1.6 1995/03/08 02:56:57 cgd Exp $ */ /* diff --git a/sys/net/if_pppvar.h b/sys/net/if_pppvar.h index 44a3e8d02fc..616b5504805 100644 --- a/sys/net/if_pppvar.h +++ b/sys/net/if_pppvar.h @@ -1,3 +1,4 @@ +/* $OpenBSD: if_pppvar.h,v 1.5 1997/02/24 13:34:00 niklas Exp $ */ /* $NetBSD: if_pppvar.h,v 1.4 1996/05/07 02:40:39 thorpej Exp $ */ /* * if_pppvar.h - private structures and declarations for PPP. diff --git a/sys/net/if_slvar.h b/sys/net/if_slvar.h index 5bf1bc90d39..55e87f87c4f 100644 --- a/sys/net/if_slvar.h +++ b/sys/net/if_slvar.h @@ -1,3 +1,4 @@ +/* $OpenBSD: if_slvar.h,v 1.4 1997/02/24 13:34:01 niklas Exp $ */ /* $NetBSD: if_slvar.h,v 1.16 1996/05/07 02:40:46 thorpej Exp $ */ /*- diff --git a/sys/net/if_strip.c b/sys/net/if_strip.c index 9c8e423fdb9..1a72d9b4819 100644 --- a/sys/net/if_strip.c +++ b/sys/net/if_strip.c @@ -1,3 +1,4 @@ +/* $OpenBSD: if_strip.c,v 1.6 1997/02/24 13:34:01 niklas Exp $ */ /* $NetBSD: if_strip.c,v 1.2.4.3 1996/08/03 00:58:32 jtc Exp $ */ /* from: NetBSD: if_sl.c,v 1.38 1996/02/13 22:00:23 christos Exp $ */ diff --git a/sys/net/if_stripvar.h b/sys/net/if_stripvar.h index 4d72836dde1..de66a203ed8 100644 --- a/sys/net/if_stripvar.h +++ b/sys/net/if_stripvar.h @@ -1,3 +1,4 @@ +/* $OpenBSD: if_stripvar.h,v 1.4 1997/02/24 13:34:02 niklas Exp $ */ /* $NetBSD: if_stripvar.h,v 1.2.4.1 1996/08/05 20:37:51 jtc Exp $ */ /* diff --git a/sys/net/if_types.h b/sys/net/if_types.h index 4b8fe650a59..0ef92cfbf7e 100644 --- a/sys/net/if_types.h +++ b/sys/net/if_types.h @@ -1,3 +1,4 @@ +/* $OpenBSD: if_types.h,v 1.3 1997/02/24 13:34:02 niklas Exp $ */ /* $NetBSD: if_types.h,v 1.7 1995/02/27 09:10:24 glass Exp $ */ /* diff --git a/sys/net/netisr.h b/sys/net/netisr.h index 844391d7805..b1cd7e356d1 100644 --- a/sys/net/netisr.h +++ b/sys/net/netisr.h @@ -1,3 +1,4 @@ +/* $OpenBSD: netisr.h,v 1.9 1997/02/24 13:34:03 niklas Exp $ */ /* $NetBSD: netisr.h,v 1.12 1995/08/12 23:59:24 mycroft Exp $ */ /* diff --git a/sys/net/ppp-comp.h b/sys/net/ppp-comp.h index 77ab835f107..6e34830e7ca 100644 --- a/sys/net/ppp-comp.h +++ b/sys/net/ppp-comp.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ppp-comp.h,v 1.3 1997/02/24 13:34:03 niklas Exp $ */ /* $NetBSD: ppp-comp.h,v 1.2 1996/03/15 02:28:07 paulus Exp $ */ /* @@ -26,7 +27,6 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: ppp-comp.h,v 1.2 1996/04/21 22:28:40 deraadt Exp $ */ #ifndef _NET_PPP_COMP_H diff --git a/sys/net/ppp-deflate.c b/sys/net/ppp-deflate.c index 25bc385e9eb..ee90c41029c 100644 --- a/sys/net/ppp-deflate.c +++ b/sys/net/ppp-deflate.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ppp-deflate.c,v 1.3 1997/02/24 13:34:04 niklas Exp $ */ /* $NetBSD: ppp-deflate.c,v 1.1 1996/03/15 02:28:09 paulus Exp $ */ /* diff --git a/sys/net/ppp_defs.h b/sys/net/ppp_defs.h index 9be5a9d28b4..2129a0aa052 100644 --- a/sys/net/ppp_defs.h +++ b/sys/net/ppp_defs.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ppp_defs.h,v 1.4 1997/02/24 13:34:04 niklas Exp $ */ /* $NetBSD: ppp_defs.h,v 1.1 1995/07/04 06:28:26 paulus Exp $ */ /* diff --git a/sys/net/slcompress.h b/sys/net/slcompress.h index 34f3ee7d521..9884539b974 100644 --- a/sys/net/slcompress.h +++ b/sys/net/slcompress.h @@ -1,3 +1,4 @@ +/* $OpenBSD: slcompress.h,v 1.2 1997/02/24 13:34:04 niklas Exp $ */ /* $NetBSD: slcompress.h,v 1.9 1995/07/04 06:28:29 paulus Exp $ */ /* diff --git a/sys/net/slip.h b/sys/net/slip.h index dac2d10dda9..d247287ae69 100644 --- a/sys/net/slip.h +++ b/sys/net/slip.h @@ -1,3 +1,4 @@ +/* $OpenBSD: slip.h,v 1.2 1997/02/24 13:34:05 niklas Exp $ */ /* $NetBSD: slip.h,v 1.6 1994/06/29 06:36:53 cgd Exp $ */ /*- diff --git a/sys/net/zlib.c b/sys/net/zlib.c index ece17a51870..2bcbd381548 100644 --- a/sys/net/zlib.c +++ b/sys/net/zlib.c @@ -1,3 +1,4 @@ +/* $OpenBSD: zlib.c,v 1.7 1997/02/24 13:34:06 niklas Exp $ */ /* $NetBSD: zlib.c,v 1.2 1996/03/16 23:55:40 christos Exp $ */ /* diff --git a/sys/net/zlib.h b/sys/net/zlib.h index 0bebb0f3ec5..73daf276331 100644 --- a/sys/net/zlib.h +++ b/sys/net/zlib.h @@ -1,3 +1,4 @@ +/* $OpenBSD: zlib.h,v 1.2 1997/02/24 13:34:07 niklas Exp $ */ /* $NetBSD: zlib.h,v 1.1 1996/03/15 02:28:17 paulus Exp $ */ /*