From 36c443db14ed6c51be69bc9596f28b564a709a00 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Thu, 19 Aug 2004 23:35:45 +0000 Subject: [PATCH] sys/types.h ==> sys/param.h for endian macros --- usr.bin/netstat/if.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index 6ccb42a6bc..1177bc5fc1 100644 --- a/usr.bin/netstat/if.c +++ b/usr.bin/netstat/if.c @@ -32,10 +32,10 @@ * * @(#)if.c 8.3 (Berkeley) 4/28/95 * $FreeBSD: src/usr.bin/netstat/if.c,v 1.32.2.9 2001/09/17 14:35:46 ru Exp $ - * $DragonFly: src/usr.bin/netstat/if.c,v 1.5 2004/01/06 03:17:21 dillon Exp $ + * $DragonFly: src/usr.bin/netstat/if.c,v 1.6 2004/08/19 23:35:45 joerg Exp $ */ -#include +#include #include #include #include -- 2.41.0