comparison src/s/sol2-3.h @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 63fd40a97a75
children ecc35001afc5 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
46 if (!(ptyname = ptsname (fd))) \ 46 if (!(ptyname = ptsname (fd))) \
47 { emacs_close (fd); return -1; } \ 47 { emacs_close (fd); return -1; } \
48 strncpy (pty_name, ptyname, sizeof (pty_name)); \ 48 strncpy (pty_name, ptyname, sizeof (pty_name)); \
49 pty_name[sizeof (pty_name) - 1] = 0; \ 49 pty_name[sizeof (pty_name) - 1] = 0; \
50 } 50 }
51
52 /* arch-tag: a8fe2e15-e517-49cb-a863-f346b80885fe
53 (do not change this comment) */