diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/fsys.defs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hurd/fsys.defs b/hurd/fsys.defs index 26741dc5..e4dad16e 100644 --- a/hurd/fsys.defs +++ b/hurd/fsys.defs @@ -1,5 +1,5 @@ /* Definitions for the filesystem control interface - Copyright (C) 1992, 1993, 1994 Free Software Foundation + Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation This file is part of the GNU Hurd. @@ -21,6 +21,10 @@ subsystem fsys 22000; #include <hurd/hurd_types.defs> +/* When modifying this file in any way, please remember to keep +fsys_reply.defs up to date. */ + + #ifdef FSYS_IMPORTS FSYS_IMPORTS #endif |