]> git.eshelyaron.com Git - emacs.git/commitdiff
(emacs_open, set_file_times): String pointer args now
authorKen Raeburn <raeburn@raeburn.org>
Tue, 16 Jul 2002 19:49:00 +0000 (19:49 +0000)
committerKen Raeburn <raeburn@raeburn.org>
Tue, 16 Jul 2002 19:49:00 +0000 (19:49 +0000)
point to const.

src/sysdep.c

index 9b49f72b4eb0233229e6ae4b076c4728228ca589..8b8aa0b8c98f52b24ef8df975ecd009b557cb419 100644 (file)
@@ -3262,7 +3262,7 @@ strerror (errnum)
 \f
 int
 emacs_open (path, oflag, mode)
-     char *path;
+     const char *path;
      int oflag, mode;
 {
   register int rtnval;
@@ -3685,7 +3685,7 @@ readdirver (dirp)
 \f
 int
 set_file_times (filename, atime, mtime)
-     char *filename;
+     const char *filename;
      EMACS_TIME atime, mtime;
 {
 #ifdef HAVE_UTIMES