emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/sysdep.c


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/sysdep.c
Date: Fri, 19 Jul 2002 10:37:13 -0400

Index: emacs/src/sysdep.c
diff -c emacs/src/sysdep.c:1.239 emacs/src/sysdep.c:1.240
*** emacs/src/sysdep.c:1.239    Tue Jul 16 15:49:00 2002
--- emacs/src/sysdep.c  Fri Jul 19 10:37:13 2002
***************
*** 3313,3319 ****
  int
  emacs_write (fildes, buf, nbyte)
       int fildes;
!      char *buf;
       unsigned int nbyte;
  {
    register int rtnval, bytes_written;
--- 3313,3319 ----
  int
  emacs_write (fildes, buf, nbyte)
       int fildes;
!      const char *buf;
       unsigned int nbyte;
  {
    register int rtnval, bytes_written;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]