Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/include Include "machine/frame.h" to avoid lin...



details:   https://anonhg.NetBSD.org/src/rev/1f85b254cca3
branches:  trunk
changeset: 500387:1f85b254cca3
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Dec 11 10:22:55 2000 +0000

description:
Include "machine/frame.h" to avoid lint errors while building "libc".

diffstat:

 sys/arch/i386/include/proc.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8f0172e66cfa -r 1f85b254cca3 sys/arch/i386/include/proc.h
--- a/sys/arch/i386/include/proc.h      Mon Dec 11 09:18:03 2000 +0000
+++ b/sys/arch/i386/include/proc.h      Mon Dec 11 10:22:55 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: proc.h,v 1.12 2000/12/11 05:29:00 mycroft Exp $        */
+/*     $NetBSD: proc.h,v 1.13 2000/12/11 10:22:55 tron Exp $   */
 
 /*
  * Copyright (c) 1991 Regents of the University of California.
@@ -35,6 +35,8 @@
  *     @(#)proc.h      7.1 (Berkeley) 5/15/91
  */
 
+#include <machine/frame.h>
+
 /*
  * Machine-dependent part of the proc structure for i386.
  */



Home | Main Index | Thread Index | Old Index