Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/powerpc Need <sys/systm.h> for declaration ...



details:   https://anonhg.NetBSD.org/src/rev/974b7aaf283a
branches:  trunk
changeset: 487474:974b7aaf283a
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu Jun 08 07:30:47 2000 +0000

description:
Need <sys/systm.h> for declaration of bzero().

diffstat:

 sys/arch/powerpc/powerpc/fpu.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b958a3e9e606 -r 974b7aaf283a sys/arch/powerpc/powerpc/fpu.c
--- a/sys/arch/powerpc/powerpc/fpu.c    Thu Jun 08 07:29:22 2000 +0000
+++ b/sys/arch/powerpc/powerpc/fpu.c    Thu Jun 08 07:30:47 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fpu.c,v 1.2 1999/12/07 15:14:57 danw Exp $     */
+/*     $NetBSD: fpu.c,v 1.3 2000/06/08 07:30:47 kleink Exp $   */
 
 /*
  * Copyright (C) 1996 Wolfgang Solfrank.
@@ -32,6 +32,7 @@
  */
 #include <sys/param.h>
 #include <sys/proc.h>
+#include <sys/systm.h>
 #include <sys/user.h>
 
 #include <machine/fpu.h>



Home | Main Index | Thread Index | Old Index