diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-11-06 01:29:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-11-06 01:29:04 +0000 |
commit | d8c7b06546303b65a6466a2d2d3d4b9858d38fb9 (patch) | |
tree | ca60e55afc2735456f29f1d354921562a34440d1 | |
parent | 377dd31ae2ee6b07b55b65c82d716331c56cd346 (diff) |
proto blktochr()
-rw-r--r-- | sys/sys/conf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/conf.h b/sys/sys/conf.h index 7eb21fe2169..18b4cdc4df3 100644 --- a/sys/sys/conf.h +++ b/sys/sys/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.16 1996/10/19 13:25:59 mickey Exp $ */ +/* $OpenBSD: conf.h,v 1.17 1996/11/06 01:29:03 deraadt Exp $ */ /* $NetBSD: conf.h,v 1.33 1996/05/03 20:03:32 christos Exp $ */ /*- @@ -376,6 +376,7 @@ struct swdevt { extern struct swdevt swdevt[]; int chrtoblk __P((dev_t)); +int blktochr __P((dev_t)); int iskmemdev __P((dev_t)); int iszerodev __P((dev_t)); |