From a373c18f384f80f2e899aacb3ed944f6f317f9f5 Mon Sep 17 00:00:00 2001 From: Mike Bordua Date: Wed, 13 Jul 1994 02:22:44 +0000 Subject: [PATCH] Added -UUNIX to USR_CFLAGS. --- src/rsrv/Makefile.Vx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rsrv/Makefile.Vx b/src/rsrv/Makefile.Vx index a8ba18c61..f2093b279 100644 --- a/src/rsrv/Makefile.Vx +++ b/src/rsrv/Makefile.Vx @@ -1,7 +1,7 @@ EPICS = ../../.. include $(EPICS)/config/CONFIG_vx -USR_CFLAGS = -I../ca +USR_CFLAGS = -I../ca -UUNIX SRCS = \ caserverio.c caservertask.c camsgtask.c camessage.c \