summaryrefslogtreecommitdiff
path: root/source4/lib/replace/system/time.h
AgeCommit message (Collapse)AuthorFilesLines
2008-05-07libreplace: always provide utime() and utimes()Stefan Metzmacher1-0/+15
I'd like to also provide futimes(), but it seems that some systems doesn't support a it at kernel level. If someone knows how to write a portable replacement for futimes() please tell me... metze (This used to be commit a9604fe4a323dccb537cf02ea7594437b4995803)
2007-12-21r25601: replace.h should never imply any "system/*.h"Stefan Metzmacher1-0/+10
(here it's "system/time.h") metze (This used to be commit 00467c25930a527eb9831cfd893bd8e217ca4f74)
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
(This used to be commit 40c0919aaa9c1b14bbaebb95ecce53eb0380fdbb)
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
(This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac)
2007-10-10r22827: Change license to LGPL (discussed with tridge).Jelmer Vernooij1-12/+17
(This used to be commit 1193c759622edd9e6843d9b7f53d9532748ce8a0)
2007-10-10r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell1-0/+40
isolation of our portability environment from the main code, and also simplifies the includes system (no separate #ifdef _SAMBA_BUILD for tdb. ldb etc now) (This used to be commit 77d1a468e06290aba789e2f3affc769fc5159a21)