diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-03 15:57:11 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-03 15:57:11 +0000 |
commit | c50ecbe02150d6d5f8feb7df4ba078a344c8ee49 (patch) | |
tree | c62295d3835fe1e2032f9a7b8813f27eeeca5ee4 | |
parent | d444fc0b2e5587b46f1b6f400521aba78c79ce86 (diff) |
(struct port_bucket): Mention name in global scope.
-rw-r--r-- | libfshelp/fshelp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h index 3fa0f559..9461ae50 100644 --- a/libfshelp/fshelp.h +++ b/libfshelp/fshelp.h @@ -182,6 +182,7 @@ void fshelp_lock_init (struct lock_box *box); +struct port_bucket; /* shut up C compiler */ /* Return an identity port in *PT for the node numbered FILENO, suitable for returning from io_identity; exactly one send right must be created from the returned value. FILENO should be the same |