summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoris <is@NetBSD.org>2008-02-23 09:37:54 +0000
committeris <is@NetBSD.org>2008-02-23 09:37:54 +0000
commitb9381f4be4e6ccd4a564af228a2baa656d33e0e6 (patch)
treea006ed100fff8c008481769455f31613f7a297db
parent4ad6bc9eb74558c8c3d4e9843800d76391d2f73b (diff)
Fix comment. By Kris Katterjohn (from the tech-kern).
-rw-r--r--sys/sys/un.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/un.h b/sys/sys/un.h
index 0f89aa7972d..91e2d731e1e 100644
--- a/sys/sys/un.h
+++ b/sys/sys/un.h
@@ -1,4 +1,4 @@
-/* $NetBSD: un.h,v 1.40 2007/08/09 15:23:01 he Exp $ */
+/* $NetBSD: un.h,v 1.41 2008/02/23 09:37:54 is Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@@ -103,7 +103,7 @@ void unp_setpeeraddr (struct unpcb *, struct mbuf *);
#if defined(_NETBSD_SOURCE)
#define SUN_LEN(su) \
(sizeof(*(su)) - sizeof((su)->sun_path) + strlen((su)->sun_path))
-#endif /* !_XOPEN_SOURCE */
+#endif /* !_NetBSD_SOURCE */
#endif /* _KERNEL */
#endif /* !_SYS_UN_H_ */