comparison src/s/iris3-6.h @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children f9a65d7ebd29
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
155 #define NEED_ERRNO 155 #define NEED_ERRNO
156 156
157 /* This is how to get the device name of the tty end of a pty. */ 157 /* This is how to get the device name of the tty end of a pty. */
158 #define PTY_TTY_NAME_SPRINTF \ 158 #define PTY_TTY_NAME_SPRINTF \
159 sprintf (ptyname, "/dev/ttyq%d", minor (stb.st_rdev)); 159 sprintf (ptyname, "/dev/ttyq%d", minor (stb.st_rdev));
160
161 /* arch-tag: cdf2033e-a2d5-43e1-a1a2-a7243cf41a11
162 (do not change this comment) */