summaryrefslogtreecommitdiff
path: root/sysdeps/stub/ustat.c
diff options
context:
space:
mode:
authorThomas Bushnell, BSG <thomas@gnu.org>1996-09-03 22:24:21 +0000
committerThomas Bushnell, BSG <thomas@gnu.org>1996-09-03 22:24:21 +0000
commitdb813f25f26d17ba0b5e52411575ff930db7fac3 (patch)
tree9800a39aa9adfe8acb9c2b7e7fc119f95979a96f /sysdeps/stub/ustat.c
parent3112c3742d5d8b16f263ceef8eb771c3eb4eea1a (diff)
*** empty log message ***cvs/libc-960904
Tue Sep 3 11:16:07 1996 Thomas Bushnell/ n/BSG <thomas@gnu.ai.mit.edu> * 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 <sys/ustat.h>. * misc/syslog.c (vsyslog): Fix typo (`mow_tm' -> `now_tm').
Diffstat (limited to 'sysdeps/stub/ustat.c')
-rw-r--r--sysdeps/stub/ustat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/stub/ustat.c b/sysdeps/stub/ustat.c
index 775389fb39..c90bd36a9d 100644
--- a/sysdeps/stub/ustat.c
+++ b/sysdeps/stub/ustat.c
@@ -19,6 +19,7 @@ Cambridge, MA 02139, USA. */
#include <unistd.h>
#include <errno.h>
+#include <sys/ustat.h>
int
ustat (dev, ust)