From db813f25f26d17ba0b5e52411575ff930db7fac3 Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Tue, 3 Sep 1996 22:24:21 +0000 Subject: *** empty log message *** Tue Sep 3 11:16:07 1996 Thomas Bushnell/ n/BSG * shadow/lckpwdf.c (__ulckpwdf): Don't take address of LOCK in call to __libc_lock_lock. * sysdeps/mach/hurd/send.c (__send): Declare BUF const. * sysdeps/mach/hurd/sendto.c (sendto): Likewise. * sysdeps/stub/ustat.c: Include . * misc/syslog.c (vsyslog): Fix typo (`mow_tm' -> `now_tm'). --- shadow/lckpwdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shadow') diff --git a/shadow/lckpwdf.c b/shadow/lckpwdf.c index fb1c4b2e5e..60cf2eecf7 100644 --- a/shadow/lckpwdf.c +++ b/shadow/lckpwdf.c @@ -157,7 +157,7 @@ __ulckpwdf () else { /* Prevent problems caused by multiple threads. */ - __libc_lock_lock (&lock); + __libc_lock_lock (lock); result = close (lock_fd); -- cgit 1.4.1