diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-19 01:14:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-19 01:14:01 +0100 |
| commit | 4fdc70b676fbed322ba09bc7fb886f3b87245baa (patch) | |
| tree | aea2324ca72b09fe32b29aa280fc43d4984956ef /public/tools | |
| parent | 569f42832bd573337cb2daab1b767994a0bc3878 (diff) | |
| parent | f29e7e30fde2b994c86024659b41f56b64dce911 (diff) | |
Merge pull request #74 from nekernel-org/dev
fix: kernel: OpenHeFS and NeFS fixes, PCI and DriveMgr fixes.
Diffstat (limited to 'public/tools')
| -rw-r--r-- | public/tools/mgmt.launch/src/CommandLine.cc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/tools/mgmt.launch/src/CommandLine.cc b/public/tools/mgmt.launch/src/CommandLine.cc index 6015988e..cb4fe547 100644 --- a/public/tools/mgmt.launch/src/CommandLine.cc +++ b/public/tools/mgmt.launch/src/CommandLine.cc @@ -1,5 +1,14 @@ +/* ------------------------------------------- + + Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. + + ------------------------------------------- */ + #include <libSystem/SystemKit/System.h> SInt32 _NeMain(SInt32 argc, Char* argv[]) { + LIBSYS_UNUSED(argc); + LIBSYS_UNUSED(argv); + return EXIT_FAILURE; }
\ No newline at end of file |
