Skip to content

Commit 600d25a

Browse files
committed
retire redhat
1 parent 96224e7 commit 600d25a

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

Rules.common

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ endif
1818
ifeq "$(PLATFORM)" "VSS_IRIX_65"
1919
PLATFORMBASE := VSS_IRIX
2020
endif
21-
ifeq "$(PLATFORM)" "VSS_REDHAT7"
22-
PLATFORMBASE := VSS_LINUX
23-
endif
2421
ifeq "$(PLATFORM)" "VSS_LINUX_UBUNTU"
2522
PLATFORMBASE := VSS_LINUX
2623
endif

cli/Makefile

-9
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,6 @@ endif
3030
VER_O32BIT = -o32
3131
endif
3232

33-
ifeq "$(PLATFORMBASE)" "VSS_LINUX"
34-
# deprecate -DREDHAT52 ;;;;
35-
CFLAGS_ALWAYS += -DREDHAT52
36-
endif
37-
ifeq "$(PLATFORMBASE)" "VSS_FreeBSD"
38-
# deprecate -DREDHAT52 ;;;;
39-
CFLAGS_ALWAYS += -DREDHAT52
40-
endif
41-
4233
ifeq "$(PLATFORM)" "VSS_CYGWIN32_NT40"
4334
YACC := byacc
4435
else

platform.c++

+1-1
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ static void closeudp(int sockfd)
964964
char mbuf[MAXMESG];
965965
int caught_sigint = 0;
966966

967-
#if defined VSS_IRIX_63_MIPS3 || defined VSS_LINUX || defined VSS_REDHAT7 || defined VSS_WINDOWS || defined VSS_MAC
967+
#if defined VSS_IRIX_63_MIPS3 || defined VSS_LINUX || defined VSS_WINDOWS || defined VSS_MAC
968968
#define SignalHandlerType int
969969
#else
970970
#define SignalHandlerType ...

0 commit comments

Comments
 (0)