=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/kdump/kdump_subr.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/kdump/kdump_subr.h 2012/12/25 09:35:51 1.8 +++ src/usr.bin/kdump/kdump_subr.h 2013/06/17 19:11:54 1.9 @@ -1,4 +1,4 @@ -/* $OpenBSD: kdump_subr.h,v 1.8 2012/12/25 09:35:51 guenther Exp $ */ +/* $OpenBSD: kdump_subr.h,v 1.9 2013/06/17 19:11:54 guenther Exp $ */ /* * Copyright(c) 2006 2006 David Kirchner * @@ -55,6 +55,7 @@ void madvisebehavname(int); void msyncflagsname(int); void clockname(int); +void clocktypename(int); void schedpolicyname(int); void kldunloadfflagsname(int); void ksethrcmdname(int);