diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-07-02 19:10:58 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-07-02 19:10:58 +0000 |
commit | 26ced62b330504f2eefd1ad38228354a57fc5733 (patch) | |
tree | e51258c3fac131f1b9de606682238ae5e4b70630 /sys | |
parent | 186df561f20e8ff3f8c74f3f4ef6ac29f67485e2 (diff) |
missed path changes
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/spmath/divsir.c | 4 | ||||
-rw-r--r-- | sys/arch/hppa/spmath/divufr.c | 4 | ||||
-rw-r--r-- | sys/arch/hppa/spmath/divuir.c | 4 | ||||
-rw-r--r-- | sys/arch/hppa/spmath/mpyaccu.c | 4 | ||||
-rw-r--r-- | sys/arch/hppa/spmath/mpys.c | 4 | ||||
-rw-r--r-- | sys/arch/hppa/spmath/mpyscv.c | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/sys/arch/hppa/spmath/divsir.c b/sys/arch/hppa/spmath/divsir.c index 0f71f9b8d86..635521d4a57 100644 --- a/sys/arch/hppa/spmath/divsir.c +++ b/sys/arch/hppa/spmath/divsir.c @@ -1,4 +1,4 @@ -/* $OpenBSD: divsir.c,v 1.3 1998/07/02 19:05:13 mickey Exp $ */ +/* $OpenBSD: divsir.c,v 1.4 1998/07/02 19:10:50 mickey Exp $ */ /* * Copyright 1996 1995 by Open Software Foundation, Inc. @@ -40,7 +40,7 @@ */ -#include "../spmath/md.h" +#include "md.h" void divsir(opnd1,opnd2,result) diff --git a/sys/arch/hppa/spmath/divufr.c b/sys/arch/hppa/spmath/divufr.c index 1643752ec6c..dc33ec35fbd 100644 --- a/sys/arch/hppa/spmath/divufr.c +++ b/sys/arch/hppa/spmath/divufr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: divufr.c,v 1.3 1998/07/02 19:05:16 mickey Exp $ */ +/* $OpenBSD: divufr.c,v 1.4 1998/07/02 19:10:52 mickey Exp $ */ /* * Copyright 1996 1995 by Open Software Foundation, Inc. @@ -40,7 +40,7 @@ */ -#include "../spmath/md.h" +#include "md.h" void divufr(opnd1,opnd2,result) diff --git a/sys/arch/hppa/spmath/divuir.c b/sys/arch/hppa/spmath/divuir.c index b7e758ae10e..360d3a67c10 100644 --- a/sys/arch/hppa/spmath/divuir.c +++ b/sys/arch/hppa/spmath/divuir.c @@ -1,4 +1,4 @@ -/* $OpenBSD: divuir.c,v 1.3 1998/07/02 19:05:17 mickey Exp $ */ +/* $OpenBSD: divuir.c,v 1.4 1998/07/02 19:10:53 mickey Exp $ */ /* * Copyright 1996 1995 by Open Software Foundation, Inc. @@ -40,7 +40,7 @@ */ -#include "../spmath/md.h" +#include "md.h" void divuir(opnd1,opnd2,result) diff --git a/sys/arch/hppa/spmath/mpyaccu.c b/sys/arch/hppa/spmath/mpyaccu.c index 6dc9611d935..274a2355d92 100644 --- a/sys/arch/hppa/spmath/mpyaccu.c +++ b/sys/arch/hppa/spmath/mpyaccu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpyaccu.c,v 1.3 1998/07/02 19:05:42 mickey Exp $ */ +/* $OpenBSD: mpyaccu.c,v 1.4 1998/07/02 19:10:54 mickey Exp $ */ /* * Copyright 1996 1995 by Open Software Foundation, Inc. @@ -40,7 +40,7 @@ */ -#include "../spmath/md.h" +#include "md.h" void mpyaccu(opnd1,opnd2,result) diff --git a/sys/arch/hppa/spmath/mpys.c b/sys/arch/hppa/spmath/mpys.c index 2404fa9714d..c8d93e19375 100644 --- a/sys/arch/hppa/spmath/mpys.c +++ b/sys/arch/hppa/spmath/mpys.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpys.c,v 1.3 1998/07/02 19:05:43 mickey Exp $ */ +/* $OpenBSD: mpys.c,v 1.4 1998/07/02 19:10:56 mickey Exp $ */ /* * Copyright 1996 1995 by Open Software Foundation, Inc. @@ -40,7 +40,7 @@ */ -#include "../spmath/md.h" +#include "md.h" void mpys(opnd1,opnd2,result) diff --git a/sys/arch/hppa/spmath/mpyscv.c b/sys/arch/hppa/spmath/mpyscv.c index ccd19938c0e..847463dfadf 100644 --- a/sys/arch/hppa/spmath/mpyscv.c +++ b/sys/arch/hppa/spmath/mpyscv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpyscv.c,v 1.3 1998/07/02 19:05:44 mickey Exp $ */ +/* $OpenBSD: mpyscv.c,v 1.4 1998/07/02 19:10:57 mickey Exp $ */ /* * Copyright 1996 1995 by Open Software Foundation, Inc. @@ -40,7 +40,7 @@ */ -#include "../spmath/md.h" +#include "md.h" void mpyscv(opnd1,opnd2,result) |