Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 Include opt_quota.h



details:   https://anonhg.NetBSD.org/src/rev/3b7bee4c651f
branches:  trunk
changeset: 452106:3b7bee4c651f
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Jun 18 16:05:30 2019 +0000

description:
Include opt_quota.h

Fixes (at least) the amd64 build.

diffstat:

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

diffs (26 lines):

diff -r 63059ab3abbc -r 3b7bee4c651f sys/compat/netbsd32/netbsd32_netbsd.c
--- a/sys/compat/netbsd32/netbsd32_netbsd.c     Tue Jun 18 15:26:27 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_netbsd.c     Tue Jun 18 16:05:30 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_netbsd.c,v 1.223 2019/01/27 02:08:40 pgoyette Exp $   */
+/*     $NetBSD: netbsd32_netbsd.c,v 1.224 2019/06/18 16:05:30 pgoyette Exp $   */
 
 /*
  * Copyright (c) 1998, 2001, 2008, 2018 Matthew R. Green
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.223 2019/01/27 02:08:40 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.224 2019/06/18 16:05:30 pgoyette Exp $");
 
 /*
  * below are all the standard NetBSD system calls, in the 32bit
@@ -53,6 +53,7 @@
 #include "opt_compat_43.h"
 #include "opt_sysv.h"
 #include "opt_syscall_debug.h"
+#include "opt_quota.h"
 #endif
 
 #include <sys/param.h>



Home | Main Index | Thread Index | Old Index