ref: a863f7488158ef7e46671663b307ca3b2e7ca0af
parent: ad620f4fc965a205a5bfa94b6d083c47551491b3
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Fri Nov 11 04:31:34 EST 2011
pc kernel: make *nomp= work like *nomp=1
--- a/sys/src/9/pc/archmp.c
+++ b/sys/src/9/pc/archmp.c
@@ -76,7 +76,7 @@
uchar *p, sum;
ulong length;
- if((cp = getconf("*nomp")) != nil && strtol(cp, 0, 0) != 0)+ if((cp = getconf("*nomp")) != nil && strcmp(cp, "0") != 0)return 1;
/*
--
⑨