Date: Mon, 18 Jan 2010 13:44:44 +0000 (UTC) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/gen opendir.c Message-ID: <201001181345.o0IDj2pe065586@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 2010-01-18 13:44:44 UTC FreeBSD src repository Modified files: lib/libc/gen opendir.c Log: SVN rev 202572 on 2010-01-18 13:44:44Z by ache Double checking my commit I found that comment saying that POSIX 2008 and XSI 7require strcoll() for opendir() is not true. I can't find such requirement in POSIX 2008 and XSI 7. So, back out that part of my commit, returning old strcmp(), and remove this misleading comment. Revision Changes Path 1.29 +3 -7 src/lib/libc/gen/opendir.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001181345.o0IDj2pe065586>