diff options
author | Miles Bader <miles@gnu.org> | 1997-09-05 21:41:43 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-09-05 21:41:43 +0000 |
commit | 9b2f6ac2fe26b9d6aea82c43e1e7644ea3c167b8 (patch) | |
tree | a2001d9e2c4ac2a256df13663076e787d818e3f2 /hurd/fsys.defs | |
parent | 13bc3321026416c6b0245bf180f0bdcaac4174f0 (diff) |
Add INTR_INTERFACE.
Diffstat (limited to 'hurd/fsys.defs')
-rw-r--r-- | hurd/fsys.defs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hurd/fsys.defs b/hurd/fsys.defs index 144bdb6a..0989f169 100644 --- a/hurd/fsys.defs +++ b/hurd/fsys.defs @@ -1,5 +1,5 @@ /* Definitions for the filesystem control interface - Copyright (C) 1992, 1993, 1994, 1995, 1996 Free Software Foundation + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation This file is part of the GNU Hurd. @@ -31,6 +31,8 @@ subsystem fsys 22000; FSYS_IMPORTS #endif +INTR_INTERFACE + /* Sent by filesystem on its bootstrap port upon startup. REALNODE is the node this filesystem is the translator for, opened with flags FLAGS (O_NOTRANS is assumed even if not |