summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2013-04-16 05:12:40 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2013-04-16 05:12:40 +0000
commit38f19cce245ef94d059f4e1d379464def74c81cd (patch)
tree45678f3e3d4ed958710891ac030e782d854a4192 /sys/kern
parent4f36f3ee3414bff736dafa8ce66d22774008569c (diff)
Some compat options require snapshot coordination
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/syscalls.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/kern/syscalls.conf b/sys/kern/syscalls.conf
index deaac702e78..687901eaa48 100644
--- a/sys/kern/syscalls.conf
+++ b/sys/kern/syscalls.conf
@@ -1,10 +1,14 @@
-# $OpenBSD: syscalls.conf,v 1.16 2013/04/15 15:32:19 jsing Exp $
+# $OpenBSD: syscalls.conf,v 1.17 2013/04/16 05:12:39 guenther Exp $
# $NetBSD: syscalls.conf,v 1.2 1994/10/26 06:45:57 cgd Exp $
sysnames="syscalls.c"
sysnumhdr="../sys/syscall.h"
syssw="init_sysent.c"
sysarghdr="../sys/syscallargs.h"
+
+# Any additions to the next line for options that are required for the
+# (new) kernel to boot an existing userland must be coordinated with
+# the snapshot builders
compatopts="compat_o51 compat_o53"
libcompatopts=""