diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-04-12 12:33:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-04-12 12:33:05 +0000 |
commit | 71f0551d48ea42d77fd272da8e5582257066bc91 (patch) | |
tree | 067a66c69ec9a4b07b3447636a9a0b64f5a58630 /usr.bin/kdump/mksubr | |
parent | bbb2cf89e5c1287c0d503dd8bc14ea689e7883de (diff) |
remove rfork(); ok guenther miod
Diffstat (limited to 'usr.bin/kdump/mksubr')
-rw-r--r-- | usr.bin/kdump/mksubr | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/kdump/mksubr b/usr.bin/kdump/mksubr index d3ece70c93c..2cabc36f31f 100644 --- a/usr.bin/kdump/mksubr +++ b/usr.bin/kdump/mksubr @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: mksubr,v 1.9 2012/03/19 09:05:39 guenther Exp $ +# $OpenBSD: mksubr,v 1.10 2012/04/12 12:33:04 deraadt Exp $ # # Copyright (c) 2006 David Kirchner <dpk@dpk.net> # @@ -414,7 +414,6 @@ 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" auto_or_type "mlockallname" "MCL_[A-Z]+[[:space:]]+0x[0-9]+" "sys/mman.h" auto_orz_type "shmatname" "SHM_[A-Z]+[[:space:]]+[0-9]{6}" "sys/shm.h" -#auto_or_type "rforkname" "RF[A-Z]+[[:space:]]+\([0-9]+<<[0-9]+\)" "sys/unistd.h" #auto_or_type "nfssvcname" "NFSSVC_[A-Z]+[[:space:]]+0x[0-9]+" "nfsserver/nfs.h" # auto_switch_type "whencename" "SEEK_[A-Z]+[[:space:]]+[0-9]+" "sys/unistd.h" |