=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/dc/bcode.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- src/usr.bin/dc/bcode.c 2004/02/11 20:44:31 1.22 +++ src/usr.bin/dc/bcode.c 2004/09/14 22:22:46 1.23 @@ -1,4 +1,4 @@ -/* $OpenBSD: bcode.c,v 1.22 2004/02/11 20:44:31 otto Exp $ */ +/* $OpenBSD: bcode.c,v 1.23 2004/09/14 22:22:46 deraadt Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek @@ -17,7 +17,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: bcode.c,v 1.22 2004/02/11 20:44:31 otto Exp $"; +static const char rcsid[] = "$OpenBSD: bcode.c,v 1.23 2004/09/14 22:22:46 deraadt Exp $"; #endif /* not lint */ #include @@ -222,6 +222,7 @@ #define JUMP_TABLE_DATA_SIZE \ (sizeof(jump_table_data)/sizeof(jump_table_data[0])) +/* ARGSUSED */ static void sighandler(int ignored) {