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

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

Diff for /src/lib/libc/locale/Attic/ctypeio.c between version 1.5 and 1.6

version 1.5, 2000/07/01 00:05:27 version 1.6, 2005/06/12 05:21:27
Line 29 
Line 29 
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
   #include <sys/cdefs.h>
   #if defined(LIBC_SCCS) && !defined(lint)
   __RCSID("$NetBSD$");
   #endif /* LIBC_SCCS and not lint */
   
 #include <sys/types.h>  #include <sys/types.h>
   
 #include <assert.h>  #include <assert.h>

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

CVSweb <webmaster@jp.NetBSD.org>