[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
minor diff for minixfs pl10
minixfs 0.60 pl10 was starting an internal update, and mh-mint 1.12-H1
was starting a sysupdate, the following simple patch fixes this.
------------------------------------------------------------------------
--- main.c~ Sun Nov 20 03:16:14 1994
+++ main.c Thu Nov 24 09:18:58 1994
@@ -124,7 +124,7 @@
BASEPAGE *b;
#ifdef SYSUPDATE
- if ((kernel->maj_version) && (kernel->min_version >= 0x12) &&
+ if ((kernel->maj_version) && (kernel->min_version >= 12) &&
(kernel->dos_tab[0x150] != NULL) )
{
/* Do not start the update daemon, or use the root timeout
------------------------------------------------------------------------
cheers,
scott.