History log of /dflybsd-src/lib/libc/gen/gethostid.c (Results 1 – 1 of 1)
Revision Date Author Comments
# 8289fd98 26-Nov-2016 Sascha Wildner <saw@online.de>

libc: Fix up compat-43 a bit.

* Functions in libc/compat-43 aren't syscalls so move their manual
pages to section 3.

* Move the stuff that is still POSIX to libc/gen: creat, gethostid,
getwd, k

libc: Fix up compat-43 a bit.

* Functions in libc/compat-43 aren't syscalls so move their manual
pages to section 3.

* Move the stuff that is still POSIX to libc/gen: creat, gethostid,
getwd, killpg. compat-43 isn't the right place for them.

* While here, a non-existant .PATH in compat-43/Makefile.inc.

show more ...