diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:03:54 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:03:54 +0000 |
| commit | fd0d00c59747ea3700ebf727eda9df09e8dc7fd9 (patch) | |
| tree | bba02a914fa99a5116b7442924a03423fb63fd98 /lib/libnetgraph/debug.c | |
| parent | d88aca65d2fda0b9f438218fd88d3acf79b48df9 (diff) | |
Notes
Diffstat (limited to 'lib/libnetgraph/debug.c')
| -rw-r--r-- | lib/libnetgraph/debug.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libnetgraph/debug.c b/lib/libnetgraph/debug.c index 131ae3c89c4a..696d7d945bce 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> |
