$NetBSD: patch-doctype_listdigest.cxx,v 1.1 2012/12/21 10:29:47 dholland Exp $ Chase after the C++ standard: - use the newfangled names for C++ headers - use "std" qualification --- doctype/listdigest.cxx~ 1996-12-21 00:40:39.000000000 +0000 +++ doctype/listdigest.cxx @@ -114,12 +114,12 @@ Author: Edward C. Zimmermann, edz@bsn.c Copyright: Basis Systeme netzwerk, Munich @@@-*/ -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include #include "isearch.hxx" #include "listdigest.hxx" @@ -142,7 +142,7 @@ void LISTDIGEST::ParseRecords (const REC PFILE Fp = fopen (Fn, "rb"); if (!Fp) { - cout << "Could not access '" << Fn << "'\n"; + std::cout << "Could not access '" << Fn << "'\n"; return; // File not accessed }