diff options
-rw-r--r-- | lib/libnetgraph/debug.c | 5 | ||||
-rw-r--r-- | lib/libnetgraph/msg.c | 5 | ||||
-rw-r--r-- | lib/libnetgraph/sock.c | 5 |
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> |