summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/libsa/biosdev.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-05-30 23:06:30 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-05-30 23:06:30 +0000
commitb683bde6d1337a74da37452f713dd1c6c7afebdb (patch)
tree53e063971b3df33a679ee9649d87f7f1b084dbf3 /sys/arch/i386/stand/libsa/biosdev.h
parent2f889564dc71a1a06841aed4ec66aa00d49e64a5 (diff)
sleep/usleep prototypes (others may need 'em too, btw
strncmp prototype in stand.h
Diffstat (limited to 'sys/arch/i386/stand/libsa/biosdev.h')
-rw-r--r--sys/arch/i386/stand/libsa/biosdev.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/biosdev.h b/sys/arch/i386/stand/libsa/biosdev.h
index 2e56626e71f..bed3f64d795 100644
--- a/sys/arch/i386/stand/libsa/biosdev.h
+++ b/sys/arch/i386/stand/libsa/biosdev.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: biosdev.h,v 1.9 1997/05/30 02:21:52 mickey Exp $ */
+/* $OpenBSD: biosdev.h,v 1.10 1997/05/30 23:06:29 mickey Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -83,7 +83,6 @@ void time_print __P((void));
time_t getsecs __P((void));
/* biostime.S */
-int usleep __P((u_long));
int biostime __P((char *));
int biosdate __P((char *));
#endif