|
|
1.1 root 1: /*
2: * libc/sys/ustat.c
3: */
4:
5: #include <sys/types.h>
6:
7: ustat(dev, buf) dev_t dev; struct ustat *buf;
8: {
9: return _utssys(buf, dev, 2);
10: }
11:
12: /* end of libc/sys/ustat.c */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.