From 5d8c112629e8afeb240e1533e1f6105ef0c68b49 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 19 May 2026 22:31:40 +0200 Subject: [PATCH] rename to match original nameing schema --- include/{dosmangle.h => namedos.h} | 2 +- src/CMakeLists.txt | 2 +- src/connect.c | 2 +- src/{dosmangle.c => namedos.c} | 2 +- src/namspace.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename include/{dosmangle.h => namedos.h} (98%) rename src/{dosmangle.c => namedos.c} (99%) diff --git a/include/dosmangle.h b/include/namedos.h similarity index 98% rename from include/dosmangle.h rename to include/namedos.h index 0502b9c..32b9493 100644 --- a/include/dosmangle.h +++ b/include/namedos.h @@ -2,7 +2,7 @@ #define _DOSMANGLE_H_ /* - * dosmangle.h + * namedos.h * * Centralized DOS 8.3 short-name support for MARS_NWE. */ diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c785ad9..5c60a2f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -57,7 +57,7 @@ ELSE(ENABLE_INTERNAL_RIP_SAP) ENDIF(ENABLE_INTERNAL_RIP_SAP) add_executable(nwserv nwserv.c net1.c tools.c ${EMUTLI} ${EMUTLI1} ${NWROUTE_0} ) -add_executable(nwconn nwconn.c net1.c tools.c connect.c namspace.c dosmangle.c nwvolume.c nwfile.c unxfile.c nwqconn.c nameos2.c nwfname.c nwshare.c extpipe.c nwattrib.c trustee.c ${EMUTLI} ) +add_executable(nwconn nwconn.c net1.c tools.c connect.c namspace.c nwvolume.c nwfile.c unxfile.c nwqconn.c nameos2.c namedos.c nwfname.c nwshare.c extpipe.c nwattrib.c trustee.c ${EMUTLI} ) add_executable(ncpserv ncpserv.c net1.c tools.c ${EMUTLI} ) add_executable(nwclient nwclient.c net1.c tools.c ${EMUTLI} ) add_executable(nwbind nwbind.c net1.c tools.c nwdbm.c nwcrypt.c unxlog.c sema.c nwqueue.c unxfile.c ${EMUTLI} ) diff --git a/src/connect.c b/src/connect.c index c852203..c69085d 100644 --- a/src/connect.c +++ b/src/connect.c @@ -59,7 +59,7 @@ static int act_umode_file=0; #include "nwconn.h" #include "namspace.h" #include "connect.h" -#include "dosmangle.h" +#include "namedos.h" typedef struct { diff --git a/src/dosmangle.c b/src/namedos.c similarity index 99% rename from src/dosmangle.c rename to src/namedos.c index eb07bef..c261719 100644 --- a/src/dosmangle.c +++ b/src/namedos.c @@ -15,7 +15,7 @@ #include "nwfname.h" #include "nwvolume.h" #include "connect.h" -#include "dosmangle.h" +#include "namedos.h" static int dos83_valid_char(int c) { diff --git a/src/namspace.c b/src/namspace.c index 8150c18..6fc183b 100644 --- a/src/namspace.c +++ b/src/namspace.c @@ -45,7 +45,7 @@ #include "unxfile.h" #include "namspace.h" #include "nameos2.h" -#include "dosmangle.h" +#include "namedos.h" #if WITH_NAME_SPACE_CALLS