Code

Fix compilation with GCC when _GNU_SOURCE isn't defined.
authorSebastian Harl <sh@tokkee.org>
Thu, 25 Feb 2016 20:37:55 +0000 (21:37 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 25 Feb 2016 20:37:55 +0000 (21:37 +0100)
commitb59edbb81af9c2c1a2cb27bb96fc205e32b1deae
tree7fb71e28a3e4cb80ad69ce92d0c634c389b2ef4c
parent6f29ec3901a06ae905c818b882a80f8a0bd7af42
Fix compilation with GCC when _GNU_SOURCE isn't defined.

That is, add some missing headers and bump POSIX compliance to POSIX:2008
which will ensure that 'struct timespec' is defined without funny tricks.
configure.ac
src/tools/sysdb/main.c
src/tools/sysdbd/main.c
src/utils/os.c