From: Paul Mackerras Date: Wed, 12 May 1999 06:15:58 +0000 (+0000) Subject: take out lock routines, they're now in utils.c X-Git-Tag: ppp-2.4.7~712 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=0429f850053952414c2a280dad902363965a7a3a;hp=9f0e24d765ca34f9a390352959193922059e59dc take out lock routines, they're now in utils.c --- 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