Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Remove last references to __HAVE_SIGINFO
details: https://anonhg.NetBSD.org/src/rev/cc3364d26d7f
branches: trunk
changeset: 760322:cc3364d26d7f
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Jan 02 18:12:01 2011 +0000
description:
Remove last references to __HAVE_SIGINFO
diffstat:
doc/TODO.nits | 3 +--
sys/sys/siginfo.h | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 3217c798b882 -r cc3364d26d7f doc/TODO.nits
--- a/doc/TODO.nits Sun Jan 02 18:07:02 2011 +0000
+++ b/doc/TODO.nits Sun Jan 02 18:12:01 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: TODO.nits,v 1.9 2005/10/13 23:41:03 rpaulo Exp $
+# $NetBSD: TODO.nits,v 1.10 2011/01/02 18:12:01 skrll Exp $
#
# This file documents small nits in our code (often marked in comments
# with /* XXX */) and similar "small fixes needed" so that they will not
@@ -29,4 +29,3 @@
2005-09-20 (christos) add NFSMNT_AC{REG,DIR}{MIN,MAX} and other fields
necessary for nfsv4 to nfs_args (so that we bump the args version
only once). Make NFSMNT_NOAC read/write data without cacheing too.
-2005-09-24 (christos) remove __HAVE_SIGINFO; everyone has it.
diff -r 3217c798b882 -r cc3364d26d7f sys/sys/siginfo.h
--- a/sys/sys/siginfo.h Sun Jan 02 18:07:02 2011 +0000
+++ b/sys/sys/siginfo.h Sun Jan 02 18:12:01 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: siginfo.h,v 1.19 2009/03/27 11:05:43 drochner Exp $ */
+/* $NetBSD: siginfo.h,v 1.20 2011/01/02 18:12:01 skrll Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
#ifndef _SYS_SIGINFO_H_
#define _SYS_SIGINFO_H_
-#include <machine/signal.h> /* XXX: __HAVE_SIGINFO */
+#include <machine/signal.h>
#ifdef _KERNEL
#include <sys/queue.h>
#endif
Home |
Main Index |
Thread Index |
Old Index