Skip to content
Snippets Groups Projects
Commit 2a0eb8fe authored by Alexander Ivanov's avatar Alexander Ivanov
Browse files

Added epics base patch to increase max channel name length to 60 chars.

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2521 6dcd42c9-f523-4c6d-aada-af552506706e
parent c555cf4f
No related branches found
No related tags found
No related merge requests found
Tue Aug 2 00:12:26 CDT 2011
Added epics-base-3.14.10_long.patch patch file to change max epics channel
name from 40 to 60 chars.
Friday, September 17 2010
I have enabled SYSFS back, disabled MICROCODE. There is new .config file
and an updated patch.
......
diff -uNr epics-base-3.14.10/src/libCom/misc/epicsTypes.h epics-base-3.14.10_long/src/libCom/misc/epicsTypes.h
--- epics-base-3.14.10/src/libCom/misc/epicsTypes.h 2008-04-01 10:54:01.000000000 -0500
+++ epics-base-3.14.10_long/src/libCom/misc/epicsTypes.h 2011-08-02 00:00:34.000000000 -0500
@@ -75,7 +75,7 @@
* db_access.h
*
*/
-#define MAX_STRING_SIZE 40
+#define MAX_STRING_SIZE 60
typedef char epicsOldString[MAX_STRING_SIZE];
/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment