diff options
| author | brezak <brezak@NetBSD.org> | 1994-08-22 21:55:58 +0000 |
|---|---|---|
| committer | brezak <brezak@NetBSD.org> | 1994-08-22 21:55:58 +0000 |
| commit | 6f0b0cdc866db2d803957184de3415fefcaca91a (patch) | |
| tree | e355055e5c8514c80a6cbc5e913f47532a68b981 /sys/lib/libsa/dev.c | |
| parent | 996b2b5c54515e446f4dc074d253e2e45d7605ae (diff) | |
Cleanup to make more ANSI compliant; checkpoint
Diffstat (limited to 'sys/lib/libsa/dev.c')
| -rw-r--r-- | sys/lib/libsa/dev.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/lib/libsa/dev.c b/sys/lib/libsa/dev.c index 89a6a264bc0..7013e9464e7 100644 --- a/sys/lib/libsa/dev.c +++ b/sys/lib/libsa/dev.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)dev.c 8.1 (Berkeley) 6/11/93 - * $Id: dev.c,v 1.1 1994/01/26 02:03:41 brezak Exp $ + * $Id: dev.c,v 1.2 1994/08/22 21:56:01 brezak Exp $ */ #include <sys/param.h> @@ -41,6 +41,7 @@ int errno; +int nodev() { return (ENXIO); @@ -52,6 +53,7 @@ nullsys() } /* ARGSUSED */ +int noioctl(f, cmd, data) struct open_file *f; int cmd; |
