mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 16:47:30 -04:00
Add RCS strings to kernel ipfilter files.
This commit is contained in:
parent
89bf63adaa
commit
ebe119ae6c
3 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
/*
|
||||
* Simple FTP transparent proxy for in-kernel use. For use with the NAT
|
||||
* code.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#define isdigit(x) ((x) >= '0' && (x) <= '9')
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
* to the original author and the contributors.
|
||||
*
|
||||
* @(#)ipl.h 1.21 6/5/96
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef __IPL_H__
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@
|
|||
* Redistribution and use in source and binary forms are permitted
|
||||
* provided that this notice is preserved and due credit is given
|
||||
* to the original author and the contributors.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
/*
|
||||
* 29/12/94 Added code from Marc Huber <huber@fzi.de> to allow it to allocate
|
||||
|
|
|
|||
Loading…
Reference in a new issue