=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/compile_et/Attic/compile_et.c,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/compile_et/Attic/compile_et.c 2000/12/24 11:52:12 1.8 --- src/usr.bin/compile_et/Attic/compile_et.c 2000/12/24 11:53:11 1.9 *************** *** 1,4 **** ! /* $OpenBSD: compile_et.c,v 1.8 2000/12/24 11:52:12 aaron Exp $ */ /* * Copyright (c) 1998, 1999 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). --- 1,4 ---- ! /* $OpenBSD: compile_et.c,v 1.9 2000/12/24 11:53:11 aaron Exp $ */ /* * Copyright (c) 1998, 1999 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). *************** *** 180,186 **** } static void ! usage(int code) { extern char *__progname; --- 180,186 ---- } static void ! usage() { extern char *__progname; *************** *** 194,200 **** char *p; if (argc != 2) ! usage(1); filename = argv[1]; yyin = fopen(filename, "r"); --- 194,200 ---- char *p; if (argc != 2) ! usage(); filename = argv[1]; yyin = fopen(filename, "r");