mirror of
https://github.com/KDE/konsole.git
synced 2026-05-05 05:07:06 -04:00
This time use the correct portable struct for stat
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1079207
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user