aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/s/usg5-4.h3
2 files changed, 5 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8589eb32afc..070ce4d308e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * s/usg5-4.h: Fix previous change.
4 Suggested by Lawrence Mitchell <wence@gmx.li>
5
12010-06-08 Dan Nicolaescu <dann@ics.uci.edu> 62010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
2 7
3 * lread.c (X_OK): Remove, unused. 8 * lread.c (X_OK): Remove, unused.
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h
index b3518d7db9f..e667ffdc106 100644
--- a/src/s/usg5-4.h
+++ b/src/s/usg5-4.h
@@ -61,9 +61,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
61/* The docs for system V/386 suggest v.3 has sigpause, so let's try it. */ 61/* The docs for system V/386 suggest v.3 has sigpause, so let's try it. */
62#define HAVE_SYSV_SIGPAUSE 62#define HAVE_SYSV_SIGPAUSE
63 63
64/* If we're using the System V X port, BSD bstring functions will be handy. */
65#ifdef HAVE_X_WINDOWS
66
67/* On USG systems signal handlers return void. */ 64/* On USG systems signal handlers return void. */
68#define SIGTYPE void 65#define SIGTYPE void
69 66