Diff for /dietlibc/dietfeatures.h between versions 1.17 and 1.18

version 1.17, 2001/05/16 02:23:45 version 1.18, 2001/05/16 14:09:46
Line 24 Line 24
 /* read the comment in lib/strncat.c for an explanation */  /* read the comment in lib/strncat.c for an explanation */
 /* #define WANT_NON_COMPLIANT_STRNCAT */  /* #define WANT_NON_COMPLIANT_STRNCAT */
   
   /* strsep, according to the Linux man page, when called on "foo,bar"
    * with separator ",", should return "foo" and then NULL.  glibc,
    * however, returns "foo", then "bar", and then NULL.  The man page
    * behaviour breaks openssh, so you might want to have glibc behaviour. */
   #define WANT_BUGGY_GLIBC_STRSEP
   
 /* do you want ungetc?  makes fgetc more complex */  /* do you want ungetc?  makes fgetc more complex */
 #define WANT_UNGETC  #define WANT_UNGETC
   

Removed from v.1.17  
changed lines
  Added in v.1.18


LinuxTV legacy CVS <linuxtv.org/cvs>