Module Name:    src
Committed By:   joerg
Date:           Tue Aug 27 18:29:29 UTC 2013

Modified Files:
        src/include: string.h

Log Message:
Remove outdated comment.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/include/string.h

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

Modified files:

Index: src/include/string.h
diff -u src/include/string.h:1.45 src/include/string.h:1.46
--- src/include/string.h:1.45	Mon Aug 19 13:03:12 2013
+++ src/include/string.h	Tue Aug 27 18:29:28 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: string.h,v 1.45 2013/08/19 13:03:12 joerg Exp $	*/
+/*	$NetBSD: string.h,v 1.46 2013/08/27 18:29:28 joerg Exp $	*/
 
 /*-
  * Copyright (c) 1990, 1993
@@ -89,12 +89,6 @@ size_t	strnlen(const char *, size_t);
 /* also in unistd.h */
 __aconst char *strsignal(int);
 #endif /* __STRSIGNAL_DECLARED */
-/*
- * For POSIX compliance, we still need:
- * strcoll_l
- * strerror_l
- * strxfrm_l
- */
 #endif
 __END_DECLS
 

Reply via email to