Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/stat adjust fallthru comment.
details: https://anonhg.NetBSD.org/src/rev/4e219db57521
branches: trunk
changeset: 965864:4e219db57521
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Oct 04 11:12:16 2019 +0000
description:
adjust fallthru comment.
diffstat:
usr.bin/stat/stat.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 95339c0b57e8 -r 4e219db57521 usr.bin/stat/stat.c
--- a/usr.bin/stat/stat.c Fri Oct 04 09:47:27 2019 +0000
+++ b/usr.bin/stat/stat.c Fri Oct 04 11:12:16 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: stat.c,v 1.44 2019/02/04 08:07:33 mrg Exp $ */
+/* $NetBSD: stat.c,v 1.45 2019/10/04 11:12:16 mrg Exp $ */
/*
* Copyright (c) 2002-2011 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
#include <sys/cdefs.h>
#if !defined(lint)
-__RCSID("$NetBSD: stat.c,v 1.44 2019/02/04 08:07:33 mrg Exp $");
+__RCSID("$NetBSD: stat.c,v 1.45 2019/10/04 11:12:16 mrg Exp $");
#endif
#if ! HAVE_NBTOOL_CONFIG_H
@@ -806,8 +806,8 @@
nsecs = st->st_ctimensec;
#endif
}
+#if HAVE_STRUCT_STAT_ST_BIRTHTIME
/* FALLTHROUGH */
-#if HAVE_STRUCT_STAT_ST_BIRTHTIME
case SHOW_st_btime:
if (!gottime) {
gottime = 1;
Home |
Main Index |
Thread Index |
Old Index