diff options
| author | Paul Eggert | 2015-12-18 17:10:50 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-12-18 17:11:23 -0800 |
| commit | 7d7e742fe358f300019c50568d05e58543e0f898 (patch) | |
| tree | 8d8c9b4217afb29df93cf5e627b904d17a3a6972 /lib-src/pop.c | |
| parent | 73b3beb56dd573a77fd7b103014f2d74674f2e23 (diff) | |
| download | emacs-7d7e742fe358f300019c50568d05e58543e0f898.tar.gz emacs-7d7e742fe358f300019c50568d05e58543e0f898.zip | |
Remove SunOS 4.x cruft
Support for SunOS 4.x was removed in Emacs 23 but some cruft was left behind.
* lib-src/pop.c [sun]: Remove no-longer-needed include.
* lwlib/xlwmenu.c (SUNSO41): Remove.
Diffstat (limited to 'lib-src/pop.c')
| -rw-r--r-- | lib-src/pop.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib-src/pop.c b/lib-src/pop.c index c6deaf73a2c..42d302026ff 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c | |||
| @@ -42,10 +42,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 42 | #endif | 42 | #endif |
| 43 | #include <pop.h> | 43 | #include <pop.h> |
| 44 | 44 | ||
| 45 | #ifdef sun | ||
| 46 | #include <malloc.h> | ||
| 47 | #endif /* sun */ | ||
| 48 | |||
| 49 | #ifdef HESIOD | 45 | #ifdef HESIOD |
| 50 | #include <hesiod.h> | 46 | #include <hesiod.h> |
| 51 | /* | 47 | /* |