summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffreg.c
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2003-06-25 03:39:23 +0000
committertedu <tedu@openbsd.org>2003-06-25 03:39:23 +0000
commit5004e76e0957e576070580d43a0b7bf642d3309c (patch)
tree8c838d969f0eab2005d7ace64f3df7e7a0d1d9d9 /usr.bin/diff/diffreg.c
parentavoid signed issues; tedu ok (diff)
downloadwireguard-openbsd-5004e76e0957e576070580d43a0b7bf642d3309c.tar.xz
wireguard-openbsd-5004e76e0957e576070580d43a0b7bf642d3309c.zip
-Wstrict-prototypes
Diffstat (limited to 'usr.bin/diff/diffreg.c')
-rw-r--r--usr.bin/diff/diffreg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/diff/diffreg.c b/usr.bin/diff/diffreg.c
index c3f814e46f0..ee001439391 100644
--- a/usr.bin/diff/diffreg.c
+++ b/usr.bin/diff/diffreg.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diffreg.c,v 1.6 2003/06/25 03:38:34 deraadt Exp $ */
+/* $OpenBSD: diffreg.c,v 1.7 2003/06/25 03:39:23 tedu Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
@@ -118,7 +118,6 @@ static char const sccsid[] = "@(#)diffreg.c 4.21 4/6/90";
#define prints(s) fputs(s,stdout)
FILE *input[2];
-FILE *fopen();
struct cand {
int x;