mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add Id strings
This commit is contained in:
parent
43f9e1bb41
commit
0625ba2fc3
4 changed files with 8 additions and 0 deletions
|
|
@ -11,6 +11,8 @@
|
|||
* This software is provided ``AS IS'' without any warranties of any kind.
|
||||
*
|
||||
* Snoop stuff.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "snp.h"
|
||||
|
|
|
|||
|
|
@ -59,6 +59,8 @@
|
|||
* ranges.
|
||||
*
|
||||
* This code can be compiled stand-alone for debugging.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifdef KERNEL
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@
|
|||
* This software is provided ``AS IS'' without any warranties of any kind.
|
||||
*
|
||||
* Snoop stuff.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "snp.h"
|
||||
|
|
|
|||
|
|
@ -35,6 +35,8 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue