diff options
| author | Dave Love | 2002-07-31 22:32:39 +0000 |
|---|---|---|
| committer | Dave Love | 2002-07-31 22:32:39 +0000 |
| commit | 4a35217e5d822b6984875f869e21f8ef5ff5f768 (patch) | |
| tree | 585ca63a0d0e5962802e52dfdd4fc01727f30bea | |
| parent | 2f4a1e5d22df3c40c396f0ea769e1d63d48b5eb8 (diff) | |
| download | emacs-4a35217e5d822b6984875f869e21f8ef5ff5f768.tar.gz emacs-4a35217e5d822b6984875f869e21f8ef5ff5f768.zip | |
Don't include strings.h.
(bcopy, bzero, bcmp): Don't undef.
| -rw-r--r-- | src/s/irix6-5.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h index 39e129a4e3a..1ffe5ae9229 100644 --- a/src/s/irix6-5.h +++ b/src/s/irix6-5.h | |||
| @@ -32,16 +32,4 @@ | |||
| 32 | /* Cancel the #define that is in irix5-0.h. */ | 32 | /* Cancel the #define that is in irix5-0.h. */ |
| 33 | #undef ospeed | 33 | #undef ospeed |
| 34 | 34 | ||
| 35 | /* If we keep the #defines from usg5-4.h, we lose when using the X | ||
| 36 | headers because (at least) the bzero definition breaks their use of | ||
| 37 | strings.h. Including strings.h here gets us prototypes for them. | ||
| 38 | (They're in libc though also they seem to be intrinsics in the SGI | ||
| 39 | (Cray) compiler at least at version 7.3). -- fx */ | ||
| 40 | #undef bcopy | ||
| 41 | #undef bcmp | ||
| 42 | #undef bzero | ||
| 43 | #ifndef NOT_C_CODE | ||
| 44 | #include <strings.h> | ||
| 45 | #endif | ||
| 46 | |||
| 47 | #undef TIOCSIGSEND /* defined in usg5-4.h */ | 35 | #undef TIOCSIGSEND /* defined in usg5-4.h */ |