From 784158a520ae22f7386f9b19b77c2480ba60cdca Mon Sep 17 00:00:00 2001 From: "Andrew V. Samoilov" Date: Tue, 31 Aug 2004 14:16:16 +0000 Subject: [PATCH] E-mail fixes --- vfs/ChangeLog | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/vfs/ChangeLog b/vfs/ChangeLog index 75fce1787..e731b1354 100644 --- a/vfs/ChangeLog +++ b/vfs/ChangeLog @@ -1,4 +1,4 @@ -2004-0?-?? Andrew V. Samoilov +2004-08-31 Andrew V. Samoilov * utilvfs.c (vfs_parse_ls_lga): Use atoll()/atof() instead of atol() for st_size to show file sizes > 2G. @@ -12,7 +12,7 @@ * Code cleanup: Added const qualifier for variables and function declarations where possible. No functional changes. -2004-08-27 Andrew V. Samoilov +2004-08-27 Andrew V. Samoilov * smbfs.c (smbfs_open_readwrite): Implement O_APPEND via smbfs_lseek(). @@ -21,11 +21,12 @@ * undelfs.c (undelfs_lstat): Adjusted declaration. (undelfs_stat): Defined to undelfs_lstat. - From Andrew V. Samoilov + From Andrew V. Samoilov . 2004-08-26 Pavel S. Shirshov - * direntry.c: Use g_strlcpy() instead strncpy() for fix buffer overrun + * direntry.c: Use g_strlcpy() instead of strncpy() to fix buffer + overflow. * extfs.c: Likewise. * mcfs.c: Likewise. * smbfs.c: Likewise. @@ -56,7 +57,7 @@ * extfs/urar.in: Fix non-POSIX constructs. - From Koblinger Egmont + From Koblinger Egmont 2004-08-21 Pavel S. Shirshov