patch-lib_screen_c 305 B

12345678910111213
  1. $OpenBSD: patch-lib_screen_c,v 1.1.1.1 2005/01/25 23:32:22 fgsch Exp $
  2. --- lib/screen.c.orig Sat Jan 22 21:43:52 2005
  3. +++ lib/screen.c Sat Jan 22 21:49:26 2005
  4. @@ -20,7 +20,7 @@
  5. #include "misc.h"
  6. -#ifndef TIOCGWINSZ
  7. +#if !defined(TIOCGWINSZ) || defined(__OpenBSD__)
  8. #include <sys/ioctl.h>
  9. #endif