summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>1999-11-19 05:49:18 +0000
committerarchie <archie@FreeBSD.org>1999-11-19 05:49:18 +0000
commit1a2092dbb86a07bd10d1ecff15779422a950511c (patch)
tree5addc7bd615c53e9484f27d0acb02704c2a56000 /sys
parent6b77b6cb6ee90f4e2fc81b7e2ecfd041cb4d8ceb (diff)
downloadFreeBSD-src-1a2092dbb86a07bd10d1ecff15779422a950511c.zip
FreeBSD-src-1a2092dbb86a07bd10d1ecff15779422a950511c.tar.gz
Move misplaced #define.
Diffstat (limited to 'sys')
-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