summaryrefslogtreecommitdiffstats
path: root/lib/libnetgraph
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2001-09-30 22:03:54 +0000
committerdillon <dillon@FreeBSD.org>2001-09-30 22:03:54 +0000
commitd73daa73177d7db8a23aa1c7d04fbc86ed050e72 (patch)
treebba02a914fa99a5116b7442924a03423fb63fd98 /lib/libnetgraph
parent4bd4e36960796699f6dc4f8074439a7343a15ead (diff)
downloadFreeBSD-src-d73daa73177d7db8a23aa1c7d04fbc86ed050e72.zip
FreeBSD-src-d73daa73177d7db8a23aa1c7d04fbc86ed050e72.tar.gz
Add __FBSDID()s to libnetgraph
Diffstat (limited to 'lib/libnetgraph')
-rw-r--r--lib/libnetgraph/debug.c5
-rw-r--r--lib/libnetgraph/msg.c5
-rw-r--r--lib/libnetgraph/sock.c5
3 files changed, 9 insertions, 6 deletions
diff --git a/lib/libnetgraph/debug.c b/lib/libnetgraph/debug.c
index 131ae3c..696d7d9 100644
--- a/lib/libnetgraph/debug.c
+++ b/lib/libnetgraph/debug.c
@@ -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>
diff --git a/lib/libnetgraph/msg.c b/lib/libnetgraph/msg.c
index 4cec810..8246d42 100644
--- a/lib/libnetgraph/msg.c
+++ b/lib/libnetgraph/msg.c
@@ -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>
diff --git a/lib/libnetgraph/sock.c b/lib/libnetgraph/sock.c
index c5a8234..44af94f 100644
--- a/lib/libnetgraph/sock.c
+++ b/lib/libnetgraph/sock.c
@@ -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>
OpenPOWER on IntegriCloud