summaryrefslogtreecommitdiff
path: root/news/plor/files/patch-video.c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-04-24 17:12:52 +0200
committerRene Ladan <rene@FreeBSD.org>2021-04-24 17:12:52 +0200
commitb661ebb122bf752933671f07435806ee5787acae (patch)
tree07baf5ff36db6ac8891569667866e09845dce113 /news/plor/files/patch-video.c
parentMk: unregister expired Samba 4.11 (diff)
Remove expired ports:
2021-04-22 net/samba411: Security Support ends on 03 Dec 2020 2021-04-22 net-im/cordless: Unmaintained and dead upstream, uses the old Discord API which notably has got users banned 2021-04-18 news/plor: listed as "Alpha-release" but last update in 2001; unmaintained 2021-04-20 security/certificate-transparency: Broken for more than 6 months
Diffstat (limited to 'news/plor/files/patch-video.c')
-rw-r--r--news/plor/files/patch-video.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/news/plor/files/patch-video.c b/news/plor/files/patch-video.c
deleted file mode 100644
index 76e0ce6621b2..000000000000
--- a/news/plor/files/patch-video.c
+++ /dev/null
@@ -1,20 +0,0 @@
-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