=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/gprof/printlist.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/gprof/printlist.c 2003/06/03 02:56:08 1.4 +++ src/usr.bin/gprof/printlist.c 2003/07/10 00:06:51 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: printlist.c,v 1.4 2003/06/03 02:56:08 millert Exp $ */ +/* $OpenBSD: printlist.c,v 1.5 2003/07/10 00:06:51 david Exp $ */ /* $NetBSD: printlist.c,v 1.5 1995/04/19 07:16:23 cgd Exp $ */ /* @@ -34,9 +34,11 @@ #if 0 static char sccsid[] = "@(#)printlist.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: printlist.c,v 1.4 2003/06/03 02:56:08 millert Exp $"; +static char rcsid[] = "$OpenBSD: printlist.c,v 1.5 2003/07/10 00:06:51 david Exp $"; #endif #endif /* not lint */ + +#include #include "gprof.h"