From 5febd06c252ca201cf82c0ac81e00b92f4161a5d Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 30 Jul 2008 08:21:25 +0000 Subject: [PATCH] Sync comment with reality. --- ares/setup.h | 2 +- lib/setup.h | 2 +- src/setup.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ares/setup.h b/ares/setup.h index dd07ae184..998b26ec4 100644 --- a/ares/setup.h +++ b/ares/setup.h @@ -40,7 +40,7 @@ #endif /* HAVE_CONFIG_H */ /* - * HP-UX needs _REENTRANT set for a few function prototypes and + * Tru64 needs _REENTRANT set for a few function prototypes and * things to appear in the system header files. Unixware needs it * to build proper reentrant code. Others may also need it. */ diff --git a/lib/setup.h b/lib/setup.h index 35ff052e8..3f0427bac 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -73,7 +73,7 @@ #endif /* HAVE_CONFIG_H */ /* - * HP-UX needs _REENTRANT set for a few function prototypes and + * Tru64 needs _REENTRANT set for a few function prototypes and * things to appear in the system header files. Unixware needs it * to build proper reentrant code. Others may also need it. */ diff --git a/src/setup.h b/src/setup.h index 4d2e2d106..f1c114ec6 100644 --- a/src/setup.h +++ b/src/setup.h @@ -73,7 +73,7 @@ #endif /* HAVE_CONFIG_H */ /* - * HP-UX needs _REENTRANT set for a few function prototypes and + * Tru64 needs _REENTRANT set for a few function prototypes and * things to appear in the system header files. Unixware needs it * to build proper reentrant code. Others may also need it. */