mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
bozo-fs-create-unused-ptr-20090319
LICENSE IPL10 add an "unused" field so we match the prototype for create in the bnodeops struct
This commit is contained in:
parent
101399171b
commit
fe98c927d3
@ -101,7 +101,7 @@ struct fsbnode {
|
||||
};
|
||||
|
||||
struct bnode * fs_create(char *ainstance, char *afilecmd, char *avolcmd,
|
||||
char *asalcmd, char *ascancmd);
|
||||
char *asalcmd, char *ascancmd, char *unused);
|
||||
struct bnode * dafs_create(char *ainstance, char *afilecmd, char *avolcmd,
|
||||
char * asalsrvcmd, char *asalcmd, char *ascancmd);
|
||||
|
||||
@ -378,7 +378,7 @@ AppendExecutableExtension(char *cmd)
|
||||
|
||||
struct bnode *
|
||||
fs_create(char *ainstance, char *afilecmd, char *avolcmd, char *asalcmd,
|
||||
char *ascancmd)
|
||||
char *ascancmd, char *unused)
|
||||
{
|
||||
struct stat tstat;
|
||||
register struct fsbnode *te;
|
||||
|
Loading…
Reference in New Issue
Block a user