diff options
author | pvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-10 07:46:43 +0000 |
---|---|---|
committer | pvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-10 07:46:43 +0000 |
commit | 66700d449400266dbfc47c35e1e360efd57e4206 (patch) | |
tree | 6b9aa8447c726540bd5a90ea495eb6d12a8b5435 /base/file_util_posix.cc | |
parent | 62c68bee3e9ced3ba82100d04da274a0cf669f25 (diff) | |
download | chromium_src-66700d449400266dbfc47c35e1e360efd57e4206.zip chromium_src-66700d449400266dbfc47c35e1e360efd57e4206.tar.gz chromium_src-66700d449400266dbfc47c35e1e360efd57e4206.tar.bz2 |
BSD port changes for base/ (OS_POSIX/GTK instead of OS_LINUX
where applicable, missing includes, etc)
Review URL: http://codereview.chromium.org/774001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41143 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/file_util_posix.cc')
-rw-r--r-- | base/file_util_posix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/file_util_posix.cc b/base/file_util_posix.cc index c6069e6..9ab25a3 100644 --- a/base/file_util_posix.cc +++ b/base/file_util_posix.cc @@ -39,7 +39,7 @@ namespace file_util { -#if defined(OS_FREEBSD) || \ +#if defined(OS_OPENBSD) || defined(OS_FREEBSD) || \ (defined(OS_MACOSX) && \ MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_5) typedef struct stat stat_wrapper_t; |