diff options
Diffstat (limited to 'usr.sbin/ngctl/msg.c')
-rw-r--r-- | usr.sbin/ngctl/msg.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/ngctl/msg.c b/usr.sbin/ngctl/msg.c index f74efde..38f0db7 100644 --- a/usr.sbin/ngctl/msg.c +++ b/usr.sbin/ngctl/msg.c @@ -35,9 +35,11 @@ * OF SUCH DAMAGE. * * $Whistle: msg.c,v 1.2 1999/11/29 23:38:35 archie Exp $ - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <err.h> #include <netgraph.h> #include <stdio.h> @@ -121,7 +123,7 @@ MsgCmd(int ac, char **av) * Read and display the next incoming control message */ void -MsgRead() +MsgRead(void) { struct ng_mesg *m, *m2; struct ng_mesg *ascii; |