Source-Changes-HG archive

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

[src/netbsd-1-5]: src/include Pull up revision 1.19 (requested by kleink):



details:   https://anonhg.NetBSD.org/src/rev/a55ea350d3b7
branches:  netbsd-1-5
changeset: 491478:a55ea350d3b7
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 10:28:45 2001 +0000

description:
Pull up revision 1.19 (requested by kleink):
  Avoid traditional CPP recursion in definition of socklen_t.
  Fixes PR#12761.

diffstat:

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

diffs (18 lines):

diff -r f352ab5b7252 -r a55ea350d3b7 include/netdb.h
--- a/include/netdb.h   Tue May 01 10:26:04 2001 +0000
+++ b/include/netdb.h   Tue May 01 10:28:45 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netdb.h,v 1.18.2.2 2000/07/30 06:31:53 lukem Exp $     */
+/*     $NetBSD: netdb.h,v 1.18.2.3 2001/05/01 10:28:45 he Exp $        */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -248,7 +248,7 @@
 #include <sys/ansi.h>
 #ifndef socklen_t
 typedef __socklen_t    socklen_t;
-#define socklen_t      socklen_t
+#define socklen_t      __socklen_t
 #endif
 
 __BEGIN_DECLS



Home | Main Index | Thread Index | Old Index