Move misplaced #define.

This commit is contained in:
Archie Cobbs 1999-11-19 05:49:18 +00:00
parent 19bff684a4
commit da0929306d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53405

View File

@ -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'.