From 5b5aa6f77e232f4005294ab5ef4aefa5876c8d53 Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 18 Jul 2001 10:18:21 +0000 Subject: [PATCH] Avoid trad. cpp recursion in intptr_t definition. --- include/unistd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/unistd.h b/include/unistd.h index 059e4fafa682..987106b86fc1 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,4 +1,4 @@ -/* $NetBSD: unistd.h,v 1.86 2000/12/18 21:22:00 christos Exp $ */ +/* $NetBSD: unistd.h,v 1.87 2001/07/18 10:18:21 kleink Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. @@ -230,7 +230,7 @@ pid_t getsid __P((pid_t)); (_XOPEN_SOURCE - 0) >= 500 #ifndef intptr_t typedef __intptr_t intptr_t; -#define intptr_t intptr_t +#define intptr_t __intptr_t #endif #define F_ULOCK 0