Skip to content
Snippets Groups Projects
Commit cb816e2f authored by Arno Schoenmakers's avatar Arno Schoenmakers
Browse files

Bug 1341: Put some print statements in comments as it uses obsoleted...

Bug 1341: Put some print statements in comments as it uses obsoleted (rhel4-specific) kernel parameters
parent 431675d0
No related branches found
No related tags found
No related merge requests found
......@@ -230,19 +230,19 @@ int main(int argc, char *argv[])
int caps;
int ch;
printf("(This version has been compiled"
#ifdef __linux__
" on Linux %s\n", UTS_RELEASE
#endif
);
printf(" using "
#if !defined(__GNU_LIBRARY__) || __GNU_LIBRARY__ < 6
"an old C library (not glibc-2.x)"
#else
"glibc-%d.%d",
__GLIBC__, __GLIBC_MINOR__
#endif
);
// printf("(This version has been compiled"
//#ifdef __linux__
// " on Linux %s\n", UTS_RELEASE
//#endif
// );
// printf(" using "
//#if !defined(__GNU_LIBRARY__) || __GNU_LIBRARY__ < 6
// "an old C library (not glibc-2.x)"
//#else
// "glibc-%d.%d",
// __GLIBC__, __GLIBC_MINOR__
//#endif
// );
uname(&un);
printf(". Now running %s %s)\n", un.sysname, un.release);
parm.mode = PPS_TSFMT_TSPEC; /* set default flags */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment