rename to match original nameing schema
All checks were successful
Source release / source-package (push) Successful in 58s
All checks were successful
Source release / source-package (push) Successful in 58s
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define _DOSMANGLE_H_
|
||||
|
||||
/*
|
||||
* dosmangle.h
|
||||
* namedos.h
|
||||
*
|
||||
* Centralized DOS 8.3 short-name support for MARS_NWE.
|
||||
*/
|
||||
@@ -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} )
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
@@ -45,7 +45,7 @@
|
||||
#include "unxfile.h"
|
||||
#include "namspace.h"
|
||||
#include "nameos2.h"
|
||||
#include "dosmangle.h"
|
||||
#include "namedos.h"
|
||||
|
||||
#if WITH_NAME_SPACE_CALLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user