aboutsummaryrefslogtreecommitdiff
path: root/news/newsx/files/patch-bb
diff options
context:
space:
mode:
Diffstat (limited to 'news/newsx/files/patch-bb')
-rw-r--r--news/newsx/files/patch-bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/news/newsx/files/patch-bb b/news/newsx/files/patch-bb
deleted file mode 100644
index afdc4abe77b9..000000000000
--- a/news/newsx/files/patch-bb
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/sys.c.orig Sat Apr 24 20:13:31 1999
-+++ src/sys.c Sun Feb 18 13:39:54 2001
-@@ -6,6 +6,9 @@
- * the GNU General Public License applies
- *
- * $Log: sys.c,v $
-+ * Revision x.xx 2001/02/18
-+ * Use xmalloc and xrealloc from libinn.h (<thierry@thomas.as>)
-+ *
- * Revision 1.23 1999/04/24 18:13:31 src
- * Allowing '@' in newsfeeds syntax, making a special case of it
- * in the group list
-@@ -96,7 +99,8 @@
-
- n = sizeof(SYS_GRP) + strlen(group);
-
-- sp = xmalloc(n);
-+/* xmalloc from libinn (<thierry@thomas.as>) */
-+ sp = xmalloc(n,"sys.c",101);
-
- /* fill in structure */
- sp->next = 0;