comparison src/oct-fstrm.cc @ 10411:479cc8a0a846

use gnulib namespace
author John W. Eaton <jwe@octave.org>
date Mon, 15 Mar 2010 15:57:23 -0400
parents 57a59eae83cc
children 12d25a1d84bf
comparison
equal deleted inserted replaced
10410:b3ec24dc305a 10411:479cc8a0a846
55 fs.open (nm.c_str (), arg_md, 0666); 55 fs.open (nm.c_str (), arg_md, 0666);
56 56
57 #endif 57 #endif
58 58
59 if (! fs) 59 if (! fs)
60 { 60 error (gnulib::strerror (errno));
61 using namespace std;
62
63 error (strerror (errno));
64 }
65 } 61 }
66 62
67 // Position a stream at OFFSET relative to ORIGIN. 63 // Position a stream at OFFSET relative to ORIGIN.
68 64
69 int 65 int