rename svn revision variable to one with underscore, to not pollute
application namespace
This commit is contained in:
@@ -179,8 +179,8 @@ PRIVATE void announce(void)
|
||||
{
|
||||
/* Display the MINIX startup banner. */
|
||||
kprintf("\nMINIX %s.%s. "
|
||||
#ifdef SVN_REVISION
|
||||
"(" SVN_REVISION ")\n"
|
||||
#ifdef _SVN_REVISION
|
||||
"(" _SVN_REVISION ")\n"
|
||||
#endif
|
||||
"Copyright 2006, Vrije Universiteit, Amsterdam, The Netherlands\n",
|
||||
OS_RELEASE, OS_VERSION);
|
||||
|
||||
Reference in New Issue
Block a user