Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/gen/toupper_.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/gen/toupper_.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/lib/libc/gen/toupper_.c 1997/07/13 19:46:23 1.8 +++ src/lib/libc/gen/toupper_.c 2003/07/26 19:24:45 1.9 @@ -1,13 +1,13 @@ -/* $NetBSD: toupper_.c,v 1.8 1997/07/13 19:46:23 christos Exp $ */ +/* $NetBSD: toupper_.c,v 1.9 2003/07/26 19:24:45 salo Exp $ */ /* - * Written by J.T. Conklin . + * Written by J.T. Conklin . * Public domain. */ #include #if defined(LIBC_RCS) && !defined(lint) -__RCSID("$NetBSD: toupper_.c,v 1.8 1997/07/13 19:46:23 christos Exp $"); +__RCSID("$NetBSD: toupper_.c,v 1.9 2003/07/26 19:24:45 salo Exp $"); #endif /* LIBC_RCS and not lint */ #include