Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/usr.bin/gzip Pull up revision 1.52 (requested by mrg in...
details: https://anonhg.NetBSD.org/src/rev/7e48e233915c
branches: netbsd-2-0
changeset: 562117:7e48e233915c
user: tron <tron%NetBSD.org@localhost>
date: Mon Jul 19 09:42:23 2004 +0000
description:
Pull up revision 1.52 (requested by mrg in ticket #678):
tailing \n is not needed for vwarn().
diffstat:
usr.bin/gzip/gzip.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 962fa20f7ac4 -r 7e48e233915c usr.bin/gzip/gzip.c
--- a/usr.bin/gzip/gzip.c Mon Jul 19 09:15:47 2004 +0000
+++ b/usr.bin/gzip/gzip.c Mon Jul 19 09:42:23 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gzip.c,v 1.29.2.18 2004/07/08 07:15:36 tron Exp $ */
+/* $NetBSD: gzip.c,v 1.29.2.19 2004/07/19 09:42:23 tron Exp $ */
/*
* Copyright (c) 1997, 1998, 2003, 2004 Matthew R. Green
@@ -32,7 +32,7 @@
#ifndef lint
__COPYRIGHT("@(#) Copyright (c) 1997, 1998, 2003, 2004 Matthew R. Green\n\
All rights reserved.\n");
-__RCSID("$NetBSD: gzip.c,v 1.29.2.18 2004/07/08 07:15:36 tron Exp $");
+__RCSID("$NetBSD: gzip.c,v 1.29.2.19 2004/07/19 09:42:23 tron Exp $");
#endif /* not lint */
/*
@@ -764,8 +764,7 @@
tflag == 0 &&
#endif
write(out, outbuf, wr) != wr) {
- maybe_warn("error writing "
- "to output\n");
+ maybe_warn("error writing to output");
out_tot = -1;
goto stop;
}
Home |
Main Index |
Thread Index |
Old Index