[srm-devel] [srm commit] srm/src impl.h,1.2,1.3
srm is a command-line program to delete files securely.
Brought to you by:
doj
From: Dirk J. <do...@us...> - 2013-12-24 03:07:11
|
Update of /cvsroot/srm/srm/src In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6697/src Modified Files: impl.h Log Message: add check for Haiku Index: impl.h =================================================================== RCS file: /cvsroot/srm/srm/src/impl.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- impl.h 6 Jun 2010 16:21:45 -0000 1.2 +++ impl.h 24 Dec 2013 03:07:09 -0000 1.3 @@ -26,7 +26,7 @@ #define FTS_NS 66666 #endif -#if defined(__unix__) || defined(__APPLE__) +#if defined(__unix__) || defined(__APPLE__) || defined(__HAIKU__) #define SRM_DIRSEP '/' #elif defined(_WIN32) #define SRM_DIRSEP '\\' |