tAdd statcheck. - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 3ce03fac398b24824c55b266cc5aec26cdb68b63
(DIR) parent 504851273e762048114fb7ce3187170b151f3694
(HTM) Author: rsc <devnull@localhost>
Date: Tue, 13 Sep 2005 02:40:46 +0000
Add statcheck.
Diffstat:
M src/lib9/convM2D.c | 6 ++++++
1 file changed, 6 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/src/lib9/convM2D.c b/src/lib9/convM2D.c
t@@ -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