comparison src/s/ptx4.h @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children dd7c098af727
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
33 fatal ("ioctl I_PUSH ptem", errno); \ 33 fatal ("ioctl I_PUSH ptem", errno); \
34 if (ioctl (xforkin, I_PUSH, "ldterm") == -1) \ 34 if (ioctl (xforkin, I_PUSH, "ldterm") == -1) \
35 fatal ("ioctl I_PUSH ldterm", errno); \ 35 fatal ("ioctl I_PUSH ldterm", errno); \
36 if (ioctl (xforkin, I_PUSH, "ttcompat") == -1 && errno != EINVAL) \ 36 if (ioctl (xforkin, I_PUSH, "ttcompat") == -1 && errno != EINVAL) \
37 fatal ("ioctl I_PUSH ttcompat", errno); 37 fatal ("ioctl I_PUSH ttcompat", errno);
38
39 /* arch-tag: 14621824-8dca-432b-a97a-049fc4ce0e9f
40 (do not change this comment) */