git: Some fixes to allow building with gcc44.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Mar 2 13:56:19 PST 2014
commit 381fa6da48f61b44a92fbaf73b2f65e40c705e14
Author: Sascha Wildner <saw at online.de>
Date: Sun Mar 2 20:16:26 2014 +0100
Some fixes to allow building with gcc44.
Most of them for type redefinitions which gcc47 has stopped warning about
(if they are compatible).
The libstdc++ fix is modeled after gcc47's libstdc++. We don't have
__libc_C_ctype_[] anymore.
Summary of changes:
.../libstdc++-v3/config/os/bsd/dragonfly/ctype_noninline.h | 8 +++++---
lib/libc/sysvipc/sockets.c | 2 +-
share/mk/bsd.sys.mk | 4 ++++
sys/dev/drm/include/drm/drmP.h | 2 --
sys/dev/drm/include/linux/types.h | 1 -
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c | 1 +
sys/platform/pc32/include/pmap.h | 6 ++++++
sys/platform/pc64/include/pmap.h | 6 ++++++
sys/platform/vkernel/include/pmap.h | 6 ++++++
sys/platform/vkernel64/include/pmap.h | 7 ++++++-
sys/sys/stdint.h | 6 ++++++
sys/sys/types.h | 6 ++++++
sys/vm/vm.h | 3 +++
13 files changed, 50 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/381fa6da48f61b44a92fbaf73b2f65e40c705e14
--
DragonFly BSD source repository
More information about the Commits
mailing list