diff options
author | Eivind Eklund <eivind@FreeBSD.org> | 1998-01-08 23:42:31 +0000 |
---|---|---|
committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-01-08 23:42:31 +0000 |
commit | 1d5e9e2255b72657dba67926ac2c254fd2156698 (patch) | |
tree | 13ea282d9bdb0c5cac926cf5b20b310b41db6e81 /sys/netns | |
parent | 89d224d4156fa88b8c9b8e1d88a679756b0fdd99 (diff) | |
download | src-test2-1d5e9e2255b72657dba67926ac2c254fd2156698.tar.gz src-test2-1d5e9e2255b72657dba67926ac2c254fd2156698.zip |
Notes
Diffstat (limited to 'sys/netns')
-rw-r--r-- | sys/netns/spp_debug.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netns/spp_debug.c b/sys/netns/spp_debug.c index f979a1ec9b89..88adcab67d40 100644 --- a/sys/netns/spp_debug.c +++ b/sys/netns/spp_debug.c @@ -31,9 +31,11 @@ * SUCH DAMAGE. * * @(#)spp_debug.c 8.1 (Berkeley) 6/10/93 - * $Id$ + * $Id: spp_debug.c,v 1.8 1997/02/22 09:42:25 peter Exp $ */ +#include "opt_inet.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> |