comparison src/s/bsdos4.h @ 508:0be8704d6062

[xemacs-hg @ 2001-05-05 10:21:20 by martinb] Port to bsdi g++
author martinb
date Sat, 05 May 2001 10:21:25 +0000
parents 4f79e16b1112
children 00e9371a84f3
comparison
equal deleted inserted replaced
507:167135c7a7ae 508:0be8704d6062
6 #undef ORDINARY_LINK 6 #undef ORDINARY_LINK
7 #define ORDINARY_LINK 1 7 #define ORDINARY_LINK 1
8 #define UNEXEC unexelf.o 8 #define UNEXEC unexelf.o
9 9
10 #endif /* ELF */ 10 #endif /* ELF */
11
12 /* The declaration for openpty is missing. Where is libutil.h? */
13 struct termios;
14 struct winsize;
15 int openpty (int *, int *, char *, struct termios *, struct winsize *);