From 68636d9b7789318916cd1ab7afdbdb3bf52326af Mon Sep 17 00:00:00 2001 From: Lars Koeller Date: Fri, 19 Mar 2004 20:29:00 +0000 Subject: o) Remove patch to solve alpha compile problems, cause the fix is already included in the sources. --- sysutils/bacula/files/patch-var.c-alpha | 36 --------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 sysutils/bacula/files/patch-var.c-alpha (limited to 'sysutils/bacula') diff --git a/sysutils/bacula/files/patch-var.c-alpha b/sysutils/bacula/files/patch-var.c-alpha deleted file mode 100644 index dcad5d9363d5..000000000000 --- a/sysutils/bacula/files/patch-var.c-alpha +++ /dev/null @@ -1,36 +0,0 @@ -*** src/lib/var.c.orig Tue Mar 9 21:11:30 2004 ---- src/lib/var.c Tue Mar 9 21:12:46 2004 -*************** -*** 120,126 **** - int n; - int bytes; - -! if (format == NULL) - return -1; - bytes = 0; - while (*format != '\0') { ---- 120,126 ---- - int n; - int bytes; - -! if (format == NULL || ap == NULL) - return -1; - bytes = 0; - while (*format != '\0') { -*************** -*** 204,210 **** - int n; - var_mvsnprintf_cb_t ctx; - -! if (format == NULL) - return -1; - if (buffer != NULL && bufsize == 0) - return -1; ---- 204,210 ---- - int n; - var_mvsnprintf_cb_t ctx; - -! if (format == NULL || ap == NULL) - return -1; - if (buffer != NULL && bufsize == 0) - return -1; -- cgit v1.2.3