Author: ps-guest Date: 2013-11-28 12:29:58 +0000 (Thu, 28 Nov 2013) New Revision: 5795
Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff Log: kfreebsd/local-sysdeps.diff: raise MAXLOGNAME Modified: glibc-package/trunk/debian/changelog =================================================================== --- glibc-package/trunk/debian/changelog 2013-11-28 12:27:03 UTC (rev 5794) +++ glibc-package/trunk/debian/changelog 2013-11-28 12:29:58 UTC (rev 5795) @@ -4,6 +4,9 @@ * + [ Petr Salinger ] + * kfreebsd/local-sysdeps.diff: raise MAXLOGNAME + -- Adam Conrad <[email protected]> Wed, 20 Nov 2013 08:45:14 -0700 eglibc (2.17-96) unstable; urgency=low Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff =================================================================== --- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff 2013-11-28 12:27:03 UTC (rev 5794) +++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff 2013-11-28 12:29:58 UTC (rev 5795) @@ -1932,7 +1932,7 @@ + +#define MAXCOMLEN 19 /* max command name remembered */ +#define MAXINTERP 32 /* max interpreter file name length */ -+#define MAXLOGNAME 17 /* max login name length (incl. NUL) */ ++#define MAXLOGNAME 33 /* max login name length (incl. NUL) */ +#define MAXUPRC CHILD_MAX /* max simultaneous processes */ +#define NGROUPS NGROUPS_MAX /* max number groups */ +#define MAXHOSTNAMELEN 256 /* max hostname size */ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

