From da0929306d46257160a42bb81b33f80560969f6f Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Fri, 19 Nov 1999 05:49:18 +0000 Subject: [PATCH] Move misplaced #define. --- sys/netgraph/ng_pppoe.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 #include +#define SIGNOFF "session closed" + /* * This section contains the netgraph method declarations for the * sample node. These methods define the netgraph 'type'.