Mercurial > hg > octave-nkf
comparison liboctave/file-ops.cc @ 1775:d53c27b14236
[project @ 1996-01-23 08:21:22 by jwe]
author | jwe |
---|---|
date | Tue, 23 Jan 1996 08:21:22 +0000 |
parents | 5215571ea783 |
children | ac1c470df51f |
comparison
equal
deleted
inserted
replaced
1774:635d28024664 | 1775:d53c27b14236 |
---|---|
32 #include <sys/types.h> | 32 #include <sys/types.h> |
33 #include <unistd.h> | 33 #include <unistd.h> |
34 #endif | 34 #endif |
35 | 35 |
36 #include "file-ops.h" | 36 #include "file-ops.h" |
37 #include "statdefs.h" | |
38 | |
39 // These must come after <sys/types.h> and <sys/stat.h>. | |
40 | |
37 #include "safe-lstat.h" | 41 #include "safe-lstat.h" |
38 #include "safe-stat.h" | 42 #include "safe-stat.h" |
39 #include "statdefs.h" | |
40 | 43 |
41 // XXX FIXME XXX -- the is_* and mode_as_string functions are only valid | 44 // XXX FIXME XXX -- the is_* and mode_as_string functions are only valid |
42 // for initialized objects. If called for an object that is not | 45 // for initialized objects. If called for an object that is not |
43 // initialized, they should throw an exception. | 46 // initialized, they should throw an exception. |
44 | 47 |