Add __FBSDID()s to libnetgraph
This commit is contained in:
parent
d88aca65d2
commit
fd0d00c597
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user