summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-06-25 21:19:34 +0000
committerderaadt <deraadt@openbsd.org>2003-06-25 21:19:34 +0000
commite075ca65a164303c35db8bf09ada89323fe7134c (patch)
tree8f99988943728acd5adae5fe633981200c834278
parentadd proto (diff)
downloadwireguard-openbsd-e075ca65a164303c35db8bf09ada89323fe7134c.tar.xz
wireguard-openbsd-e075ca65a164303c35db8bf09ada89323fe7134c.zip
add a missing proto
-rw-r--r--usr.bin/compile_et/compile_et.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/compile_et/compile_et.c b/usr.bin/compile_et/compile_et.c
index 37478fc46b8..cb3b75e2b72 100644
--- a/usr.bin/compile_et/compile_et.c
+++ b/usr.bin/compile_et/compile_et.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: compile_et.c,v 1.9 2000/12/24 11:53:11 aaron Exp $ */
+/* $OpenBSD: compile_et.c,v 1.10 2003/06/25 21:19:34 deraadt Exp $ */
/*
* Copyright (c) 1998, 1999 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -180,7 +180,7 @@ generate(void)
}
static void
-usage()
+usage(void)
{
extern char *__progname;