Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include be consistent with #define<TAB> usage
details: https://anonhg.NetBSD.org/src/rev/fd9580b9fe71
branches: trunk
changeset: 495510:fd9580b9fe71
user: lukem <lukem%NetBSD.org@localhost>
date: Sun Jul 30 06:33:18 2000 +0000
description:
be consistent with #define<TAB> usage
diffstat:
include/netdb.h | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (37 lines):
diff -r 877f4c33395b -r fd9580b9fe71 include/netdb.h
--- a/include/netdb.h Sun Jul 30 06:22:04 2000 +0000
+++ b/include/netdb.h Sun Jul 30 06:33:18 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netdb.h,v 1.19 2000/07/28 09:38:15 kleink Exp $ */
+/* $NetBSD: netdb.h,v 1.20 2000/07/30 06:33:18 lukem Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -190,9 +190,9 @@
#define EAI_SERVICE 9 /* servname not supported for ai_socktype */
#define EAI_SOCKTYPE 10 /* ai_socktype not supported */
#define EAI_SYSTEM 11 /* system error returned in errno */
-#define EAI_BADHINTS 12
-#define EAI_PROTOCOL 13
-#define EAI_MAX 14
+#define EAI_BADHINTS 12
+#define EAI_PROTOCOL 13
+#define EAI_MAX 14
#endif /* !_XOPEN_SOURCE */
/*
@@ -234,12 +234,12 @@
#define NI_NAMEREQD 0x00000004
#define NI_NUMERICSERV 0x00000008
#define NI_DGRAM 0x00000010
-#define NI_WITHSCOPEID 0x00000020 /*KAME extension*/
+#define NI_WITHSCOPEID 0x00000020 /*KAME extension*/
/*
* Scope delimit character
*/
-#define SCOPE_DELIMITER '%' /*KAME extension*/
+#define SCOPE_DELIMITER '%' /*KAME extension*/
#endif /* !_XOPEN_SOURCE */
/*
Home |
Main Index |
Thread Index |
Old Index