diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-09-17 03:47:11 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-09-17 03:47:11 +0000 |
commit | 8e4c450d30c4e641eaf0b78bfdf28610526fac84 (patch) | |
tree | c65161b230aa50bc92e55b7999404c346b1a7358 /src/m/ibmrt-aix.h | |
parent | 6df54671fdbe53113164ffed5b36fa2a83ae85e0 (diff) | |
download | emacs-8e4c450d30c4e641eaf0b78bfdf28610526fac84.tar.gz |
Comment change.
Diffstat (limited to 'src/m/ibmrt-aix.h')
-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. */ /* AIX has IPC. It also has sockets, and either can be used for client/server. I would suggest the client/server code be changed to use HAVE_SOCKETS rather - than BSD as the conditional if sockets provide any advantages. */ + than BSD_SYSTEM as the conditional if sockets provide any advantages. */ #define HAVE_SYSVIPC |