summaryrefslogtreecommitdiffstats
path: root/sys/net/if_slvar.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-08-30 00:33:22 +0000
committerbde <bde@FreeBSD.org>1995-08-30 00:33:22 +0000
commit005a25e2c241e35a57c76c177e6adcec99a51a17 (patch)
tree71c1bda7b39b1e37db21fd218aeac07f51bb42f8 /sys/net/if_slvar.h
parent025e99bcd14fb33fb7a8d72bd6789a053eb511d5 (diff)
downloadFreeBSD-src-005a25e2c241e35a57c76c177e6adcec99a51a17.zip
FreeBSD-src-005a25e2c241e35a57c76c177e6adcec99a51a17.tar.gz
Fix several sysinit functions that had the wrong type and unnecessarily
external linkage. Remove useless comments saying that SYSINIT() does system initialization.
Diffstat (limited to 'sys/net/if_slvar.h')
-rw-r--r--sys/net/if_slvar.h3
1 files changed, 1 insertions, 2 deletions
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));
OpenPOWER on IntegriCloud