=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/asa/Attic/asa.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/asa/Attic/asa.c 2003/06/10 22:20:44 1.4 --- src/usr.bin/asa/Attic/asa.c 2003/06/25 21:08:59 1.5 *************** *** 1,4 **** ! /* $OpenBSD: asa.c,v 1.4 2003/06/10 22:20:44 deraadt Exp $ */ /* $NetBSD: asa.c,v 1.10 1995/04/21 03:01:41 cgd Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: asa.c,v 1.5 2003/06/25 21:08:59 deraadt Exp $ */ /* $NetBSD: asa.c,v 1.10 1995/04/21 03:01:41 cgd Exp $ */ /* *************** *** 32,45 **** */ #ifndef lint ! static char rcsid[] = "$OpenBSD: asa.c,v 1.4 2003/06/10 22:20:44 deraadt Exp $"; #endif #include #include #include ! static void asa(); int main(int argc, char *argv[]) --- 32,45 ---- */ #ifndef lint ! static char rcsid[] = "$OpenBSD: asa.c,v 1.5 2003/06/25 21:08:59 deraadt Exp $"; #endif #include #include #include ! static void asa(FILE *); int main(int argc, char *argv[])