summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2014-09-19 18:13:56 +0000
committerpfg <pfg@FreeBSD.org>2014-09-19 18:13:56 +0000
commitb20958041813366cf95ef25c6af02b4d0badb296 (patch)
tree1b62545d9c03237ded28ab19f8b5dece92ae5fc7 /include
parent463fa9651dc501210f7e1fa0984e64e7cc1c82e9 (diff)
downloadFreeBSD-src-b20958041813366cf95ef25c6af02b4d0badb296.zip
FreeBSD-src-b20958041813366cf95ef25c6af02b4d0badb296.tar.gz
unistd: drop argument names from setpgrp(3) prototype.
They are useless and don't match the style of the header. While here adjust the comment with tabs. Suggested by: kevinlo
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 4ff516c..0329122 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -566,7 +566,7 @@ int setkey(const char *);
int setlogin(const char *);
int setloginclass(const char *);
void *setmode(const char *);
-int setpgrp(pid_t _pid, pid_t _pgrp); /* obsoleted by setpgid() */
+int setpgrp(pid_t, pid_t); /* obsoleted by setpgid() */
void setproctitle(const char *_fmt, ...) __printf0like(1, 2);
int setresgid(gid_t, gid_t, gid_t);
int setresuid(uid_t, uid_t, uid_t);
OpenPOWER on IntegriCloud