diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2004-03-19 20:29:00 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2004-03-19 20:29:00 +0000 |
commit | 68636d9b7789318916cd1ab7afdbdb3bf52326af (patch) | |
tree | 09b3164363632d7e96f09aeab4b881bc00b110ef /sysutils | |
parent | c02e8715b59e4fa272b07eff0a14c21a6aad2ec8 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula-server/files/patch-var.c-alpha | 36 | ||||
-rw-r--r-- | sysutils/bacula/files/patch-var.c-alpha | 36 |
2 files changed, 0 insertions, 72 deletions
diff --git a/sysutils/bacula-server/files/patch-var.c-alpha b/sysutils/bacula-server/files/patch-var.c-alpha deleted file mode 100644 index dcad5d9363d5..000000000000 --- a/sysutils/bacula-server/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; 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; |