From ff227a07ea9a4c70d2185c81b1cfc4e65ecca43b Mon Sep 17 00:00:00 2001 From: julian Date: Sun, 21 Nov 1999 10:43:05 +0000 Subject: Fixes from brian. With some changes from me. Allows FreeBSD to run as a PPPOE server One patch still not included. --- sys/netgraph/ng_socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netgraph/ng_socket.h') diff --git a/sys/netgraph/ng_socket.h b/sys/netgraph/ng_socket.h index 1aacdf3..517b316 100644 --- a/sys/netgraph/ng_socket.h +++ b/sys/netgraph/ng_socket.h @@ -53,7 +53,7 @@ /* Commands */ enum { - NGM_SOCK_CMD_NOLINGER = 1, /* close the soket on with last hook */ + NGM_SOCK_CMD_NOLINGER = 1, /* close the socket with last hook */ NGM_SOCK_CMD_LINGER /* Keep socket even if 0 hooks */ }; -- cgit v1.1