rename to match original nameing schema
All checks were successful
Source release / source-package (push) Successful in 58s

This commit is contained in:
Mario Fetka
2026-05-19 22:31:40 +02:00
parent 464a15aa99
commit 5d8c112629
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
#define _DOSMANGLE_H_
/*
* dosmangle.h
* namedos.h
*
* Centralized DOS 8.3 short-name support for MARS_NWE.
*/

View File

@@ -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} )

View File

@@ -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 {

View File

@@ -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)
{

View File

@@ -45,7 +45,7 @@
#include "unxfile.h"
#include "namspace.h"
#include "nameos2.h"
#include "dosmangle.h"
#include "namedos.h"
#if WITH_NAME_SPACE_CALLS