*** empty log message ***

This commit is contained in:
Arvid Norberg 2004-07-19 12:38:43 +00:00
parent 59123c793b
commit 13f67cc077
1 changed files with 3 additions and 0 deletions

View File

@ -40,7 +40,10 @@ POSSIBILITY OF SUCH DAMAGE.
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#ifndef _MODE_T_
typedef int mode_t;
#endif
#else