diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-08-12 19:05:58 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-08-12 19:05:58 +0000 |
commit | b13c90bcd423854cd451c5f43454f5a48eb8a049 (patch) | |
tree | beeaf0f85dabe602fce051339f828f39f6d0a202 /sys/arch/i386/stand/libsa/biosdev.h | |
parent | 146a4d456d1a9cfd2aab9f0a97b914e6e35d9ccc (diff) |
move that inline
Diffstat (limited to 'sys/arch/i386/stand/libsa/biosdev.h')
-rw-r--r-- | sys/arch/i386/stand/libsa/biosdev.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/i386/stand/libsa/biosdev.h b/sys/arch/i386/stand/libsa/biosdev.h index 200fd4d6acf..d6f801b91db 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.11 1997/07/18 00:49:43 mickey Exp $ */ +/* $OpenBSD: biosdev.h,v 1.12 1997/08/12 19:05:56 mickey Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -73,7 +73,3 @@ u_int biosmem __P((void)); /* time.c */ void time_print __P((void)); time_t getsecs __P((void)); - -/* biostime.S */ -int biostime __P((char *)); -int biosdate __P((char *)); |