From 0429f850053952414c2a280dad902363965a7a3a Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Wed, 12 May 1999 06:15:58 +0000 Subject: [PATCH] take out lock routines, they're now in utils.c --- pppd/sys-sunos4.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pppd/sys-sunos4.c b/pppd/sys-sunos4.c index 60493fe..3e8d1ce 100644 --- a/pppd/sys-sunos4.c +++ b/pppd/sys-sunos4.c @@ -26,7 +26,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: sys-sunos4.c,v 1.20 1999/04/12 06:24:51 paulus Exp $"; +static char rcsid[] = "$Id: sys-sunos4.c,v 1.21 1999/05/12 06:15:58 paulus Exp $"; #endif #include @@ -1377,6 +1377,7 @@ get_host_seed() return gethostid(); } +#if 0 /* * Code for locking/unlocking the serial device. * This code is derived from chat.c. @@ -1480,6 +1481,7 @@ unlock() lock_file = NULL; } } +#endif /* lock stuff removed */ /* * get_pty - get a pty master/slave pair and chown the slave side -- 2.39.2