diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 8b8aa0b8c98..7569c71e860 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -3313,7 +3313,7 @@ emacs_read (fildes, buf, nbyte) | |||
| 3313 | int | 3313 | int |
| 3314 | emacs_write (fildes, buf, nbyte) | 3314 | emacs_write (fildes, buf, nbyte) |
| 3315 | int fildes; | 3315 | int fildes; |
| 3316 | char *buf; | 3316 | const char *buf; |
| 3317 | unsigned int nbyte; | 3317 | unsigned int nbyte; |
| 3318 | { | 3318 | { |
| 3319 | register int rtnval, bytes_written; | 3319 | register int rtnval, bytes_written; |