From cd18efa0e94cc90fa5af456b388a24ff15e3d504 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Fri, 6 Jun 2008 20:26:35 +0000 Subject: [PATCH] Corrected typo in warnings patch --- nfs-utils-1.1.2-warnings.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfs-utils-1.1.2-warnings.patch b/nfs-utils-1.1.2-warnings.patch index 16e1e0f..a7faa33 100644 --- a/nfs-utils-1.1.2-warnings.patch +++ b/nfs-utils-1.1.2-warnings.patch @@ -41,7 +41,7 @@ index 6820346..5ac9ba0 100644 xlog_backend(int kind, const char *fmt, va_list args) { - va_list args2; -+ va_list args2 = NULL; ++ va_list args2 = (va_list)NULL; if (!(kind & (L_ALL)) && !(logging && (kind & logmask))) return;