]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix to let elle understand window size.
authorBen Gras <ben@minix3.org>
Mon, 26 Jun 2006 15:15:40 +0000 (15:15 +0000)
committerBen Gras <ben@minix3.org>
Mon, 26 Jun 2006 15:15:40 +0000 (15:15 +0000)
commands/elle/eesite.c
commands/elle/sbproto.h

index 660c4b2c443b433f06b76df29a30d7487b47fde0..da3ba985a91ff32e20c946871f2e8b654b6bb269 100755 (executable)
@@ -8,6 +8,8 @@
  *     routine is TS_INP for detection of TTY input.
  */
 
+#define _MINIX 1
+
 #include "elle.h"
 
 #if !(V6)
@@ -21,6 +23,7 @@ int tsf_pause = 0;    /* Set if ts_pause works.  Ref'd by equit in e_main */
 #if !(SYSV || BBN)     /* SYSV and BBN have weird tty calls */
 
 #if MINIX
+#include <sys/ioctl.h>
 #include <termios.h>
 struct termios origterm, newterm;
 #else
index 911a9e033d313ec11717c825968c6ff5506e2983..007bbbfad0816f867fd4dfa84d9e002e1d91f1f0 100755 (executable)
@@ -3,7 +3,9 @@
 #endif
 
 /* sbbcpy.c */
+#ifndef _MINIX
 _PROTOTYPE( int bcopy, (SBMA from, SBMA to, unsigned cnt) );
+#endif
 _PROTOTYPE( int sbm_wcpy, (int *from, int *to, unsigned cnt) );
 
 /* sberr.c */