From 58e34a2fc321f895fc4fe988cd67063be368fd21 Mon Sep 17 00:00:00 2001 From: zimoch Date: Wed, 14 Dec 2011 09:56:05 +0000 Subject: [PATCH] need server.h for iocmon --- install_server_h.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 install_server_h.patch 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