summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2018-02-14 17:26:56 +0000
committerotto <otto@openbsd.org>2018-02-14 17:26:56 +0000
commit7188589b8974b18bc0b7c4642c48eec7eb3acb7e (patch)
tree705d60911fce01d0dda35525fb48c76141000ff9
parentIn ssl.h rev. 1.135 2018/02/14 16:16:10, jsing@ provided (diff)
downloadwireguard-openbsd-7188589b8974b18bc0b7c4642c48eec7eb3acb7e.tar.xz
wireguard-openbsd-7188589b8974b18bc0b7c4642c48eec7eb3acb7e.zip
Zero as (un)mount flag is valid; ok millert@
-rw-r--r--usr.bin/kdump/mksubr4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/kdump/mksubr b/usr.bin/kdump/mksubr
index 426221c86cb..611d249f3a9 100644
--- a/usr.bin/kdump/mksubr
+++ b/usr.bin/kdump/mksubr
@@ -1,5 +1,5 @@
#!/bin/sh
-# $OpenBSD: mksubr,v 1.34 2018/02/11 18:45:51 otto Exp $
+# $OpenBSD: mksubr,v 1.35 2018/02/14 17:26:56 otto Exp $
#
# Copyright (c) 2006 David Kirchner <dpk@dpk.net>
#
@@ -316,7 +316,7 @@ auto_or_type "mmapflagsname" "(__)?MAP_[A-Z]+[[:space:]]+0x[0-9A-Fa-f]+" "sys/mm
auto_orz_type "wait4optname" "W[A-Z]+[[:space:]]+[0-9]+" "sys/wait.h"
#auto_or_type "timerflagsname" "TIMER_[A-Z]+[[:space:]]+0x[0-9A-Fa-f]+" "sys/time.h"
#auto_or_type "getfsstatflagsname" "MNT_[A-Z]+[[:space:]]+[1-9][0-9]*" "sys/mount.h"
-auto_or_type "mountflagsname" "MNT_[A-Z]+[[:space:]]+0x[0-9]+" "sys/mount.h"
+auto_orz_type "mountflagsname" "MNT_[A-Z]+[[:space:]]+0x[0-9]+" "sys/mount.h"
auto_or_type "rebootoptname" "RB_[A-Z]+[[:space:]]+0x[0-9]+" "sys/reboot.h"
auto_or_type "flockname" "LOCK_[A-Z]+[[:space:]]+0x[0-9]+" "sys/fcntl.h"
#auto_or_type "thrcreateflagsname" "THR_[A-Z]+[[:space:]]+0x[0-9]+" "sys/thr.h"