[Glibc-bsd-commits] r6098 - in trunk: glibc-ports-2.23/kfreebsd/fbtl/bits glibc-ports-2.24/kfreebsd/fbtl/bits

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Tue Jul 26 05:50:37 UTC 2016


Author: aurel32
Date: 2016-07-26 05:50:37 +0000 (Tue, 26 Jul 2016)
New Revision: 6098

Modified:
   trunk/glibc-ports-2.23/kfreebsd/fbtl/bits/local_lim.h
   trunk/glibc-ports-2.24/kfreebsd/fbtl/bits/local_lim.h
Log:
Revert revisions 6096 and 6097. This causes more harm than it solves issues and procps has workarounded the issue in the meantime.


Modified: trunk/glibc-ports-2.23/kfreebsd/fbtl/bits/local_lim.h
===================================================================
--- trunk/glibc-ports-2.23/kfreebsd/fbtl/bits/local_lim.h	2016-07-25 21:12:37 UTC (rev 6097)
+++ trunk/glibc-ports-2.23/kfreebsd/fbtl/bits/local_lim.h	2016-07-26 05:50:37 UTC (rev 6098)
@@ -18,7 +18,6 @@
    02111-1307 USA.  */
 
 #include <sys/syslimits.h>
-#include <sys/param.h>
 
 /* The number of data keys per process.  */
 #define _POSIX_THREAD_KEYS_MAX	128
@@ -48,14 +47,5 @@
 /* Maximum number of timer expiration overruns.  */
 #define DELAYTIMER_MAX	2147483647
 
-/* Maximum tty name length.  */
-/* Already defined in <sys/param.h>.  */
-
-/* Maximum login name length.  */
-#define LOGIN_NAME_MAX		(MAXLOGNAME - 1)
-
-/* Maximum host name length.  */
-#define HOST_NAME_MAX		MAXHOSTNAMELEN
-
 /* Maximum value the semaphore can have.  */
 #define SEM_VALUE_MAX   (2147483647)

Modified: trunk/glibc-ports-2.24/kfreebsd/fbtl/bits/local_lim.h
===================================================================
--- trunk/glibc-ports-2.24/kfreebsd/fbtl/bits/local_lim.h	2016-07-25 21:12:37 UTC (rev 6097)
+++ trunk/glibc-ports-2.24/kfreebsd/fbtl/bits/local_lim.h	2016-07-26 05:50:37 UTC (rev 6098)
@@ -18,7 +18,6 @@
    02111-1307 USA.  */
 
 #include <sys/syslimits.h>
-#include <sys/param.h>
 
 /* The number of data keys per process.  */
 #define _POSIX_THREAD_KEYS_MAX	128
@@ -48,14 +47,5 @@
 /* Maximum number of timer expiration overruns.  */
 #define DELAYTIMER_MAX	2147483647
 
-/* Maximum tty name length.  */
-/* Already defined in <sys/param.h>.  */
-
-/* Maximum login name length.  */
-#define LOGIN_NAME_MAX		(MAXLOGNAME - 1)
-
-/* Maximum host name length.  */
-#define HOST_NAME_MAX		MAXHOSTNAMELEN
-
 /* Maximum value the semaphore can have.  */
 #define SEM_VALUE_MAX   (2147483647)




More information about the Glibc-bsd-commits mailing list