mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Move misplaced #define.
This commit is contained in:
parent
19bff684a4
commit
da0929306d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53405
@ -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…
Reference in New Issue
Block a user