Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/kdump #include <sys/exec_elf.h> for ksyms



details:   https://anonhg.NetBSD.org/src/rev/15f2ceba4506
branches:  trunk
changeset: 338367:15f2ceba4506
user:      matt <matt%NetBSD.org@localhost>
date:      Wed May 20 07:16:15 2015 +0000

description:
#include <sys/exec_elf.h> for ksyms

diffstat:

 usr.bin/kdump/mkioctls |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5e550723d140 -r 15f2ceba4506 usr.bin/kdump/mkioctls
--- a/usr.bin/kdump/mkioctls    Wed May 20 07:04:49 2015 +0000
+++ b/usr.bin/kdump/mkioctls    Wed May 20 07:16:15 2015 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-#      $NetBSD: mkioctls,v 1.42 2015/02/06 20:08:23 christos Exp $
+#      $NetBSD: mkioctls,v 1.43 2015/05/20 07:16:15 matt Exp $
 #
 # Copyright (c) 1994
 #      The Regents of the University of California.  All rights reserved.
@@ -60,6 +60,7 @@
 echo "#include <sys/mount.h>"
 echo "#include <sys/termios.h>"
 echo "#include <sys/disklabel.h>"
+echo "#include <sys/exec_elf.h>"
 echo "#include <net/if.h>"
 echo "#include <net/if_ether.h>"
 echo "#include <net/route.h>"



Home | Main Index | Thread Index | Old Index