summaryrefslogtreecommitdiffstats
path: root/libutil
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2000-09-02 01:51:36 +0000
committerBrian Somers <brian@FreeBSD.org>2000-09-02 01:51:36 +0000
commitc87c3deb992f96ad94d3ce548ba8a61fe0e1bc26 (patch)
tree93cf838aeb610760795b77eb56d3b161916e9bc6 /libutil
parent25043ab6b7521546944161b8d46625bc5d7bbc54 (diff)
downloadpw-darwin-c87c3deb992f96ad94d3ce548ba8a61fe0e1bc26.tar.gz
pw-darwin-c87c3deb992f96ad94d3ce548ba8a61fe0e1bc26.tar.zst
pw-darwin-c87c3deb992f96ad94d3ce548ba8a61fe0e1bc26.zip
Move setproctitle() from libutil to libc (after a repo-copy)
and bump __FreeBSD_version to 500012 to mark the occasion. setproctitle() is prototyped in unistd.h as opposed to stdlib.h where OpenBSD and NetBSD have it. Reviewed by: peter
Diffstat (limited to 'libutil')
-rw-r--r--libutil/libutil.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libutil/libutil.h b/libutil/libutil.h
index f371e3f..1bb4b9f 100644
--- a/libutil/libutil.h
+++ b/libutil/libutil.h
@@ -45,7 +45,6 @@ struct utmp;
struct in_addr;
__BEGIN_DECLS
-void setproctitle __P((const char *_fmt, ...)) __printf0like(1, 2);
void login __P((struct utmp *_ut));
int login_tty __P((int _fd));
int logout __P((char *_line));