=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ktrace/subr.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/ktrace/subr.c 1996/06/26 05:34:47 1.2 --- src/usr.bin/ktrace/subr.c 2001/07/12 05:17:13 1.3 *************** *** 1,4 **** ! /* $OpenBSD: subr.c,v 1.2 1996/06/26 05:34:47 deraadt Exp $ */ /* $NetBSD: subr.c,v 1.6 1995/08/31 23:01:45 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: subr.c,v 1.3 2001/07/12 05:17:13 deraadt Exp $ */ /* $NetBSD: subr.c,v 1.6 1995/08/31 23:01:45 jtc Exp $ */ /*- *************** *** 38,44 **** #if 0 static char sccsid[] = "@(#)subr.c 8.2 (Berkeley) 4/28/95"; #endif ! static char *rcsid = "$OpenBSD: subr.c,v 1.2 1996/06/26 05:34:47 deraadt Exp $"; #endif /* not lint */ #include --- 38,44 ---- #if 0 static char sccsid[] = "@(#)subr.c 8.2 (Berkeley) 4/28/95"; #endif ! static char *rcsid = "$OpenBSD: subr.c,v 1.3 2001/07/12 05:17:13 deraadt Exp $"; #endif /* not lint */ #include *************** *** 52,57 **** --- 52,58 ---- #include "ktrace.h" + int getpoints(s) char *s; {