OpenBSD tags + some prototyping police
authorniklas <niklas@openbsd.org>
Mon, 24 Feb 1997 13:33:56 +0000 (13:33 +0000)
committerniklas <niklas@openbsd.org>
Mon, 24 Feb 1997 13:33:56 +0000 (13:33 +0000)
23 files changed:
sys/net/bpfdesc.h
sys/net/encap.c
sys/net/encap.h
sys/net/if_arcsubr.c
sys/net/if_arp.h
sys/net/if_dl.h
sys/net/if_enc.c
sys/net/if_fddi.h
sys/net/if_fddisubr.c
sys/net/if_llc.h
sys/net/if_pppvar.h
sys/net/if_slvar.h
sys/net/if_strip.c
sys/net/if_stripvar.h
sys/net/if_types.h
sys/net/netisr.h
sys/net/ppp-comp.h
sys/net/ppp-deflate.c
sys/net/ppp_defs.h
sys/net/slcompress.h
sys/net/slip.h
sys/net/zlib.c
sys/net/zlib.h

index a12d7ec..5bf7e55 100644 (file)
@@ -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 $     */
 
 /*
index a8e1de6..8f93473 100644 (file)
@@ -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).
index 4d105db..98a6149 100644 (file)
@@ -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).
index 0b77b6e..7e9cf57 100644 (file)
@@ -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 $   */
 
 /*
index a15af81..837ed1c 100644 (file)
@@ -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 $   */
 
 /*
index 0536717..8697f1f 100644 (file)
@@ -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 $    */
 
 /*
index 5cecd2d..6a3c417 100644 (file)
@@ -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)
index a61e4fc..b4367e5 100644 (file)
@@ -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 $  */
 
 /*
index 1ba28a8..064bc68 100644 (file)
@@ -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 $ */
 
 /*
index 150c424..3c6b0c1 100644 (file)
@@ -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 $   */
 
 /*
index 44a3e8d..616b550 100644 (file)
@@ -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.
index 5bf1bc9..55e87f8 100644 (file)
@@ -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 $    */
 
 /*-
index 9c8e423..1a72d9b 100644 (file)
@@ -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 $ */
 
index 4d72836..de66a20 100644 (file)
@@ -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 $  */
 
 /*
index 4b8fe65..0ef92cf 100644 (file)
@@ -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 $       */
 
 /*
index 844391d..b1cd7e3 100644 (file)
@@ -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 $      */
 
 /*
index 77ab835..6e34830 100644 (file)
@@ -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
index 25bc385..ee90c41 100644 (file)
@@ -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 $   */
 
 /*
index 9be5a9d..2129a0a 100644 (file)
@@ -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 $      */
 
 /*
index 34f3ee7..9884539 100644 (file)
@@ -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 $    */
 
 /*
index dac2d10..d247287 100644 (file)
@@ -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 $     */
 
 /*-
index ece17a5..2bcbd38 100644 (file)
@@ -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 $        */
 
 /*
index 0bebb0f..73daf27 100644 (file)
@@ -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 $  */
 
 /*