diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-12-07 03:37:08 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-12-07 03:37:08 +0000 |
commit | 5607205c27aa52c35b98c11f385486f3d9ca75ae (patch) | |
tree | d20770dcf7729b9f5b47ff50a4a38c71368d72ee | |
parent | 96a95a3582fbc6381eaa2267d58ec5a8a9c77094 (diff) |
Formerly hurd_types.h.~83~
-rw-r--r-- | hurd/hurd_types.h | 4 |
1 files changed, 3 insertions, 1 deletions
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; |