Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 134007 Details for
Bug 196570
kde-base/ksim-3.5.8 does not compile in FreeBSD
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/ksim-3.5.8-freebsd.patch
ksim-3.5.8-freebsd.patch (text/plain), 1.11 KB, created by
Joe Peterson (RETIRED)
on 2007-10-21 05:45:24 UTC
(
hide
)
Description:
files/ksim-3.5.8-freebsd.patch
Filename:
MIME Type:
Creator:
Joe Peterson (RETIRED)
Created:
2007-10-21 05:45:24 UTC
Size:
1.11 KB
patch
obsolete
>--- ksim-3.5.8/ksim/monitors/filesystem/filesystemstats.cpp.old 2007-10-08 03:49:45 -0600 >+++ ksim-3.5.8/ksim/monitors/filesystem/filesystemstats.cpp 2007-10-20 22:46:53 -0600 >@@ -30,7 +30,7 @@ > #include <sys/types.h> > #include <sys/param.h> > >-#if defined(HAVE_SYS_STATVFS_H) && !defined(__DragonFly__) >+#if defined(HAVE_SYS_STATVFS_H) && !defined(__FreeBSD__) && !defined(__DragonFly__) > #include <sys/statvfs.h> > #elif defined( HAVE_SYS_STATFS_H ) > #include <sys/statfs.h> >@@ -59,7 +59,7 @@ > #include <stdio.h> > #include <unistd.h> > >-#if defined(HAVE_STATVFS) && !defined(__DragonFly__) >+#if defined(HAVE_STATVFS) && !defined(__FreeBSD__) && !defined(__DragonFly__) > typedef struct statvfs ksim_statfs; > #define ksim_getfsstat getvfsstat > #elif defined( HAVE_STATFS ) || defined( Q_OS_FREEBSD ) >@@ -75,7 +75,7 @@ > > int fsystemStats( const char * file, ksim_statfs & stats ) > { >-#if defined(HAVE_STATVFS) && !defined(__DragonFly__) >+#if defined(HAVE_STATVFS) && !defined(__FreeBSD__) && !defined(__DragonFly__) > return statvfs( file, &stats ); > #elif defined( HAVE_STATFS ) || defined( Q_OS_FREEBSD ) > return statfs( file, &stats );
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 196570
:
134005
| 134007 |
134049