=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/checknr/Attic/checknr.c,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/checknr/Attic/checknr.c 2003/06/10 22:20:45 1.10 --- src/usr.bin/checknr/Attic/checknr.c 2003/06/25 21:09:09 1.11 *************** *** 1,4 **** ! /* $OpenBSD: checknr.c,v 1.10 2003/06/10 22:20:45 deraadt Exp $ */ /* $NetBSD: checknr.c,v 1.4 1995/03/26 04:10:19 glass Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: checknr.c,v 1.11 2003/06/25 21:09:09 deraadt Exp $ */ /* $NetBSD: checknr.c,v 1.4 1995/03/26 04:10:19 glass Exp $ */ /* *************** *** 40,46 **** #if 0 static char sccsid[] = "@(#)checknr.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: checknr.c,v 1.10 2003/06/10 22:20:45 deraadt Exp $"; #endif #endif /* not lint */ --- 40,46 ---- #if 0 static char sccsid[] = "@(#)checknr.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: checknr.c,v 1.11 2003/06/25 21:09:09 deraadt Exp $"; #endif #endif /* not lint */ *************** *** 53,58 **** --- 53,60 ---- */ #include #include + #include + #include #include #define MAXSTK 100 /* Stack size */ *************** *** 187,194 **** int sflag; /* -s: ignore \s */ int ncmds; /* size of knowncmds */ int slot; /* slot in knowncmds found by binsrch */ - - char *malloc(); int main(int argc, char *argv[]) --- 189,194 ----