(emacs_write): Buffer pointer now const.

This commit is contained in:
Ken Raeburn 2002-07-19 14:37:13 +00:00
parent dffb0c47f4
commit 7b1cc11936

View file

@ -3313,7 +3313,7 @@ emacs_read (fildes, buf, nbyte)
int
emacs_write (fildes, buf, nbyte)
int fildes;
char *buf;
const char *buf;
unsigned int nbyte;
{
register int rtnval, bytes_written;