ubase/libutil
Markus Rudy a015607af0 Explicitly include sys/sysmacros.h for makedev etc
This header used to be included by sys/types.h in glibc, and musl
adopted the behaviour. However, this dependency was never desired, so
glibc deprecated it in 2016 and finally removed it in 2019, and so did
musl. Explicitly including the header should be a no-op on older libc
versions and fixes the build on newer versions.

https://sourceware.org/bugzilla/show_bug.cgi?id=19239
https://git.musl-libc.org/cgit/musl/commit/?id=f552c79
2023-09-26 09:22:32 +02:00
..
agetcwd.c Rename util/ to libutil/ 2014-11-29 21:46:47 +00:00
agetline.c Rename util/ to libutil/ 2014-11-29 21:46:47 +00:00
apathmax.c Rename util/ to libutil/ 2014-11-29 21:46:47 +00:00
concat.c Sync concat() from sbase 2015-02-22 11:08:57 +00:00
ealloc.c Rename util/ to libutil/ 2014-11-29 21:46:47 +00:00
eprintf.c strlcpy, strlcat: print program name, use for usage 2015-05-10 13:41:23 +01:00
estrtol.c Rename util/ to libutil/ 2014-11-29 21:46:47 +00:00
estrtoul.c Rename util/ to libutil/ 2014-11-29 21:46:47 +00:00
explicit_bzero.c Rename util/ to libutil/ 2014-11-29 21:46:47 +00:00
passwd.c Rename util/ to libutil/ 2014-11-29 21:46:47 +00:00
proc.c Rename util/ to libutil/ 2014-11-29 21:46:47 +00:00
putword.c Rename util/ to libutil/ 2014-11-29 21:46:47 +00:00
recurse.c Rename util/ to libutil/ 2014-11-29 21:46:47 +00:00
strlcat.c strlcpy, strlcat: print program name, use for usage 2015-05-10 13:41:23 +01:00
strlcpy.c strlcpy, strlcat: print program name, use for usage 2015-05-10 13:41:23 +01:00
strtonum.c Refactor chvt(1) 2015-09-07 11:47:10 +01:00
tty.c Explicitly include sys/sysmacros.h for makedev etc 2023-09-26 09:22:32 +02:00