This time use the correct portable struct for stat

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1079207
This commit is contained in:
Kurt Hindenburg
2010-01-23 20:48:46 +00:00
parent 799c55e83c
commit 762b0eeaaa

View File

@@ -727,7 +727,7 @@ private:
int managementInfoBase[4];
size_t mibLength;
struct kinfo_proc* kInfoProc;
struct KDE_stat statInfo;
KDE_struct_stat statInfo;
// Find the tty device of 'pid' (Example: /dev/ttys001)
managementInfoBase[0] = CTL_KERN;