=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/gprof/gprof.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- src/usr.bin/gprof/gprof.c 2016/03/09 16:28:50 1.24 +++ src/usr.bin/gprof/gprof.c 2016/09/01 09:49:44 1.25 @@ -1,4 +1,4 @@ -/* $OpenBSD: gprof.c,v 1.24 2016/03/09 16:28:50 deraadt Exp $ */ +/* $OpenBSD: gprof.c,v 1.25 2016/09/01 09:49:44 tedu Exp $ */ /* $NetBSD: gprof.c,v 1.8 1995/04/19 07:15:59 cgd Exp $ */ /* @@ -65,7 +65,7 @@ cyclethreshold = atoi( *++argv ); break; case 'c': -#if defined(__i386__) || defined(__sparc__) || defined(__sparc64__) +#if defined(__i386__) || defined(__sparc64__) cflag = TRUE; #else fprintf(stderr, "%s: -c isn't supported on this architecture yet\n", __progname);