DIR_SEP_STRING defined as "/"

This commit is contained in:
Paul Sheer 1999-01-18 07:52:24 +00:00
parent a89cb1c50a
commit ffd5b11060
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@ struct utimbuf {
#endif
/* Our virtual file system layer */
typedef void * vfsid;
struct vfs_stamping;
@ -404,6 +404,7 @@ extern void mc_vfs_done( void );
#endif
#define DIR_SEP_CHAR '/'
#define DIR_SEP_STRING "/"
/* And now some defines for our errors. */