summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/id.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-08-16 09:07:23 +0000
committerbrian <brian@FreeBSD.org>2000-08-16 09:07:23 +0000
commita7aa2e6cdb6c5521e4c444686f843a5ec015f6c2 (patch)
treef92a54d342123c82413213bce4839e5b3df8ae48 /usr.sbin/ppp/id.h
parent724f61b07d51e05677c46e23e943f24eac26cf11 (diff)
downloadFreeBSD-src-a7aa2e6cdb6c5521e4c444686f843a5ec015f6c2.zip
FreeBSD-src-a7aa2e6cdb6c5521e4c444686f843a5ec015f6c2.tar.gz
setproctitle() doesn't need to be called with root privs, so move
it from id.c into defs.c
Diffstat (limited to 'usr.sbin/ppp/id.h')
-rw-r--r--usr.sbin/ppp/id.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/ppp/id.h b/usr.sbin/ppp/id.h
index 11cb831..8c48767 100644
--- a/usr.sbin/ppp/id.h
+++ b/usr.sbin/ppp/id.h
@@ -45,7 +45,6 @@ extern void ID0logout(const char *, int);
extern int ID0bind_un(int, const struct sockaddr_un *);
extern int ID0connect_un(int, const struct sockaddr_un *);
extern int ID0kill(pid_t, int);
-extern void ID0setproctitle(const char *);
#if defined(__FreeBSD__) && !defined(NOKLDLOAD)
extern int ID0kldload(const char *);
#endif
OpenPOWER on IntegriCloud