From 4fec788fa5f6e7c9723e02e3d0b57068ce9785aa Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 19 May 1999 13:10:41 +0000 Subject: zsh-3.1.5-pws-19 --- Src/prototypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/prototypes.h') diff --git a/Src/prototypes.h b/Src/prototypes.h index f7f560111..1754c9b96 100644 --- a/Src/prototypes.h +++ b/Src/prototypes.h @@ -51,7 +51,7 @@ extern int tputs _((char *cp, int affcnt, int (*outc) (int))); # define WRITE_ARG_2_T char * #endif -#if defined(__hpux) && defined(_HPUX_SOURCE) +#if defined(__hpux) && defined(_HPUX_SOURCE) && !defined(_XPG4_EXTENDED) # define SELECT_ARG_2_T int * #else # define SELECT_ARG_2_T fd_set * -- cgit 1.4.1