diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 1999-11-19 05:49:18 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 1999-11-19 05:49:18 +0000 |
| commit | da0929306d46257160a42bb81b33f80560969f6f (patch) | |
| tree | 5addc7bd615c53e9484f27d0acb02704c2a56000 | |
| parent | 19bff684a4a3f6432b47e778d9ae73c5b4db5f2b (diff) | |
Notes
| -rw-r--r-- | sys/netgraph/ng_pppoe.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netgraph/ng_pppoe.c b/sys/netgraph/ng_pppoe.c index 2d6a8adfd916..5cc7983f3f53 100644 --- a/sys/netgraph/ng_pppoe.c +++ b/sys/netgraph/ng_pppoe.c @@ -1,4 +1,4 @@ -#define SIGNOFF "session closed" + /* * ng_pppoe.c * @@ -60,6 +60,8 @@ #include <netgraph/netgraph.h> #include <netgraph/ng_pppoe.h> +#define SIGNOFF "session closed" + /* * This section contains the netgraph method declarations for the * sample node. These methods define the netgraph 'type'. |
