[BACK]Return to toupper_.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/gen/toupper_.c between version 1.12 and 1.13

version 1.12, 2010/05/22 06:38:15 version 1.13, 2010/06/01 13:52:08
Line 10 
Line 10 
 __RCSID("$NetBSD$");  __RCSID("$NetBSD$");
 #endif /* LIBC_RCS and not lint */  #endif /* LIBC_RCS and not lint */
   
 #include <ctype.h>  #include <sys/ctype_bits.h>
 #include <stdio.h>  #include <stdio.h>
 #include "ctype_local.h"  #include "ctype_local.h"
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb <webmaster@jp.NetBSD.org>