Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/algor/algor <sys/sysctl.h> doesn't need to be after...



details:   https://anonhg.NetBSD.org/src/rev/cbc4d374cfb0
branches:  trunk
changeset: 517970:cbc4d374cfb0
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Nov 22 03:08:01 2001 +0000

description:
<sys/sysctl.h> doesn't need to be after <uvm/uvm_extern.h> anymore, put
it with the other <sys/_foo_.h> include files.

diffstat:

 sys/arch/algor/algor/machdep.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r ae3b4b954720 -r cbc4d374cfb0 sys/arch/algor/algor/machdep.c
--- a/sys/arch/algor/algor/machdep.c    Thu Nov 22 02:47:25 2001 +0000
+++ b/sys/arch/algor/algor/machdep.c    Thu Nov 22 03:08:01 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.13 2001/09/10 21:19:41 chris Exp $       */
+/*     $NetBSD: machdep.c,v 1.14 2001/11/22 03:08:01 simonb Exp $      */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -98,14 +98,13 @@
 #include <sys/kcore.h>
 #include <sys/boot_flag.h>
 #include <sys/termios.h>
+#include <sys/sysctl.h>
 
 #include <net/if.h>
 #include <net/if_ether.h>
 
 #include <uvm/uvm_extern.h>
 
-#include <sys/sysctl.h>
-
 #include <dev/cons.h>
 
 #ifdef DDB



Home | Main Index | Thread Index | Old Index