Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet Always include <sys/param.h> first!



details:   https://anonhg.NetBSD.org/src/rev/0c432de54a81
branches:  trunk
changeset: 565972:0c432de54a81
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Apr 24 19:59:19 2004 +0000

description:
Always include <sys/param.h> first!

diffstat:

 sys/netinet/ip_rules.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 7740d0da7e2d -r 0c432de54a81 sys/netinet/ip_rules.c
--- a/sys/netinet/ip_rules.c    Sat Apr 24 19:43:53 2004 +0000
+++ b/sys/netinet/ip_rules.c    Sat Apr 24 19:59:19 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_rules.c,v 1.1.1.1 2004/03/28 08:56:49 martti Exp $  */
+/*     $NetBSD: ip_rules.c,v 1.2 2004/04/24 19:59:19 matt Exp $        */
 
 /*
 * Copyright (C) 1993-2000 by Darren Reed.
@@ -8,6 +8,7 @@
 * to the original author and the contributors.
 */
 
+#include <sys/param.h>
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/socket.h>
@@ -15,7 +16,6 @@
 # include <sys/systm.h>
 #endif
 #include <sys/errno.h>
-#include <sys/param.h>
 #if !defined(__SVR4) && !defined(__svr4__) && !defined(__hpux)
 # include <sys/mbuf.h>
 #endif



Home | Main Index | Thread Index | Old Index