Ignore:
Timestamp:
May 29, 2008, 12:22:03 PM (17 years ago)
Author:
Paul Smedley
Message:

Update trunk to 3.2.0rc1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/lib/replace/replace.h

    r133 r136  
    102102#endif
    103103
     104#ifndef HAVE_UTIME
     105#define utime rep_utime
     106/* prototype is in "system/time.h" */
     107#endif
     108
     109#ifndef HAVE_UTIMES
     110#define utimes rep_utimes
     111/* prototype is in "system/time.h" */
     112#endif
     113
    104114#ifndef HAVE_STRLCPY
    105115#define strlcpy rep_strlcpy
Note: See TracChangeset for help on using the changeset viewer.