diff options
author | 2003-06-25 03:39:23 +0000 | |
---|---|---|
committer | 2003-06-25 03:39:23 +0000 | |
commit | 5004e76e0957e576070580d43a0b7bf642d3309c (patch) | |
tree | 8c838d969f0eab2005d7ace64f3df7e7a0d1d9d9 /usr.bin/diff/diffreg.c | |
parent | avoid signed issues; tedu ok (diff) | |
download | wireguard-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.c | 3 |
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; |