=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/kdump/kdump_subr.h,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/usr.bin/kdump/kdump_subr.h 2018/11/05 17:05:50 1.22 --- src/usr.bin/kdump/kdump_subr.h 2022/12/19 22:55:12 1.23 *************** *** 1,4 **** ! /* $OpenBSD: kdump_subr.h,v 1.22 2018/11/05 17:05:50 anton Exp $ */ /* * Copyright(c) 2006 2006 David Kirchner * --- 1,4 ---- ! /* $OpenBSD: kdump_subr.h,v 1.23 2022/12/19 22:55:12 guenther Exp $ */ /* * Copyright(c) 2006 2006 David Kirchner * *************** *** 45,50 **** --- 45,51 ---- void mmapprotname(int); void mmapflagsname(int); void wait4optname(int); + void waitidoptname(int); void sendrecvflagsname(int); void getfsstatflagsname(int); void mountflagsname(int);