diff options
| author | Karl Heuer | 1996-09-17 03:47:11 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-09-17 03:47:11 +0000 |
| commit | 8e4c450d30c4e641eaf0b78bfdf28610526fac84 (patch) | |
| tree | c65161b230aa50bc92e55b7999404c346b1a7358 /src/m | |
| parent | 6df54671fdbe53113164ffed5b36fa2a83ae85e0 (diff) | |
| download | emacs-8e4c450d30c4e641eaf0b78bfdf28610526fac84.tar.gz emacs-8e4c450d30c4e641eaf0b78bfdf28610526fac84.zip | |
Comment change.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/ibmrt-aix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m/ibmrt-aix.h b/src/m/ibmrt-aix.h index 1016a873a4c..6c655ea67fc 100644 --- a/src/m/ibmrt-aix.h +++ b/src/m/ibmrt-aix.h | |||
| @@ -121,7 +121,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 121 | 121 | ||
| 122 | /* AIX has IPC. It also has sockets, and either can be used for client/server. | 122 | /* AIX has IPC. It also has sockets, and either can be used for client/server. |
| 123 | I would suggest the client/server code be changed to use HAVE_SOCKETS rather | 123 | I would suggest the client/server code be changed to use HAVE_SOCKETS rather |
| 124 | than BSD as the conditional if sockets provide any advantages. */ | 124 | than BSD_SYSTEM as the conditional if sockets provide any advantages. */ |
| 125 | 125 | ||
| 126 | #define HAVE_SYSVIPC | 126 | #define HAVE_SYSVIPC |
| 127 | 127 | ||