aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bacula
diff options
context:
space:
mode:
authorLars Koeller <lkoeller@FreeBSD.org>2004-03-19 20:29:00 +0000
committerLars Koeller <lkoeller@FreeBSD.org>2004-03-19 20:29:00 +0000
commit68636d9b7789318916cd1ab7afdbdb3bf52326af (patch)
tree09b3164363632d7e96f09aeab4b881bc00b110ef /sysutils/bacula
parentc02e8715b59e4fa272b07eff0a14c21a6aad2ec8 (diff)
downloadports-68636d9b7789318916cd1ab7afdbdb3bf52326af.tar.gz
ports-68636d9b7789318916cd1ab7afdbdb3bf52326af.zip
o) Remove patch to solve alpha compile problems, cause the fix is already
included in the sources.
Notes
Notes: svn path=/head/; revision=104662
Diffstat (limited to 'sysutils/bacula')
-rw-r--r--sysutils/bacula/files/patch-var.c-alpha36
1 files changed, 0 insertions, 36 deletions
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;