From owner-cvs-user Thu Oct 3 14:50:57 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA29361 for cvs-user-outgoing; Thu, 3 Oct 1996 14:50:57 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA29293; Thu, 3 Oct 1996 14:50:33 -0700 (PDT) Date: Thu, 3 Oct 1996 14:50:33 -0700 (PDT) From: Peter Wemm Message-Id: <199610032150.OAA29293@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/libg++/libstdc++/std cstring.h Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/10/03 14:50:31 Modified: contrib/libg++/libstdc++/std cstring.h Log: The one and only change that I had to make to get all the tests to fly. #include_next wasfailing since the /usr/include directory is first on FreeBSD, and since it was already past it, it failed some of the tests. Revision Changes Path 1.2 +1 -1 src/contrib/libg++/libstdc++/std/cstring.h