diff liboctave/ChangeLog @ 8690:6e9887f9cf9f

file-stat.cc: use EXISTS instead of OK in previuos change
author John W. Eaton <jwe@octave.org>
date Thu, 05 Feb 2009 19:39:38 -0500
parents ddbe87599331
children 314be237cd5b
line wrap: on
line diff
--- a/liboctave/ChangeLog	Thu Feb 05 17:38:24 2009 -0500
+++ b/liboctave/ChangeLog	Thu Feb 05 19:39:38 2009 -0500
@@ -1,5 +1,8 @@
 2009-02-05  John W. Eaton  <jwe@octave.org>
 
+	* file-stat.cc (base_file_stat::is_sock):
+	Use EXISTS instead of OK in previous change.
+
 	* file-stat.cc (base_file_stat::is_blk, base_file_stat::is_chr,
 	base_file_stat::is_dir, base_file_stat::is_fifo,
 	base_file_stat::is_lnk, base_file_stat::is_reg,