Mercurial > emacs
changeset 46475:148316527c61
(emacs_open, set_file_times): String pointer args now
point to const.
author | Ken Raeburn <raeburn@raeburn.org> |
---|---|
date | Tue, 16 Jul 2002 19:49:00 +0000 |
parents | e01b3a5fd791 |
children | 2b7a72428d13 |
files | src/sysdep.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sysdep.c Tue Jul 16 19:48:55 2002 +0000 +++ b/src/sysdep.c Tue Jul 16 19:49:00 2002 +0000 @@ -3262,7 +3262,7 @@ int emacs_open (path, oflag, mode) - char *path; + const char *path; int oflag, mode; { register int rtnval; @@ -3685,7 +3685,7 @@ int set_file_times (filename, atime, mtime) - char *filename; + const char *filename; EMACS_TIME atime, mtime; { #ifdef HAVE_UTIMES