diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-14 00:32:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-14 00:32:32 +0000 |
commit | 88b9b759108fa8922484492592cd7d610719258b (patch) | |
tree | 1d13600bec394819df781f2ca7f1f09b488a766e /sys/arch/hppa/include | |
parent | 457f295d5473b74cb64874c26c98420b9ca13d4c (diff) |
de-__P
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/loadfile_machdep.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/include/loadfile_machdep.h b/sys/arch/hppa/include/loadfile_machdep.h index 631ebcd5615..88d67f0e947 100644 --- a/sys/arch/hppa/include/loadfile_machdep.h +++ b/sys/arch/hppa/include/loadfile_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: loadfile_machdep.h,v 1.1 2002/10/24 19:27:15 mickey Exp $ */ +/* $OpenBSD: loadfile_machdep.h,v 1.2 2004/06/14 00:32:31 deraadt Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. @@ -74,9 +74,9 @@ #define ALLOC(a) malloc(a) #define FREE(a, b) free(a) -ssize_t vread __P((int, u_long, u_long *, size_t)); -void vcopy __P((u_long, u_long, u_long *, size_t)); -void vzero __P((u_long, u_long *, size_t)); +ssize_t vread(int, u_long, u_long *, size_t); +void vcopy(u_long, u_long, u_long *, size_t); +void vzero(u_long, u_long *, size_t); #endif #endif /* ! _HPPA_LOADFILE_MACHDEP_H_ */ |