summaryrefslogtreecommitdiffstats
path: root/sys/net/if_sl.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-02-13 12:46:28 +0000
committerphk <phk@FreeBSD.org>1998-02-13 12:46:28 +0000
commit76528cc622637526fe2545d99fd21a2c6f39e9c4 (patch)
tree93a9b69fd7cbfbcfaa3a59dc4588bf3dfdb8dd8b /sys/net/if_sl.c
parent3a8117ec4ddcc05573335ac5f170bf00089f52da (diff)
downloadFreeBSD-src-76528cc622637526fe2545d99fd21a2c6f39e9c4.zip
FreeBSD-src-76528cc622637526fe2545d99fd21a2c6f39e9c4.tar.gz
Implement the spirit but not the letter of Terrys hot-char patch.
The differences Terrys patch and this patch are: * Remove a lot of un-needed comments. * Don't put l_hotchar at the front of stuct linesw, there is no need to. * Use the #defines for the hotchar in the SLIP and PPP line disciplines
Diffstat (limited to 'sys/net/if_sl.c')
-rw-r--r--sys/net/if_sl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/net/if_sl.c b/sys/net/if_sl.c
index f72d814..5ff58ec 100644
--- a/sys/net/if_sl.c
+++ b/sys/net/if_sl.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)if_sl.c 8.6 (Berkeley) 2/1/94
- * $Id: if_sl.c,v 1.65 1998/01/08 23:41:29 eivind Exp $
+ * $Id: if_sl.c,v 1.66 1998/02/09 06:09:54 eivind Exp $
*/
/*
@@ -196,7 +196,8 @@ static int slstart __P((struct tty *));
static struct linesw slipdisc = {
slopen, slclose, l_noread, l_nowrite,
- sltioctl, slinput, slstart, ttymodem
+ sltioctl, slinput, slstart, ttymodem,
+ FRAME_END
};
/*
OpenPOWER on IntegriCloud