From b683bde6d1337a74da37452f713dd1c6c7afebdb Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Fri, 30 May 1997 23:06:30 +0000 Subject: sleep/usleep prototypes (others may need 'em too, btw strncmp prototype in stand.h --- sys/arch/i386/stand/libsa/biosdev.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/i386/stand/libsa/biosdev.h') 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 -- cgit v1.2.3