diff --git a/install_server_h.patch b/install_server_h.patch new file mode 100644 index 000000000..cad8a9f4c --- /dev/null +++ b/install_server_h.patch @@ -0,0 +1,19 @@ +Index: src/rsrv/Makefile +=================================================================== +RCS file: /cvs/G/EPICS/base-3.14.12/src/rsrv/Makefile,v +retrieving revision 1.1 +retrieving revision 1.2 +diff -c -r1.1 -r1.2 +*** src/rsrv/Makefile 29 Nov 2010 10:38:07 -0000 1.1 +--- src/rsrv/Makefile 1 Jul 2011 14:54:35 -0000 1.2 +*************** +*** 14,19 **** +--- 14,21 ---- + + INC += rsrv.h + INC += rsrvIocRegister.h ++ # The following is used by iocmon ++ INC += server.h + + LIB_SRCS += caserverio.c + LIB_SRCS += caservertask.c