Source-Changes-HG archive

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

[src/trunk]: src/include utmpx.h: fix comment missed in r. 1.10 _NETBSD_SOURC...



details:   https://anonhg.NetBSD.org/src/rev/b5d686a3c176
branches:  trunk
changeset: 1022929:b5d686a3c176
user:      gutteridge <gutteridge%NetBSD.org@localhost>
date:      Sun Aug 15 00:36:11 2021 +0000

description:
utmpx.h: fix comment missed in r. 1.10 _NETBSD_SOURCE changes

diffstat:

 include/utmpx.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9ccb0cff228e -r b5d686a3c176 include/utmpx.h
--- a/include/utmpx.h   Sat Aug 14 23:56:32 2021 +0000
+++ b/include/utmpx.h   Sun Aug 15 00:36:11 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: utmpx.h,v 1.17 2009/01/11 19:09:29 christos Exp $       */
+/*     $NetBSD: utmpx.h,v 1.18 2021/08/15 00:36:11 gutteridge Exp $     */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -124,7 +124,7 @@
        char ll_host[_UTX_HOSTSIZE];    /* host name */
        struct sockaddr_storage ll_ss;  /* address where entry was made from */
 };
-#endif /* !_XOPEN_SOURCE */
+#endif /* _NETBSD_SOURCE */
 
 __BEGIN_DECLS
 



Home | Main Index | Thread Index | Old Index