You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebase/ksysguard/ksysguardd/Linux
Matías Fonzo 67fe6d2e73
Added missing header in ksysguard/ksysguardd/Linux/netstat.c
Without the header, the build log:

[ 96%] Building C object ksysguard/ksysguardd/Linux/CMakeFiles/ksysguardd-static.dir/netstat.c.o
/usr/src/qi/build/tdebase-trinity-14.0.7/ksysguard/ksysguardd/Linux/netstat.c: In function ‘updateNetStatTcpUdpRaw’:
/usr/src/qi/build/tdebase-trinity-14.0.7/ksysguard/ksysguardd/Linux/netstat.c:269:2: error: unknown type name ‘uint’; did you mean ‘int’?
  269 |  uint local_addr, local_port;
      |  ^~~~
      |  int
/usr/src/qi/build/tdebase-trinity-14.0.7/ksysguard/ksysguardd/Linux/netstat.c:270:2: error: unknown type name ‘uint’; did you mean ‘int’?
  270 |  uint remote_addr, remote_port;
      |  ^~~~
      |  int
/usr/src/qi/build/tdebase-trinity-14.0.7/ksysguard/ksysguardd/Linux/netstat.c:272:2: error: unknown type name ‘uint’; did you mean ‘int’?
  272 |  uint state;
      |  ^~~~
      |  int
make[2]: *** [ksysguard/ksysguardd/Linux/CMakeFiles/ksysguardd-static.dir/build.make:180: ksysguard/ksysguardd/Linux/CMakeFiles/ksysguardd-static.dir/netstat.c.o] Error 1
make[2]: Leaving directory '/usr/src/qi/build/tdebase-trinity-14.0.7/BUILD'
make[1]: *** [CMakeFiles/Makefile2:24044: ksysguard/ksysguardd/Linux/CMakeFiles/ksysguardd-static.dir/all] Error 2
make[1]: Leaving directory '/usr/src/qi/build/tdebase-trinity-14.0.7/BUILD'
make: *** [Makefile:130: all] Error 2

Signed-off-by: Matías Fonzo <selk@dragora.org>
5 years ago
..
CMakeLists.txt Add lm_sensors optional support for ksysguard 12 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Memory.c Revert automated changes 14 years ago
Memory.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ProcessList.c Rename additional instances of KDE to TDE 13 years ago
ProcessList.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
acpi.c Fix a number of issues in kdebase caused by C style casts 14 years ago
acpi.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
apm.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
apm.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cpuinfo.c Fix a number of issues in kdebase caused by C style casts 14 years ago
cpuinfo.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
diskstat.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
diskstat.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
i8k.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
i8k.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
lmsensors.c Revert automated changes 14 years ago
lmsensors.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
loadavg.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
loadavg.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
logfile.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
logfile.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
netdev.c Fix a number of issues in kdebase caused by C style casts 14 years ago
netdev.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
netstat.c Added missing header in ksysguard/ksysguardd/Linux/netstat.c 5 years ago
netstat.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
stat.c Fix a number of issues in kdebase caused by C style casts 14 years ago
stat.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago