Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/sys Pull up revision 1.58 (via patch, requested by ...
details: https://anonhg.NetBSD.org/src/rev/19870333bbf9
branches: netbsd-1-5
changeset: 491479:19870333bbf9
user: he <he%NetBSD.org@localhost>
date: Tue May 01 10:29:06 2001 +0000
description:
Pull up revision 1.58 (via patch, requested by kleink):
Avoid traditional CPP recursion in definition of socklen_t.
Fixes PR#12761.
diffstat:
sys/sys/socket.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a55ea350d3b7 -r 19870333bbf9 sys/sys/socket.h
--- a/sys/sys/socket.h Tue May 01 10:28:45 2001 +0000
+++ b/sys/sys/socket.h Tue May 01 10:29:06 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: socket.h,v 1.55.2.1 2000/10/09 02:41:28 toshii Exp $ */
+/* $NetBSD: socket.h,v 1.55.2.2 2001/05/01 10:29:06 he Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -77,7 +77,7 @@
#include <sys/ansi.h>
#ifndef socklen_t
typedef __socklen_t socklen_t;
-#define socklen_t socklen_t
+#define socklen_t __socklen_t
#endif
/*
Home |
Main Index |
Thread Index |
Old Index