Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2002 15:42:06 -0700 (PDT)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 13221 for review
Message-ID:  <200206202242.g5KMg6J89055@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=13221

Change 13221 by mux@mux_nebula on 2002/06/20 15:41:04

	Add missing includes.

Affected files ...

... //depot/projects/ia64/sys/sparc64/sparc64/elf_machdep.c#4 edit

Differences ...

==== //depot/projects/ia64/sys/sparc64/sparc64/elf_machdep.c#4 (text+ko) ====

@@ -40,9 +40,16 @@
  */
 
 #include <sys/param.h>
+#include <sys/kernel.h>
 #include <sys/systm.h>
 #include <sys/linker.h>
+#include <sys/sysent.h>
+#include <sys/imgact_elf.h>
+#include <sys/syscall.h>
+#include <sys/signalvar.h>
+#include <sys/vnode.h>
 #include <machine/elf.h>
+#include <machine/md_var.h>
 
 #include "linker_if.h"
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206202242.g5KMg6J89055>