Remove UXPDS support
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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))
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user