[#]
http://marc.info/?l=openbsd-cvs&m=141101509721927&w=2
openbsd-cvs(obsdave,2) — All
2014-09-18 08:55:05
Module name: src
Changes by: guenther@cvs.openbsd.org 2014/09/17 22:37:56
Modified files:
include : unistd.h
Log message:
Our setpgrp() is the BSD version with two args and not the XSI
version with zero args, so it should only be visible if __BSD_VISIBLE
(and not also for __XPG_VISIBLE). Contrawise, readlink() has been
part of base POSIX since 1995, so move to proper #if area for that.
Move crypt_checkpass() to the pure-BSD section of the file.
setpgrp() issue noted by Matti Karnaattu (mkarnaattu (at) gmail.com)
ok millert@