[BACK]Return to string.c CVS log [TXT][DIR] Up to [local] / prex-old / boot / lib

Diff for /prex-old/boot/lib/string.c between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:41 version 1.1.1.1.2.1, 2008/08/13 17:12:21
Line 32 
Line 32 
  */   */
   
 #include <sys/types.h>  #include <sys/types.h>
   #include <boot.h>
   
 char *strncpy(char *dest, const char *src, size_t count)  char *strncpy(char *dest, const char *src, size_t count)
 {  {

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb