summaryrefslogtreecommitdiff
path: root/sys/net/if_slvar.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-10 12:31:24 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-10 12:31:24 +0000
commit6b3251024eafed21fd1f959dd3403eea5f520cc6 (patch)
tree71c753c7e8d0c4db5e1bc1fde6ad4e86ffa6f8db /sys/net/if_slvar.h
parent02ca3f3ee25cc0505314e846136b6e767eb83de8 (diff)
if_name/if_unit -> if_xname/if_softc
Diffstat (limited to 'sys/net/if_slvar.h')
-rw-r--r--sys/net/if_slvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/if_slvar.h b/sys/net/if_slvar.h
index 17cc730c162..ff24a932997 100644
--- a/sys/net/if_slvar.h
+++ b/sys/net/if_slvar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: if_slvar.h,v 1.15 1995/03/26 20:30:14 jtc Exp $ */
+/* $NetBSD: if_slvar.h,v 1.16 1996/05/07 02:40:46 thorpej Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -43,6 +43,7 @@
*/
struct sl_softc {
struct ifnet sc_if; /* network-visible interface */
+ int sc_unit; /* XXX unit number */
struct ifqueue sc_fastq; /* interactive output queue */
struct tty *sc_ttyp; /* pointer to tty structure */
u_char *sc_mp; /* pointer to next available buf char */