Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/compat/common Only need to #include sysctl.h once



details:   https://anonhg.NetBSD.org/src/rev/413d8174faa8
branches:  pgoyette-compat
changeset: 830552:413d8174faa8
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Mar 31 11:45:33 2018 +0000

description:
Only need to #include sysctl.h once

diffstat:

 sys/compat/common/vfs_syscalls_43.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 1df8d8c77c65 -r 413d8174faa8 sys/compat/common/vfs_syscalls_43.c
--- a/sys/compat/common/vfs_syscalls_43.c       Sat Mar 31 10:01:58 2018 +0000
+++ b/sys/compat/common/vfs_syscalls_43.c       Sat Mar 31 11:45:33 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vfs_syscalls_43.c,v 1.62 2017/12/03 15:23:30 christos Exp $    */
+/*     $NetBSD: vfs_syscalls_43.c,v 1.62.2.1 2018/03/31 11:45:33 pgoyette Exp $        */
 
 /*
  * Copyright (c) 1989, 1993
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_syscalls_43.c,v 1.62 2017/12/03 15:23:30 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_syscalls_43.c,v 1.62.2.1 2018/03/31 11:45:33 pgoyette Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -62,7 +62,6 @@
 #include <sys/syslog.h>
 #include <sys/unistd.h>
 #include <sys/resourcevar.h>
-#include <sys/sysctl.h>
 
 #include <sys/mount.h>
 #include <sys/syscallargs.h>



Home | Main Index | Thread Index | Old Index