[BACK]Return to fsmagic.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / file

Diff for /src/usr.bin/file/Attic/fsmagic.c between version 1.5 and 1.6

version 1.5, 1999/12/06 00:32:29 version 1.6, 2001/11/19 19:02:13
Line 108 
Line 108 
         case S_IFLNK:          case S_IFLNK:
                 {                  {
                         char buf[BUFSIZ+4];                          char buf[BUFSIZ+4];
                         register int nch;                          int nch;
                         struct stat tstatbuf;                          struct stat tstatbuf;
   
                         if ((nch = readlink(fn, buf, BUFSIZ-1)) <= 0) {                          if ((nch = readlink(fn, buf, BUFSIZ-1)) <= 0) {

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6