diff options
| author | Richard M. Stallman | 1994-09-23 22:33:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-23 22:33:05 +0000 |
| commit | d6c862ca685b042eed6cbaa9bcdac06e00051903 (patch) | |
| tree | 33acc315ec480291bf6d690902984fad7305ef38 /src/s | |
| parent | 3b9a3dfaeeb7394591c3aa347ee0cde1b70d3f6b (diff) | |
| download | emacs-d6c862ca685b042eed6cbaa9bcdac06e00051903.tar.gz emacs-d6c862ca685b042eed6cbaa9bcdac06e00051903.zip | |
Comment changes.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/sunos4shr.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/s/sunos4shr.h b/src/s/sunos4shr.h index 88ff9039499..16124943510 100644 --- a/src/s/sunos4shr.h +++ b/src/s/sunos4shr.h | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | /* This file permits building Emacs with a shared libc on Sunos 4. | 1 | /* This file permits building Emacs with a shared libc on Sunos 4. |
| 2 | To make this work, you must completely replace your C shared library | 2 | To make this work, you must completely replace your C shared library |
| 3 | using one of the SunOS 4.1.x jumbo replacement patches from Sun. */ | 3 | using one of the SunOS 4.1.x jumbo replacement patches from Sun. |
| 4 | Here are the patch numbers for Sunos 4.1.3: | ||
| 5 | 100890-10 SunOS 4.1.3: domestic libc jumbo patch | ||
| 6 | 100891-10 SunOS 4.1.3: international libc jumbo patch */ | ||
| 7 | |||
| 4 | 8 | ||
| 5 | #include "sunos4-1.h" | 9 | #include "sunos4-1.h" |
| 6 | 10 | ||