Skip to content

Commit 9c01bdc

Browse files
committed
Files with big diff from v_8.9.14
Signed-off-by: Robin Dubey <[email protected]>
1 parent 83b16fb commit 9c01bdc

File tree

8 files changed

+452
-318
lines changed

8 files changed

+452
-318
lines changed

icc/icc.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@ const char ICC_SCCSInfo[] =
5454
"@(#) restricted by GSA ADP Schedule Contract with IBM Corp.\n"
5555
"@(#)ProductName: " ICC_PRODUCT_NAME "\n"
5656
"@(#)ProductVersion: " ICC_PRODUCT_VERSION "\n"
57-
};
57+
"@(#)GIT_BRANCH: " ICC_GIT_BRANCH "\n"
58+
"@(#)GIT_HASH : " ICC_GIT_HASH "\n"
59+
"@(#)OCKC_BRANCH: " OCKC_GIT_BRANCH "\n"
60+
"@(#)OCKC_HASH : " OCKC_GIT_HASH "\n"
61+
};
5862

5963

6064
/*#define DEBUG_VERBOSE
@@ -447,7 +451,7 @@ ICC_CTX *ICC_Init(ICC_STATUS *status, const char *iccpath) {
447451
}
448452
/* No sucessful initializations so far ? */
449453
if (NULL == ICCGlobal.hICCLib) {
450-
/* Fallback code, some ICC consumers move ICC as part of
454+
/* Fallback code, some ICC consumers move ICC as part of
451455
installing copies of the software in non-default locations.
452456
For this to work, LD_LIBRARY_PATH or the equivalent must be set
453457
so we traverse this to build a fallback search path for the ICC

0 commit comments

Comments
 (0)