aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-09-27 00:36:03 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-09-27 00:36:03 +0000
commita590ad80ac51af2e660325e400c8dade8a9aa8eb (patch)
tree48e2a5387055c855137ec13276a0e9ec199e79da /usr.bin
parent18b039eb0427a130041c248eeceb5f0b2f1a56f6 (diff)
downloadsrc-a590ad80ac51af2e660325e400c8dade8a9aa8eb.tar.gz
src-a590ad80ac51af2e660325e400c8dade8a9aa8eb.zip
-Wall fixes.
Submitted by: nrahlstr
Notes
Notes: svn path=/head/; revision=51705
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/xinstall/xinstall.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c
index 769d095624c5..2861bb4afe20 100644
--- a/usr.bin/xinstall/xinstall.c
+++ b/usr.bin/xinstall/xinstall.c
@@ -532,6 +532,7 @@ compare(int from_fd, const char *from_name, int to_fd, const char *to_name,
size_t tsize;
int done_compare;
+ rv = 0;
if (from_sb->st_size != to_sb->st_size)
return 1;