Remove UXPDS support

This commit is contained in:
chase
2018-05-15 20:11:08 -05:00
committed by Jon Trulson
parent 0f8233dadd
commit 8a4f389634
319 changed files with 317 additions and 8776 deletions

View File

@@ -42,11 +42,6 @@ EXTRA_DEFINES = -DDYNLIB
LOCAL_LDFLAGS = -Wl,-Bexport:dtksh.exp
#endif
#if defined (UXPArchitecture)
EXTRA_DEFINES = -DDYNLIB
LOCAL_LDFLAGS = -Wl,-Bexport:dtksh.exp
#endif
#if defined(HPOSFArchitecture)
#endif

View File

@@ -200,6 +200,8 @@ void mirror_env __PARAM__((Namval_t *np), (np)) __OTORP__(Namval_t *np;)
* that should be researched, but for now, we simply
* protect against using putenv/getenv if environ is
* NULL. rswiston@x.org 11/07/96
*
* Safe for removal? Fujitsu is no longer supported 05/15/18 - C
*/
if((name != (char *)NULL) && (environ != (char **)NULL))
{

View File

@@ -28,10 +28,6 @@ tst mknod_ver sys/types.h sys/stat.h com{
!
}end
cat{
#if defined(__uxp__)
#include <sys/types.h>
#include <sys/mkdev.h>
#endif
#ifndef _def_param_lcl
#ifndef S_ISUID
#if !defined(_AST_H) && !defined(_TM_H)

View File

@@ -1,8 +1,4 @@
cat{
#if defined(__uxp__)
#include <sys/types.h>
#include <sys/mkdev.h>
#endif
#ifndef _def_param_lcl
#ifndef S_ISUID
#if !defined(_AST_H) && !defined(_TM_H)
@@ -71,9 +67,6 @@ cat{
macro{
#include <sys/types.h>
#include <sys/stat.h>
#if defined(__uxp__)
#include <sys/mkdev.h>
#endif
#ifndef major
#include <sys/param.h>
#ifndef major