=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/compile_et/Attic/compile_et.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -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 +1,4 @@ -/* $OpenBSD: compile_et.c,v 1.8 2000/12/24 11:52:12 aaron Exp $ */ +/* $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,7 +180,7 @@ } static void -usage(int code) +usage() { extern char *__progname; @@ -194,7 +194,7 @@ char *p; if (argc != 2) - usage(1); + usage(); filename = argv[1]; yyin = fopen(filename, "r");