[Pkg-shadow-commits] r1596 - upstream/trunk/lib

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Tue Jan 1 14:32:42 UTC 2008


Author: nekral-guest
Date: 2008-01-01 14:32:41 +0000 (Tue, 01 Jan 2008)
New Revision: 1596

Modified:
   upstream/trunk/lib/pwauth.c
Log:
Forgot to commit that one.
Avoid empty file when USE_PAM is set.


Modified: upstream/trunk/lib/pwauth.c
===================================================================
--- upstream/trunk/lib/pwauth.c	2008-01-01 14:31:00 UTC (rev 1595)
+++ upstream/trunk/lib/pwauth.c	2008-01-01 14:32:41 UTC (rev 1596)
@@ -207,4 +207,6 @@
 		strzero (clear);
 	return retval;
 }
+#else				/* !USE_PAM */
+extern int errno;		/* warning: ANSI C forbids an empty source file */
 #endif				/* !USE_PAM */




More information about the Pkg-shadow-commits mailing list