ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/mail/evolution/files/patch-mail_em-migrate.c
Revision: 16349
Committed: Sun Apr 20 18:32:36 2014 UTC (10 years ago) by laffer1
Content type: text/plain
File size: 301 byte(s)
Log Message:
remove cvs2svn:cvs-rev prop

File Contents

# Content
1 --- mail/em-migrate.c.orig 2007-12-15 16:58:56.000000000 +0100
2 +++ mail/em-migrate.c 2007-12-21 16:17:32.000000000 +0100
3 @@ -1493,7 +1493,7 @@
4 ut.actime = st.st_atime;
5 ut.modtime = st.st_mtime;
6 utime (dest, &ut);
7 - chmod (dest, st.st_mode);
8 + chmod (dest, st.st_mode | S_IWUSR);
9
10 return 0;
11