/[cvs]/ccvs/src/filesubr.c
ViewVC logotype

Diff of /ccvs/src/filesubr.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.105 by dprice, Mon Sep 26 00:33:39 2005 UTC revision 1.105.2.1 by dprice, Tue Oct 18 13:54:38 2005 UTC
# Line 131  isdir (const char *file) Line 131  isdir (const char *file)
131  /*  /*
132   * Returns 0 if the argument file is not a symbolic link.   * Returns 0 if the argument file is not a symbolic link.
133   * Returns size of the link if it is a symbolic link.   * Returns size of the link if it is a symbolic link.
134     *
135     * FIXME: Is there a good reason that the off_t specified by POSIX for st_size
136     *        (http://www.opengroup.org/susv3xbd/sys/stat.h.html) is converted to
137     *        ssize_t here?  rcs.h uses off_t, so it's not because off_t isn't
138     *        portable.
139   */   */
140  ssize_t  ssize_t
141  islink (const char *file)  islink (const char *file)

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.105.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26