-/* $OpenBSD: compile_et.c,v 1.1 1996/11/11 05:06:34 downsj Exp $ */
+/* $OpenBSD: compile_et.c,v 1.2 1996/12/11 13:44:56 deraadt Exp $ */
/*
* Copyright 1986, 1987, 1988
"Copyright 1987,1988 by MIT Student Information Processing Board";
static const char rcsid_compile_et_c[] =
- "$Id: compile_et.c,v 1.1 1996/11/11 05:06:34 downsj Exp $";
+ "$Id: compile_et.c,v 1.2 1996/12/11 13:44:56 deraadt Exp $";
#endif
extern char *gensym();
char h_file[MAXPATHLEN]; /* output */
static void usage () {
- fprintf (stderr, "%s: usage: %s ERROR_TABLE\n",
- whoami, whoami);
+ fprintf (stderr, "usage: %s ERROR_TABLE\n",
+ whoami);
exit (1);
}
-/* $OpenBSD: mk_cmds.c,v 1.1 1996/11/15 09:26:06 downsj Exp $ */
+/* $OpenBSD: mk_cmds.c,v 1.2 1996/12/11 13:44:20 deraadt Exp $ */
/*-
* Copyright 1987, 1988 by the Student Information Processing Board
if (argc != 2) {
fputs("Usage: ", stderr);
fputs(argv[0], stderr);
- fputs("cmdtbl.ct\n", stderr);
+ fputs(" cmdtbl.ct\n", stderr);
exit(1);
}