diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 2003-05-31 15:17:44 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 2003-05-31 15:17:44 +0000 |
commit | 952d58bcfb227af8fe1927f0e38f8b6016dff6b6 (patch) | |
tree | f07ad6afe92d73df4d1e04d09586d43cfb21a966 | |
parent | 196e28afb45253a785efa7082399c0b721374ec8 (diff) |
Unpeeing as pointed out by Dries Schellekens.
ok miod@
-rw-r--r-- | sys/arch/i386/stand/libsa/biosdev.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/libsa/biosdev.c b/sys/arch/i386/stand/libsa/biosdev.c index 34521d72bc3..38b8dda9be8 100644 --- a/sys/arch/i386/stand/libsa/biosdev.c +++ b/sys/arch/i386/stand/libsa/biosdev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: biosdev.c,v 1.56 2003/05/31 00:15:29 weingart Exp $ */ +/* $OpenBSD: biosdev.c,v 1.57 2003/05/31 15:17:43 weingart Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -47,8 +47,8 @@ static const char *biosdisk_err(u_int); static int biosdisk_errno(u_int); -static int CHS_rw __P((int, int, int, int, int, int, void *)); -static int EDD_rw __P((int, int, u_int64_t, u_int32_t, void *)); +static int CHS_rw (int, int, int, int, int, int, void *); +static int EDD_rw (int, int, u_int64_t, u_int32_t, void *); extern int debug; |