diff options
author | hoek <hoek@FreeBSD.org> | 2001-01-05 08:01:17 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 2001-01-05 08:01:17 +0000 |
commit | cfebcd4c9e5320a813a4295944c833a37b181ae1 (patch) | |
tree | ebd898456fc0232f666af5789a687d2ba55e4abd /news/plor/files | |
parent | 73c40f14b09d75ec191a0147104a43a924f17ce7 (diff) | |
download | FreeBSD-ports-cfebcd4c9e5320a813a4295944c833a37b181ae1.zip FreeBSD-ports-cfebcd4c9e5320a813a4295944c833a37b181ae1.tar.gz |
Update to 0.3.3. The changes are nearly imperceptible; mainly
cosmetic.
Diffstat (limited to 'news/plor/files')
-rw-r--r-- | news/plor/files/patch-ab | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/news/plor/files/patch-ab b/news/plor/files/patch-ab index 4c37c31..76e0ce6 100644 --- a/news/plor/files/patch-ab +++ b/news/plor/files/patch-ab @@ -1,7 +1,7 @@ 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,9 +8,7 @@ +@@ -8,16 +8,13 @@ * see file COPYING for more information on copyright policy */ @@ -11,3 +11,10 @@ diff -ur plor-0.3.1/video.c plor-new/video.c #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 |