Changeset 43363 in vbox for trunk/src/VBox/Runtime/r3/posix/fs2-posix.cpp
- Timestamp:
- Sep 20, 2012 9:56:07 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80827
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/fs2-posix.cpp
r34015 r43363 5 5 6 6 /* 7 * Copyright (C) 2006-201 0Oracle Corporation7 * Copyright (C) 2006-2012 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 34 34 #ifndef DEV_BSIZE 35 35 # include <sys/stat.h> 36 # if defined(RT_OS_HAIKU) && !defined(S_BLKSIZE) 37 # define S_BLKSIZE 512 38 # endif 36 39 # define DEV_BSIZE S_BLKSIZE /** @todo bird: add DEV_BSIZE to sys/param.h on OS/2. */ 37 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.