diff src/s/bsdos4.h @ 517:00e9371a84f3

[xemacs-hg @ 2001-05-08 05:16:01 by martinb] correct bug in previous patch re: bsdi g++ support
author martinb
date Tue, 08 May 2001 05:16:05 +0000
parents 0be8704d6062
children
line wrap: on
line diff
--- a/src/s/bsdos4.h	Mon May 07 14:55:14 2001 +0000
+++ b/src/s/bsdos4.h	Tue May 08 05:16:05 2001 +0000
@@ -10,6 +10,8 @@
 #endif /* ELF */
 
 /* The declaration for openpty is missing.  Where is libutil.h? */
+#ifndef NOT_C_CODE
 struct termios;
 struct winsize;
 int openpty (int *, int *, char *, struct termios *, struct winsize *);
+#endif