Subversion Repositories prayer

Compare Revisions

Regard whitespace Rev 149 → Rev 150

/trunk/debian/patches/hurd.patch
11,3 → 11,17
# define SPT_TYPE SPT_REUSEARGV
# define SPT_PADCHAR '\0' /* pad process title with nulls */
#elif (defined(BSD) && BSD >= 199306)
--- a/accountd/authenticate.c
+++ b/accountd/authenticate.c
@@ -8,11 +8,7 @@
#include "accountd.h"
-#ifdef BSD4_4
-#define HAVE_SHADOW 0
-#else
#define HAVE_SHADOW 1
-#endif
#include <pwd.h>
#if HAVE_SHADOW
/trunk/debian/changelog
7,6 → 7,8
flags to be properly propagated. I think it caused internal include
flags to be lost, but since at least 1.3.2 that's no longer the case.
* Bump Standards-Version to 3.9.4.
* hurd.patch: Always define HAVE_SHADOW. The test for BSD4_4 seems
bogus; it is defined on Hurd, but crypt(3) is available there.
 
-- Magnus Holmgren <holmgren@debian.org> Tue, 11 Jun 2013 23:30:12 +0200