Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include Do previous slightly different: /usr/share/misc/styl...
details: https://anonhg.NetBSD.org/src/rev/efb13c2f9ea8
branches: trunk
changeset: 493859:efb13c2f9ea8
user: kleink <kleink%NetBSD.org@localhost>
date: Mon Jun 26 06:38:02 2000 +0000
description:
Do previous slightly different: /usr/share/misc/style no longer deems it ok
to rely on <sys/types.h> pulling in <sys/cdefs.h>; noticed by Simon Burge.
diffstat:
include/kvm.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r e4f6b36f2350 -r efb13c2f9ea8 include/kvm.h
--- a/include/kvm.h Mon Jun 26 06:32:54 2000 +0000
+++ b/include/kvm.h Mon Jun 26 06:38:02 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kvm.h,v 1.9 2000/06/26 06:12:43 kleink Exp $ */
+/* $NetBSD: kvm.h,v 1.10 2000/06/26 06:38:02 kleink Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -50,6 +50,7 @@
#define KVM_NO_FILES 0x80000000
#include <nlist.h>
+#include <sys/cdefs.h>
#include <sys/types.h>
#include <stdio.h>
Home |
Main Index |
Thread Index |
Old Index