Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jul 2002 22:11:32 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 13784 for review
Message-ID:  <200207040511.g645BWRH059521@freefall.freebsd.org>

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

Change 13784 by peter@peter_ia64 on 2002/07/03 22:10:58

	GRRR.

Affected files ...

.. //depot/projects/ia64/usr.sbin/kldxref/ef.c#7 edit

Differences ...

==== //depot/projects/ia64/usr.sbin/kldxref/ef.c#7 (text+ko) ====

@@ -33,14 +33,13 @@
  */
 
 #include <sys/param.h>
-#include <sys/exec.h>
-#include <sys/queue.h>
-#include <sys/kernel.h>
-#include <sys/reboot.h>
 #include <sys/linker.h>
 #include <string.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <errno.h>
+#include <fcntl.h>
 #include <machine/elf.h>
-#include <stand.h>
 #define FREEBSD_ELF
 #include <link.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?200207040511.g645BWRH059521>