diff options
Diffstat (limited to 'storeio/dev.h')
-rw-r--r-- | storeio/dev.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/storeio/dev.h b/storeio/dev.h index b223fe7e..52960cd7 100644 --- a/storeio/dev.h +++ b/storeio/dev.h @@ -1,6 +1,6 @@ /* store `device' I/O - Copyright (C) 1995,96,97,99,2000 Free Software Foundation, Inc. + Copyright (C) 1995,96,97,99,2000,2001 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.org> This program is free software; you can redistribute it and/or @@ -25,6 +25,8 @@ #include <rwlock.h> #include <hurd/store.h> +extern struct trivfs_control *storeio_fsys; + /* Information about backend store, which we presumptively call a "device". */ struct dev { |