mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-05 04:55:10 +00:00
ProcFS: Make a new nifty /proc/net directory
And move /proc/netadapters and /proc/net_tcp there. Now they're /proc/net/adapters and /proc/net/tcp respectively, with more to come ^)
This commit is contained in:
committed by
Andreas Kling
parent
7e309e27dd
commit
84a54c7cf7
@@ -5,7 +5,7 @@
|
||||
|
||||
void SocketModel::update()
|
||||
{
|
||||
CFile file("/proc/net_tcp");
|
||||
CFile file("/proc/net/tcp");
|
||||
if (!file.open(CIODevice::ReadOnly)) {
|
||||
dbg() << "Unable to open " << file.filename();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user