Add statcheck.
This commit is contained in:
parent
504851273e
commit
3ce03fac39
@ -33,6 +33,12 @@ statchecku(uchar *buf, uint nbuf, int dotu)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
statcheck(uchar *buf, uint nbuf)
|
||||
{
|
||||
return statchecku(buf, nbuf, 0);
|
||||
}
|
||||
|
||||
static char nullstring[] = "";
|
||||
|
||||
uint
|
||||
|
||||
Loading…
Reference in New Issue
Block a user