Add __FBSDID()s to libnetgraph

This commit is contained in:
Matthew Dillon 2001-09-30 22:03:54 +00:00
parent d88aca65d2
commit fd0d00c597
3 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,3 @@
/*
* debug.c
*
@ -36,10 +35,12 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
* $FreeBSD$
* $Whistle: debug.c,v 1.24 1999/01/24 01:15:33 archie Exp $
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/time.h>
#include <sys/ioctl.h>

View File

@ -1,4 +1,3 @@
/*
* msg.c
*
@ -36,10 +35,12 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
* $FreeBSD$
* $Whistle: msg.c,v 1.9 1999/01/20 00:57:23 archie Exp $
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <stdarg.h>
#include <netgraph/ng_message.h>

View File

@ -1,4 +1,3 @@
/*
* sock.c
*
@ -36,10 +35,12 @@
*
* Author: Archie Cobbs <archie@whistle.com>
*
* $FreeBSD$
* $Whistle: sock.c,v 1.12 1999/01/20 00:57:23 archie Exp $
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <stdarg.h>
#include <netgraph/ng_message.h>