mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-21 10:24:55 +00:00
(emacs_open, set_file_times): String pointer args now
point to const.
This commit is contained in:
parent
96b8056145
commit
8c2ba7decc
@ -3262,7 +3262,7 @@ strerror (errnum)
|
||||
|
||||
int
|
||||
emacs_open (path, oflag, mode)
|
||||
char *path;
|
||||
const char *path;
|
||||
int oflag, mode;
|
||||
{
|
||||
register int rtnval;
|
||||
@ -3685,7 +3685,7 @@ readdirver (dirp)
|
||||
|
||||
int
|
||||
set_file_times (filename, atime, mtime)
|
||||
char *filename;
|
||||
const char *filename;
|
||||
EMACS_TIME atime, mtime;
|
||||
{
|
||||
#ifdef HAVE_UTIMES
|
||||
|
Loading…
Reference in New Issue
Block a user