diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-11 00:08:01 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-11 00:08:01 +0000 |
commit | 401fd2032d7b17d3805379b7d8748b8fcc9e855f (patch) | |
tree | acb6be0558ee5b55e4d2660533c5ceee348ffc5b /lib/libc/string | |
parent | 17d68b04ff9fcd2dc603fc7fcd82bddd7ae7dc22 (diff) |
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/strcoll.c | 2 | ||||
-rw-r--r-- | lib/libc/string/strxfrm.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strcoll.c b/lib/libc/string/strcoll.c index 915e649dbd6d..f379822e5176 100644 --- a/lib/libc/string/strcoll.c +++ b/lib/libc/string/strcoll.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: strcoll.c,v 1.3 1995/02/18 01:38:58 ache Exp $ + * $Id: strcoll.c,v 1.4 1995/04/16 22:43:45 ache Exp $ */ #include <stdlib.h> diff --git a/lib/libc/string/strxfrm.c b/lib/libc/string/strxfrm.c index eb02c137c0d2..6031674e2034 100644 --- a/lib/libc/string/strxfrm.c +++ b/lib/libc/string/strxfrm.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: strxfrm.c,v 1.3 1995/02/18 01:39:00 ache Exp $ + * $Id: strxfrm.c,v 1.4 1995/02/18 11:36:33 ache Exp $ */ #include <stdlib.h> |