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 Include correct header file
details: https://anonhg.NetBSD.org/src/rev/ab0c2cbe3362
branches: pgoyette-compat
changeset: 360099:ab0c2cbe3362
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Fri Mar 09 04:48:42 2018 +0000
description:
Include correct header file
diffstat:
sys/compat/common/sysv_mod.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 43aee7aa5054 -r ab0c2cbe3362 sys/compat/common/sysv_mod.c
--- a/sys/compat/common/sysv_mod.c Fri Mar 09 04:42:11 2018 +0000
+++ b/sys/compat/common/sysv_mod.c Fri Mar 09 04:48:42 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sysv_mod.c,v 1.1.2.4 2018/03/09 04:42:11 pgoyette Exp $ */
+/* $NetBSD: sysv_mod.c,v 1.1.2.5 2018/03/09 04:48:42 pgoyette Exp $ */
/*-
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sysv_mod.c,v 1.1.2.4 2018/03/09 04:42:11 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sysv_mod.c,v 1.1.2.5 2018/03/09 04:48:42 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -44,7 +44,7 @@
#include <sys/syscallvar.h>
#include <sys/sysctl.h>
-#include <compat/common/sysv_ipc.h>
+#include <compat/common/sysv_mod.h>
#ifdef COMPAT_50
int sysctl_kern_sysvipc50(SYSCTLFN_PROTO);
Home |
Main Index |
Thread Index |
Old Index