summaryrefslogtreecommitdiffhomepage
path: root/public/tools/ping/src/CommandLine.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-06-03 09:31:01 +0200
committerGitHub <noreply@github.com>2025-06-03 09:31:01 +0200
commit6511afbf405c31513bc88ab06bca58218610a994 (patch)
treee2509b7f9b59643b2a97773604aa383a2fd2e2f3 /public/tools/ping/src/CommandLine.cc
parent5c0bb7ee7b1b0fee02cc179fb21f4c57a61d6c2d (diff)
parentbebcbe04c2b47b3b4fcdc093b1736cc0295109fe (diff)
Merge pull request #36 from nekernel-org/dev
0.0.3 — NeKernel
Diffstat (limited to 'public/tools/ping/src/CommandLine.cc')
-rw-r--r--public/tools/ping/src/CommandLine.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/tools/ping/src/CommandLine.cc b/public/tools/ping/src/CommandLine.cc
index f5c82b80..a9ba177a 100644
--- a/public/tools/ping/src/CommandLine.cc
+++ b/public/tools/ping/src/CommandLine.cc
@@ -1,7 +1,7 @@
-#include <libSystem/System.h>
+#include <libSystem/SystemKit/System.h>
SInt32 _NeMain(SInt32 argc, Char* argv[]) {
- SCI_UNUSED(argc);
+ LIBSYS_UNUSED(argc);
if (argc < 2) {
PrintOut(nullptr, "HELP: ping <hostname>\n");