diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 03:49:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 03:49:05 +0000 |
commit | 28e7382123cbc7ef132190c6b3c29b101db38cfc (patch) | |
tree | a9d50288bd0e48228abd908a6f7bd8be06c4e7bd /news/xvnews/files/patch-aa | |
parent | PR: 51521 (diff) |
As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove these ports that have been broken for >4 months (in many cases much
longer) with no sign of a fix.
Notes
Notes:
svn path=/head/; revision=80201
Diffstat (limited to 'news/xvnews/files/patch-aa')
-rw-r--r-- | news/xvnews/files/patch-aa | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/news/xvnews/files/patch-aa b/news/xvnews/files/patch-aa deleted file mode 100644 index 4268f1fffb90..000000000000 --- a/news/xvnews/files/patch-aa +++ /dev/null @@ -1,36 +0,0 @@ -*** ./guide/libguide/gio.c.orig Wed Jul 31 15:09:36 1996 ---- ./guide/libguide/gio.c Wed Jul 31 15:10:58 1996 -*************** -*** 57,63 **** - #else - #include <varargs.h> - #endif -! #include <malloc.h> - #include "guide.h" - #include "gio.h" - ---- 57,63 ---- - #else - #include <varargs.h> - #endif -! #include <stdlib.h> - #include "guide.h" - #include "gio.h" - -*************** -*** 84,90 **** - * System error message definitions. - */ - extern int sys_nerr; -! extern char *sys_errlist[]; - - /* - * Internal function declarations. ---- 84,90 ---- - * System error message definitions. - */ - extern int sys_nerr; -! /*extern char *sys_errlist[];*/ - - /* - * Internal function declarations. |