View | Details | Raw Unified | Return to bug 61182
Collapse All | Expand All

(-)gensio.cpp Sat Jan 10 13:12:26 2004 (-4 lines)
Lines 716-726 Link Here
716
/* --- */
716
/* --- */
717
717
718
718
719
#if HAVE_lstat_in_sys_stat
720
#  define PTS_lstat lstat
721
#else
722
#  define PTS_lstat stat
719
#  define PTS_lstat stat
723
#endif
724
720
725
/** @param fname must start with '/' (dir separator)
721
/** @param fname must start with '/' (dir separator)
726
 * @return true if file successfully created
722
 * @return true if file successfully created

Return to bug 61182