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

Diff for /src/usr.bin/top/Attic/version.c between version 1.3 and 1.4

version 1.3, 2002/07/15 17:20:36 version 1.4, 2003/04/06 18:48:15
Line 41 
Line 41 
   
     snprintf(version, sizeof(version), "%d.%d", VERSION, PATCHLEVEL);      snprintf(version, sizeof(version), "%d.%d", VERSION, PATCHLEVEL);
 #ifdef BETA  #ifdef BETA
     strcat(version, BETA);      strlcat(version, BETA, sizeof version);
 #endif  #endif
     return(version);      return(version);
 }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4