=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/error/Attic/main.c,v retrieving revision 1.3 retrieving revision 1.3.8.1 diff -c -r1.3 -r1.3.8.1 *** src/usr.bin/error/Attic/main.c 1998/07/10 14:09:55 1.3 --- src/usr.bin/error/Attic/main.c 2000/10/06 21:16:12 1.3.8.1 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.3 1998/07/10 14:09:55 mickey Exp $ */ /* $NetBSD: main.c,v 1.3 1995/09/02 06:15:37 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.3.8.1 2000/10/06 21:16:12 jason Exp $ */ /* $NetBSD: main.c,v 1.3 1995/09/02 06:15:37 jtc Exp $ */ /* *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: main.c,v 1.3 1998/07/10 14:09:55 mickey Exp $"; #endif /* not lint */ #include --- 44,50 ---- #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: main.c,v 1.3.8.1 2000/10/06 21:16:12 jason Exp $"; #endif /* not lint */ #include *************** *** 164,170 **** if (argc > 3) errx(3, "Only takes 0 or 1 arguments\n"); if ( (errorfile = fopen(argv[1], "r")) == NULL) ! err(4, argv[1]); } if ( (queryfile = fopen(im_on, "r")) == NULL){ if (query){ --- 164,170 ---- if (argc > 3) errx(3, "Only takes 0 or 1 arguments\n"); if ( (errorfile = fopen(argv[1], "r")) == NULL) ! err(4, "%s", argv[1]); } if ( (queryfile = fopen(im_on, "r")) == NULL){ if (query){