git: <pthread.h>: Include <machine/limits.h> instead of <limits.h> for ULONG_MAX.
Sascha Wildner
swildner at crater.dragonflybsd.org
Mon Jul 4 01:51:31 PDT 2016
commit 32cb82727ec681e604bb5631909bd642cd14fe5a
Author: Sascha Wildner <saw at online.de>
Date: Mon Jul 4 10:50:47 2016 +0200
<pthread.h>: Include <machine/limits.h> instead of <limits.h> for ULONG_MAX.
Also include <limits.h> in a couple of files that were missing it.
This commit will break 4 ports:
devel/clanlib1
games/orbital_eunuchs_sniper
games/zatacka
sysutils/cdargs
These will be fixed in the next time.
Summary of changes:
include/pthread.h | 2 +-
lib/libc/gen/fdevname.c | 1 +
lib/libc/gen/ttyname.c | 2 +-
lib/libc/stdlib/ptsname.c | 1 +
lib/libc_r/uthread/uthread_info.c | 2 +-
5 files changed, 5 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/32cb82727ec681e604bb5631909bd642cd14fe5a
--
DragonFly BSD source repository
More information about the Commits
mailing list