From 5607205c27aa52c35b98c11f385486f3d9ca75ae Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 7 Dec 1993 03:37:08 +0000 Subject: Formerly hurd_types.h.~83~ --- hurd/hurd_types.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h index cb7f35d9..260a87b5 100644 --- a/hurd/hurd_types.h +++ b/hurd/hurd_types.h @@ -45,6 +45,7 @@ typedef mach_port_t *portarray_t; typedef pid_t *pidarray_t; typedef uid_t *idarray_t; typedef struct rusage rusage_t; +typedef struct flock flock_t; typedef struct stat io_statbuf_t; @@ -156,7 +157,8 @@ enum verstype MACHINE, }; -struct procinfo +stru +ct procinfo { int state; uid_t owner; -- cgit v1.2.3