# | Line 13 | Line 13 | |
---|---|---|
13 | ||
14 | #define JSOC_VERSION_INCL 1 | |
15 | ||
16 | < | #define jsoc_version "V9R41X" |
17 | < | #define jsoc_vers_num (-941) |
16 | > | #define jsoc_version "V9R41" |
17 | > | #define jsoc_vers_num (941) |
18 | ||
19 | ||
20 | static inline const char *jsoc_getversion(char *verstr, int size, int *isdev) | |
# | Line 57 | Line 57 | static inline const char *jsoc_getversio | |
57 | return jsoc_version; | |
58 | } | |
59 | ||
60 | – | static inline const char *jsoc_get_make_root(void) |
61 | – | { |
62 | – | return DRMS_MAKE_ROOT_DIRECTORY; |
63 | – | } |
64 | – | |
60 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |