Commit e4b29948 e4b299488c244e3f1b86959295f09f428b55c8bd by Sergey Poznyakoff

(_file_strerror): Changed prototype

1 parent 33ba9b3c
...@@ -466,7 +466,7 @@ _file_open (stream_t stream) ...@@ -466,7 +466,7 @@ _file_open (stream_t stream)
466 } 466 }
467 467
468 int 468 int
469 _file_strerror (stream_t unused, const char **pstr) 469 _file_strerror (stream_t unused, char **pstr)
470 { 470 {
471 *pstr = strerror (errno); 471 *pstr = strerror (errno);
472 return 0; 472 return 0;
......