grdc(6) make WARNS=6 clean and bump accordingly

Approved by:		ed (Co-mentor)
This commit is contained in:
uqs 2010-02-15 14:30:37 +00:00
parent 7303437c35
commit a3f626e47d
2 changed files with 16 additions and 18 deletions

View File

@ -1,9 +1,9 @@
# $FreeBSD$
PROG= grdc
WARNS?= 2
MAN= grdc.6
DPADD= ${LIBNCURSES}
LDADD= -lncurses
PROG= grdc
MAN= grdc.6
WARNS?= 6
DPADD= ${LIBNCURSES}
LDADD= -lncurses
.include <bsd.prog.mk>

View File

@ -48,24 +48,22 @@ void movto(int, int);
void sighndl(int);
void usage(void);
void sighndl(signo)
int signo;
void
sighndl(int signo)
{
sigtermed=signo;
}
int
main(argc, argv)
int argc;
char **argv;
main(int argc, char *argv[])
{
struct timespec ts;
long t, a;
int i, j, s, k;
int n;
int ch;
int scrol;
int t12;
struct timespec ts;
long t, a;
int i, j, s, k;
int n;
int ch;
int scrol;
int t12;
t12 = scrol = 0;
@ -225,7 +223,7 @@ int t12;
void
set(int t, int n)
{
int i, m;
int i, m;
m = 7<<n;
for(i=0; i<5; i++) {