diff options
author | 1998-07-02 19:04:51 +0000 | |
---|---|---|
committer | 1998-07-02 19:04:51 +0000 | |
commit | b94afd469f8bc618c64cfa153c4d610d3da30462 (patch) | |
tree | 282d739ccb15f089839d0a2ab4e6740536d7bcda /sys/arch/hppa/spmath/mpyaccu.c | |
parent | indent (diff) | |
download | wireguard-openbsd-b94afd469f8bc618c64cfa153c4d610d3da30462.tar.xz wireguard-openbsd-b94afd469f8bc618c64cfa153c4d610d3da30462.zip |
ansi and fancy gcc
Diffstat (limited to 'sys/arch/hppa/spmath/mpyaccu.c')
-rw-r--r-- | sys/arch/hppa/spmath/mpyaccu.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/hppa/spmath/mpyaccu.c b/sys/arch/hppa/spmath/mpyaccu.c index 25fbd55d596..6dc9611d935 100644 --- a/sys/arch/hppa/spmath/mpyaccu.c +++ b/sys/arch/hppa/spmath/mpyaccu.c @@ -1,3 +1,5 @@ +/* $OpenBSD: mpyaccu.c,v 1.3 1998/07/02 19:05:42 mickey Exp $ */ + /* * Copyright 1996 1995 by Open Software Foundation, Inc. * All Rights Reserved @@ -40,7 +42,8 @@ #include "../spmath/md.h" -VOID mpyaccu(opnd1,opnd2,result) +void +mpyaccu(opnd1,opnd2,result) unsigned int opnd1, opnd2; struct mdsfu_register *result; |