Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
f0c461df
Kaydet (Commit)
f0c461df
authored
Haz 15, 2011
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Don't bother with any mount table handling on iOS either
üst
8b0e2006
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
unx.cxx
tools/source/fsys/unx.cxx
+2
-2
No files found.
tools/source/fsys/unx.cxx
Dosyayı görüntüle @
f0c461df
...
@@ -44,7 +44,7 @@ extern "C" int mntctl( int cmd, size_t size, char* buf );
...
@@ -44,7 +44,7 @@ extern "C" int mntctl( int cmd, size_t size, char* buf );
#elif defined(NETBSD)
#elif defined(NETBSD)
#include <sys/mount.h>
#include <sys/mount.h>
#elif defined(FREEBSD) || defined(MACOSX) || defined(OPENBSD) || \
#elif defined(FREEBSD) || defined(MACOSX) || defined(OPENBSD) || \
defined(DRAGONFLY)
defined(DRAGONFLY)
|| defined(IOS)
struct
mnttab
struct
mnttab
{
{
char
*
mnt_dir
;
char
*
mnt_dir
;
...
@@ -85,7 +85,7 @@ struct mymnttab
...
@@ -85,7 +85,7 @@ struct mymnttab
#if defined(NETBSD) || defined(FREEBSD) || defined(MACOSX) || \
#if defined(NETBSD) || defined(FREEBSD) || defined(MACOSX) || \
defined(OPENBSD) || defined(DRAGONFLY)
defined(OPENBSD) || defined(DRAGONFLY)
|| defined(IOS)
sal_Bool
GetMountEntry
(
dev_t
/* dev */
,
struct
mymnttab
*
/* mytab */
)
sal_Bool
GetMountEntry
(
dev_t
/* dev */
,
struct
mymnttab
*
/* mytab */
)
{
{
DBG_WARNING
(
"Sorry, not implemented: GetMountEntry"
);
DBG_WARNING
(
"Sorry, not implemented: GetMountEntry"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment