diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-10-07 08:00:00 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-10-07 08:00:00 +0000 |
commit | 83e79536e9190f7a3c5e96c42bcc367ce6f0ce0b (patch) | |
tree | 8821abfc60b01d0fa34c202b30aa205add696e70 /sys/lib/libsa/stand.h | |
parent | 4d6220411b08bced343982427e8e78043b79075b (diff) |
let's keep it MI; 10x phil for the MD implementation
Diffstat (limited to 'sys/lib/libsa/stand.h')
-rw-r--r-- | sys/lib/libsa/stand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/lib/libsa/stand.h b/sys/lib/libsa/stand.h index 0fd9ca0cc8f..c67bcd9b44f 100644 --- a/sys/lib/libsa/stand.h +++ b/sys/lib/libsa/stand.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stand.h,v 1.29 1997/08/13 14:18:10 niklas Exp $ */ +/* $OpenBSD: stand.h,v 1.30 1997/10/07 07:59:58 mickey Exp $ */ /* $NetBSD: stand.h,v 1.18 1996/11/30 04:35:51 gwr Exp $ */ /*- @@ -186,6 +186,7 @@ int cnset __P((dev_t)); void cnputc __P((int)); int cngetc __P((void)); int cnischar __P((void)); +int cnspeed __P((dev_t, int)); u_int sleep __P((u_int)); void usleep __P((u_int)); |