summaryrefslogtreecommitdiffstats
path: root/source4/lib/replace/system/time.h
Commit message (Collapse)AuthorAgeFilesLines
* Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij2008-09-161-69/+0
|
* libreplace: always provide utime() and utimes()Stefan Metzmacher2008-05-071-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)
* r25601: replace.h should never imply any "system/*.h"Stefan Metzmacher2007-12-211-0/+10
| | | | | | | (here it's "system/time.h") metze (This used to be commit 00467c25930a527eb9831cfd893bd8e217ca4f74)
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 40c0919aaa9c1b14bbaebb95ecce53eb0380fdbb)
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac)
* r22827: Change license to LGPL (discussed with tridge).Jelmer Vernooij2007-10-101-12/+17
| | | | (This used to be commit 1193c759622edd9e6843d9b7f53d9532748ce8a0)
* r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell2007-10-101-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)