diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/w32.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 221d525f16e..abbe4ed6dd4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-01-28 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32.c (opendir): Now accepts a 'const char *'. | ||
| 4 | |||
| 1 | 2013-01-28 Dmitry Antipov <dmantipov@yandex.ru> | 5 | 2013-01-28 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 6 | ||
| 3 | Remove obsolete redisplay code. See the discussion at | 7 | Remove obsolete redisplay code. See the discussion at |
| @@ -2809,7 +2809,7 @@ static char *read_unc_volume (HANDLE, char *, int); | |||
| 2809 | static void close_unc_volume (HANDLE); | 2809 | static void close_unc_volume (HANDLE); |
| 2810 | 2810 | ||
| 2811 | DIR * | 2811 | DIR * |
| 2812 | opendir (char *filename) | 2812 | opendir (const char *filename) |
| 2813 | { | 2813 | { |
| 2814 | DIR *dirp; | 2814 | DIR *dirp; |
| 2815 | 2815 | ||