summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/id.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-11-21 23:27:23 +0000
committerbrian <brian@FreeBSD.org>1999-11-21 23:27:23 +0000
commit257703c14f8e6f30e188734cc44777626b976637 (patch)
treecc06d1361c0b14915b70a014a507291f2e1b5093 /usr.sbin/ppp/id.h
parentc53a2225ab03295e0fe4a22fff7212cb3b6003db (diff)
downloadFreeBSD-src-257703c14f8e6f30e188734cc44777626b976637.zip
FreeBSD-src-257703c14f8e6f30e188734cc44777626b976637.tar.gz
Call MkSockNode() as uid 0
Forgotten by: julian
Diffstat (limited to 'usr.sbin/ppp/id.h')
-rw-r--r--usr.sbin/ppp/id.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/ppp/id.h b/usr.sbin/ppp/id.h
index 57344cf..11cb831 100644
--- a/usr.sbin/ppp/id.h
+++ b/usr.sbin/ppp/id.h
@@ -49,3 +49,6 @@ extern void ID0setproctitle(const char *);
#if defined(__FreeBSD__) && !defined(NOKLDLOAD)
extern int ID0kldload(const char *);
#endif
+#ifndef NONETGRAPH
+extern int ID0NgMkSockNode(const char *, int *, int *);
+#endif
OpenPOWER on IntegriCloud