=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/gprof/hertz.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/gprof/hertz.c 1996/06/26 05:33:52 1.2 +++ src/usr.bin/gprof/hertz.c 2001/03/22 05:18:30 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: hertz.c,v 1.2 1996/06/26 05:33:52 deraadt Exp $ */ +/* $OpenBSD: hertz.c,v 1.3 2001/03/22 05:18:30 mickey Exp $ */ /* $NetBSD: hertz.c,v 1.5 1995/04/19 07:16:03 cgd Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)hertz.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: hertz.c,v 1.2 1996/06/26 05:33:52 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: hertz.c,v 1.3 2001/03/22 05:18:30 mickey Exp $"; #endif #endif /* not lint */ @@ -50,6 +50,7 @@ */ #define HZ_WRONG 0 +int hertz() { struct itimerval tim;