The Samba-Bugzilla – Attachment 1723 Details for
Bug 3495
Add support for real creation time on FreeBSD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Sample patch
source::lib::time.c.diff (text/plain), 370 bytes, created by
Marcin Wisnicki
on 2006-02-09 17:19:37 UTC
(
hide
)
Description:
Sample patch
Filename:
MIME Type:
Creator:
Marcin Wisnicki
Created:
2006-02-09 17:19:37 UTC
Size:
370 bytes
patch
obsolete
>--- source/lib/time.c.orig Wed Nov 9 19:28:57 2005 >+++ source/lib/time.c Thu Feb 9 23:13:01 2006 >@@ -703,6 +703,10 @@ > if(S_ISDIR(st->st_mode) && fake_dirs) { > return (time_t)315493200L; /* 1/1/1980 */ > } >+ >+ if((int)st->st_birthtime >= 0) { >+ return st->st_birthtime; >+ } > > ret = MIN(st->st_ctime, st->st_mtime); > ret1 = MIN(ret, st->st_atime);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 3495
:
1723
|
2027