diff options
Diffstat (limited to 'news/plor/files/patch-video.c')
-rw-r--r-- | news/plor/files/patch-video.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/news/plor/files/patch-video.c b/news/plor/files/patch-video.c new file mode 100644 index 000000000000..76e0ce6621b2 --- /dev/null +++ b/news/plor/files/patch-video.c @@ -0,0 +1,20 @@ +diff -ur plor-0.3.1/video.c plor-new/video.c +--- plor-0.3.1/video.c Sat Mar 15 07:15:40 1997 ++++ video.c Thu Jul 3 12:17:24 1997 +@@ -8,16 +8,13 @@ + * see file COPYING for more information on copyright policy + */ + +-#ifdef _HAVE_PARAM_H + #include <sys/param.h> +-#endif + #include <stdio.h> + #include <sys/types.h> + #include <sys/stat.h> + #include <sys/ioctl.h> + #include <fcntl.h> + #include <unistd.h> +-#include <termbits.h> /* need on a GLIBC system? */ + #if defined(BSD) + #include <termios.h> + #endif |