|
|
1.1 root 1: /*
2: * libc/sys/i386/utsemul.c
3: * Copyright (c) Bureau d'Etudes Ciaran O'Donnell, 1987, 1990, 1991.
4: */
5:
6: #include <sys/types.h>
7: #include <sys/utsname.h>
8:
9: int
10: uname(name) struct utsname *name;
11: {
12: return _utssys(name, 0, 0);
13: }
14:
15: ustat(dev, buff) dev_t dev; struct ustat *buff;
16: {
17: return _utssys(buff, dev, 2);
18: }
19:
20: /* end of libc/sys/i386/utsemul.c */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.