Move misplaced #define.
This commit is contained in:
parent
19bff684a4
commit
da0929306d
@ -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'.
|
||||
|
Loading…
x
Reference in New Issue
Block a user