Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/time Fix backslashes
details: https://anonhg.NetBSD.org/src/rev/cf30b1cf6d74
branches: trunk
changeset: 332759:cf30b1cf6d74
user: christos <christos%NetBSD.org@localhost>
date: Tue Oct 07 22:20:17 2014 +0000
description:
Fix backslashes
diffstat:
lib/libc/time/Makefile.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 2ca276904d09 -r cf30b1cf6d74 lib/libc/time/Makefile.inc
--- a/lib/libc/time/Makefile.inc Tue Oct 07 22:20:02 2014 +0000
+++ b/lib/libc/time/Makefile.inc Tue Oct 07 22:20:17 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.19 2014/10/07 21:51:03 christos Exp $
+# $NetBSD: Makefile.inc,v 1.20 2014/10/07 22:20:17 christos Exp $
.PATH: ${.CURDIR}/time
@@ -24,7 +24,7 @@
offtime.3 timegm.3 \
offtime.3 timelocal.3 \
offtime.3 timeoff.3 \
- strftime.3 strftime_z.3
+ strftime.3 strftime_z.3 \
time2posix.3 posix2time.3 \
time2posix.3 posix2time_z.3 \
time2posix.3 time2posix_z.3 \
@@ -32,6 +32,6 @@
tzset.3 daylight.3 \
tzset.3 tzalloc.3 \
tzset.3 tzfree.3 \
- tzset.3 tzsetwall.3 \
+ tzset.3 tzsetwall.3
COPTS.strftime.c = -Wno-format-nonliteral
Home |
Main Index |
Thread Index |
Old Index