From eae0088b91cbc4408b450aa68745064732b86734 Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 9 Nov 1997 06:22:49 +0000 Subject: Introduce ID0 logging. Stay as the invoking uid as much as possible. Execution as a normal user is still forbidden for now, so these changes are pretty ineffective. The next commit will implement the modifications suggested on -hackers a number of days ago. --- usr.sbin/ppp/vjcomp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/ppp/vjcomp.c') diff --git a/usr.sbin/ppp/vjcomp.c b/usr.sbin/ppp/vjcomp.c index 4f93304..e614e4b 100644 --- a/usr.sbin/ppp/vjcomp.c +++ b/usr.sbin/ppp/vjcomp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: vjcomp.c,v 1.10 1997/10/07 00:56:58 brian Exp $ + * $Id: vjcomp.c,v 1.11 1997/10/26 01:04:01 brian Exp $ * * TODO: */ @@ -26,6 +26,7 @@ #include #include +#include #include #include "mbuf.h" -- cgit v1.1