=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/pctr/pctr.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/pctr/pctr.c 2003/06/10 22:20:49 1.10 +++ src/usr.bin/pctr/pctr.c 2003/08/04 17:06:44 1.11 @@ -1,4 +1,4 @@ -/* $OpenBSD: pctr.c,v 1.10 2003/06/10 22:20:49 deraadt Exp $ */ +/* $OpenBSD: pctr.c,v 1.11 2003/08/04 17:06:44 deraadt Exp $ */ /* * Pentium performance counter control program for OpenBSD. @@ -297,7 +297,7 @@ } } -struct ctrfn * +static struct ctrfn * fn2cfnp(u_int family, u_int sel) { struct ctrfn *cfnp;