4 /* EXTERN should be extern except for the table file */
10 #include <minix/vfsif.h>
12 /* The following variables are used for returning results to the caller. */
13 EXTERN
int err_code
; /* temporary storage for error number */
15 EXTERN
_PROTOTYPE (int (*fs_call_vec
[]), (void) ); /* fs call table */
17 EXTERN message fs_m_in
;
18 EXTERN message fs_m_out
;
20 EXTERN uid_t caller_uid
;
21 EXTERN gid_t caller_gid
;
24 EXTERN
int exitsignaled
;
28 EXTERN bitchunk_t inodemap
[FS_BITMAP_CHUNKS(NR_INODES
)];