DragonFlyBSD/src ee5bd76include unistd.h

<unistd.h>: Move setpgrp() to __BSD_VISIBLE.

POSIX' setpgrp() has a different prototype than the BSD version. While
the former takes no arguments, the latter takes two pid_t's. Both
versions are also obsolete.

So just move our BSD specific one to __BSD_VISIBLE and keep it for
backward compatibility.
DeltaFile
+1-1include/unistd.h
+1-11 files

UnifiedSplitRaw