diff options
| author | Richard M. Stallman | 2001-11-17 03:49:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-17 03:49:52 +0000 |
| commit | aa147f3b1b81d3aabb9edfc8256a2000653bdd5e (patch) | |
| tree | 8ac232daf25fefc44c3cf339289d4c1de98f66fd /src/s | |
| parent | 3bddb27298bd1afe93cd5f663c6171e1979608a9 (diff) | |
| download | emacs-aa147f3b1b81d3aabb9edfc8256a2000653bdd5e.tar.gz emacs-aa147f3b1b81d3aabb9edfc8256a2000653bdd5e.zip | |
Comment change.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/hpux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/hpux.h b/src/s/hpux.h index 8b7bded93aa..c7842f1d6df 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h | |||
| @@ -217,5 +217,5 @@ Boston, MA 02111-1307, USA. */ | |||
| 217 | /* This triggers a conditional in xfaces.c. */ | 217 | /* This triggers a conditional in xfaces.c. */ |
| 218 | #define XOS_NEEDS_TIME_H | 218 | #define XOS_NEEDS_TIME_H |
| 219 | 219 | ||
| 220 | /* HPUX 7 has sys/wait.h but it does not work right. */ | 220 | /* It's possible that HPUX 7 has sys/wait.h but it does not work right. */ |
| 221 | #undef HAVE_SYS_WAIT_H | 221 | #undef HAVE_SYS_WAIT_H |