summaryrefslogtreecommitdiff
path: root/games/piano
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-12-12 03:22:37 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-12-12 03:22:37 +0000
commit588a09b4fbb0c8e03ab0194b626f4010fc15b138 (patch)
tree81ede486b8a910341d034a3914d91a372b2d474b /games/piano
parent4f79d873c19c33d2b41899b5a0a2672e858e2051 (diff)
downloadsrc-test2-588a09b4fbb0c8e03ab0194b626f4010fc15b138.tar.gz
src-test2-588a09b4fbb0c8e03ab0194b626f4010fc15b138.zip
Notes
Diffstat (limited to 'games/piano')
-rw-r--r--games/piano/piano.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/games/piano/piano.c b/games/piano/piano.c
index 2706d1091cbd..664f43413756 100644
--- a/games/piano/piano.c
+++ b/games/piano/piano.c
@@ -1,7 +1,7 @@
/*
* piano.c - a piano emulator
*/
-static char rcsid[] =
+static const char rcsid[] =
"$FreeBSD$";
#include <stdio.h>
#include <stdlib.h>
@@ -136,8 +136,6 @@ nain(void)
int
main(int argc, char *argv[])
{
- extern char *optarg;
- extern int optind, opterr;
int ch, ex, show_usage = 0;
myname = argv[0];
while ((ch = getopt(argc, argv, "-vi:")) != -1) {