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:
Assar Westerlund
1996-11-21 20:02:54 +00:00
parent 11053c32d4
commit e5a0fdfb0e
3 changed files with 8 additions and 8 deletions

View File

@@ -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;