From 005a25e2c241e35a57c76c177e6adcec99a51a17 Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 30 Aug 1995 00:33:22 +0000 Subject: Fix several sysinit functions that had the wrong type and unnecessarily external linkage. Remove useless comments saying that SYSINIT() does system initialization. --- sys/net/if_slvar.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/net/if_slvar.h') diff --git a/sys/net/if_slvar.h b/sys/net/if_slvar.h index ade190f..f3e22c6 100644 --- a/sys/net/if_slvar.h +++ b/sys/net/if_slvar.h @@ -32,7 +32,7 @@ * * @(#)if_slvar.h 8.3 (Berkeley) 2/1/94 * - * $Id: if_slvar.h,v 1.5 1995/03/30 20:43:32 ache Exp $ + * $Id: if_slvar.h,v 1.6 1995/05/30 08:08:13 rgrimes Exp $ */ #ifndef _NET_IF_SLVAR_H_ @@ -75,7 +75,6 @@ struct sl_softc { #define SC_AUTOCOMP IFF_LINK2 /* auto-enable TCP compression */ #ifdef KERNEL -void slattach __P((void)); int slclose __P((struct tty *,int)); int slinput __P((int, struct tty *)); int slioctl __P((struct ifnet *, int, caddr_t)); -- cgit v1.1