CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2018/04/08 12:57:39
Modified files: sys/sys : socket.h sys/kern : uipc_proto.c uipc_socket.c uipc_socket2.c sys/miscfs/fifofs: fifo_vnops.c share/man/man4 : netintro.4 usr.sbin/syslogd: syslogd.8 Log message: AF_LOCAL was a failed attempt (by POSIX?) to seem less UNIX-specific, but AF_UNIX is both the historical _and_ standard name, so prefer and recommend it in the headers, manpages, and kernel. ok miller@ deraadt@ schwarze@