rpms/nfs-utils/devel nfs-utils-1.1.2-warnings.patch,1.2,1.3

Steve Dickson (steved) fedora-extras-commits at redhat.com
Fri Jun 6 21:06:50 UTC 2008


Author: steved

Update of /cvs/pkgs/rpms/nfs-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32235

Modified Files:
	nfs-utils-1.1.2-warnings.patch 
Log Message:
Removed the initialization of va_list from the warning patch.


nfs-utils-1.1.2-warnings.patch:

Index: nfs-utils-1.1.2-warnings.patch
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/devel/nfs-utils-1.1.2-warnings.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nfs-utils-1.1.2-warnings.patch	6 Jun 2008 20:26:35 -0000	1.2
+++ nfs-utils-1.1.2-warnings.patch	6 Jun 2008 21:06:01 -0000	1.3
@@ -32,16 +32,3 @@
  			/* see if the entry already exists, otherwise this was an instantiated
  			 * wild card, and we must add it
  			 */
-diff --git a/support/nfs/xlog.c b/support/nfs/xlog.c
-index 6820346..5ac9ba0 100644
---- a/support/nfs/xlog.c
-+++ b/support/nfs/xlog.c
-@@ -133,7 +133,7 @@ xlog_enabled(int fac)
- void
- xlog_backend(int kind, const char *fmt, va_list args)
- {
--	va_list args2;
-+	va_list args2 = (va_list)NULL;
- 
- 	if (!(kind & (L_ALL)) && !(logging && (kind & logmask)))
- 		return;




More information about the fedora-extras-commits mailing list