VFS: remove unused variables
This commit is contained in:
parent
0c1cd8720a
commit
5ff845212e
@ -50,8 +50,6 @@ EXTERN int err_code; /* temporary storage for error number */
|
|||||||
/* Data initialized elsewhere. */
|
/* Data initialized elsewhere. */
|
||||||
extern _PROTOTYPE (int (*call_vec[]), (void) ); /* sys call table */
|
extern _PROTOTYPE (int (*call_vec[]), (void) ); /* sys call table */
|
||||||
extern _PROTOTYPE (int (*pfs_call_vec[]), (void) ); /* pfs callback table */
|
extern _PROTOTYPE (int (*pfs_call_vec[]), (void) ); /* pfs callback table */
|
||||||
extern char dot1[2]; /* dot1 (&dot1[0]) and dot2 (&dot2[0]) have a special */
|
|
||||||
extern char dot2[3]; /* meaning to search_dir: no access permission check. */
|
|
||||||
extern char mode_map[]; /* mapping from O_ACCMODE mask to R_BIT/W_BIT flags */
|
extern char mode_map[]; /* mapping from O_ACCMODE mask to R_BIT/W_BIT flags */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user