Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/sys update comment



details:   https://anonhg.NetBSD.org/src/rev/a74415673210
branches:  trunk
changeset: 347488:a74415673210
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Aug 27 18:54:24 2016 +0000

description:
update comment

diffstat:

 sys/compat/sys/stat.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 664ccf2f4b2d -r a74415673210 sys/compat/sys/stat.h
--- a/sys/compat/sys/stat.h     Sat Aug 27 18:48:30 2016 +0000
+++ b/sys/compat/sys/stat.h     Sat Aug 27 18:54:24 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: stat.h,v 1.6 2013/10/04 21:07:37 christos Exp $        */
+/*     $NetBSD: stat.h,v 1.7 2016/08/27 18:54:24 dholland Exp $        */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -87,7 +87,7 @@
  * stat structure used to contain timespecs, which had different
  * alignment constraints than a time_t and a long alone.  The padding
  * should be removed the next time the stat structure ABI is changed.
- * (This will happen whever we change to 8 byte time_t.)
+ * (This happened when we changed to 8 byte time_t.)
  */
 #if defined(_LP64)     /* XXXX  && _BSD_TIME_T_ == int */
 #define        __STATPAD(x)    int x;



Home | Main Index | Thread Index | Old Index