summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/netgraph/ng_pppoe.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netgraph/ng_pppoe.c b/sys/netgraph/ng_pppoe.c
index 2d6a8ad..5cc7983 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'.
OpenPOWER on IntegriCloud