diff options
Diffstat (limited to 'lib/libnetgraph/msg.c')
-rw-r--r-- | lib/libnetgraph/msg.c | 5 |
1 files changed, 3 insertions, 2 deletions
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> |