Renamed delete' and
store' to do_delete' and
do_store' to avoid
conflict with DBM-functions. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1061 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -966,7 +966,7 @@ filename_check(char *filename)
|
||||
}
|
||||
|
||||
void
|
||||
store(char *name, char *mode, int unique)
|
||||
do_store(char *name, char *mode, int unique)
|
||||
{
|
||||
FILE *fout, *din;
|
||||
struct stat st;
|
||||
@@ -1515,7 +1515,7 @@ yyerror(char *s)
|
||||
}
|
||||
|
||||
void
|
||||
delete(char *name)
|
||||
do_delete(char *name)
|
||||
{
|
||||
struct stat st;
|
||||
|
||||
|
Reference in New Issue
Block a user