Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/ls remove whitespace from end of file.
details: https://anonhg.NetBSD.org/src/rev/5be15c44061c
branches: trunk
changeset: 786594:5be15c44061c
user: zafer <zafer%NetBSD.org@localhost>
date: Thu May 02 22:43:55 2013 +0000
description:
remove whitespace from end of file.
introduced by erh in 1.49
diffstat:
bin/ls/print.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r b928a080fc07 -r 5be15c44061c bin/ls/print.c
--- a/bin/ls/print.c Thu May 02 22:07:57 2013 +0000
+++ b/bin/ls/print.c Thu May 02 22:43:55 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: print.c,v 1.51 2012/06/29 12:51:38 yamt Exp $ */
+/* $NetBSD: print.c,v 1.52 2013/05/02 22:43:55 zafer Exp $ */
/*
* Copyright (c) 1989, 1993, 1994
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)print.c 8.5 (Berkeley) 7/28/94";
#else
-__RCSID("$NetBSD: print.c,v 1.51 2012/06/29 12:51:38 yamt Exp $");
+__RCSID("$NetBSD: print.c,v 1.52 2013/05/02 22:43:55 zafer Exp $");
#endif
#endif /* not lint */
@@ -461,4 +461,3 @@
else
(void)printf("%s", path);
}
-
Home |
Main Index |
Thread Index |
Old Index