sys.c tid

wrong API
This commit is contained in:
keni
2009-05-06 16:54:06 +00:00
parent 665dedc3de
commit 9e4dc50b5a

View File

@@ -29,6 +29,6 @@ sys_early_init(){
if(ENTRYMAX<10) sysopt.entrymax = 10;
if(POINTSMIN<1) sysopt.pointsmin = 1;
if(PERS_IS_UID != 0 && PERS_IS_UID != 1)
die("config error: PERS_IS_UID must be either 0 or 1");
panic("config error: PERS_IS_UID must be either 0 or 1");
}