Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libkvm Anoter instance of <sys/exec_aout.h> -> <sys/exec...
details: https://anonhg.NetBSD.org/src/rev/9aa3138b3ea1
branches: trunk
changeset: 746806:9aa3138b3ea1
user: he <he%NetBSD.org@localhost>
date: Thu Aug 20 11:18:55 2009 +0000
description:
Anoter instance of <sys/exec_aout.h> -> <sys/exec.h>.
diffstat:
lib/libkvm/kvm.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1d6e2e28ee4c -r 9aa3138b3ea1 lib/libkvm/kvm.c
--- a/lib/libkvm/kvm.c Thu Aug 20 11:08:59 2009 +0000
+++ b/lib/libkvm/kvm.c Thu Aug 20 11:18:55 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kvm.c,v 1.92 2008/01/15 14:16:30 ad Exp $ */
+/* $NetBSD: kvm.c,v 1.93 2009/08/20 11:18:55 he Exp $ */
/*-
* Copyright (c) 1989, 1992, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)kvm.c 8.2 (Berkeley) 2/13/94";
#else
-__RCSID("$NetBSD: kvm.c,v 1.92 2008/01/15 14:16:30 ad Exp $");
+__RCSID("$NetBSD: kvm.c,v 1.93 2009/08/20 11:18:55 he Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@@ -51,7 +51,7 @@
#include <sys/sysctl.h>
#include <sys/core.h>
-#include <sys/exec_aout.h>
+#include <sys/exec.h>
#include <sys/kcore.h>
#include <sys/ksyms.h>
Home |
Main Index |
Thread Index |
Old Index