Only patch maybe invalid in this case and here are now many

kernel with extra version string (e.g. -ac).
This commit is contained in:
Karsten Keil 1999-10-25 12:17:29 +00:00
parent 94dcc24d52
commit 2330717a5f
1 changed files with 0 additions and 2 deletions

View File

@ -1258,8 +1258,6 @@ static void decode_version (char *buf, int *version,
if (*buf != '\0' && strncmp(buf, "-pre", 4) && strncmp(buf, "pre", 3)) /* ignore any "-preX" part */
{
*version =
*modification =
*patch = 0;
}
}