diff options
author | Miles Bader <miles@gnu.org> | 1996-01-15 17:19:51 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-01-15 17:19:51 +0000 |
commit | d315e19770ed9e01ead822af3c17657e8c209927 (patch) | |
tree | 68c23823c68ad77122a0d43516d7b8aa9d16eac9 | |
parent | d20365a94c6dd050e824385f1959e803758a09b7 (diff) |
(IO_SELECT_REPLY_PORT): New def.
-rw-r--r-- | pflocal/mig-mutate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pflocal/mig-mutate.h b/pflocal/mig-mutate.h index 010907cc..b1494730 100644 --- a/pflocal/mig-mutate.h +++ b/pflocal/mig-mutate.h @@ -18,6 +18,8 @@ /* Only CPP macro definitions should go in this file. */ +#define IO_SELECT_REPLY_PORT + #define IO_INTRAN sock_user_t begin_using_sock_user_port (io_t) #define IO_DESTRUCTOR end_using_sock_user_port (sock_user_t) |