diff options
author | silby <silby@FreeBSD.org> | 2007-10-07 20:44:24 +0000 |
---|---|---|
committer | silby <silby@FreeBSD.org> | 2007-10-07 20:44:24 +0000 |
commit | f965c7bdc4f5016687632f91fa70a8f097d68bf5 (patch) | |
tree | 8e3792980e630c5b6535da499049111f6278a9f5 /sys/netinet/ip_divert.c | |
parent | 19c4fce2e39c325ffe0bd1b22f2f15e20514579f (diff) | |
download | FreeBSD-src-f965c7bdc4f5016687632f91fa70a8f097d68bf5.zip FreeBSD-src-f965c7bdc4f5016687632f91fa70a8f097d68bf5.tar.gz |
Add FBSDID to all files in netinet so that people can more
easily include file version information in bug reports.
Approved by: re (kensmith)
Diffstat (limited to 'sys/netinet/ip_divert.c')
-rw-r--r-- | sys/netinet/ip_divert.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netinet/ip_divert.c b/sys/netinet/ip_divert.c index 05eadc4..35208ff 100644 --- a/sys/netinet/ip_divert.c +++ b/sys/netinet/ip_divert.c @@ -25,10 +25,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #if !defined(KLD_MODULE) #include "opt_inet.h" #include "opt_ipfw.h" |