diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-02-23 14:23:48 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-02-23 14:23:48 +0000 |
commit | fa774241a5468136e0c6af9f99c473ca59d05c1f (patch) | |
tree | 02fe8d992790da50083522426ac2a24b69ac1d5d /news/newsx/files/patch-bb | |
parent | Fix build with postgresql 7.2 (some .h files have moved). (diff) |
Upgrade to the last release. This release is basically for bug fixes.
It supports inn's storage manager => no more ugly patches!
PR: 34503
Submitted by: thierry@pompo.net
Diffstat (limited to 'news/newsx/files/patch-bb')
-rw-r--r-- | news/newsx/files/patch-bb | 22 |
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; |