Module Name: src
Committed By: skrll
Date: Sun Jan 2 18:12:01 UTC 2011
Modified Files:
src/doc: TODO.nits
src/sys/sys: siginfo.h
Log Message:
Remove last references to __HAVE_SIGINFO
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/doc/TODO.nits
cvs rdiff -u -r1.19 -r1.20 src/sys/sys/siginfo.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/TODO.nits
diff -u src/doc/TODO.nits:1.9 src/doc/TODO.nits:1.10
--- src/doc/TODO.nits:1.9 Thu Oct 13 23:41:03 2005
+++ src/doc/TODO.nits Sun Jan 2 18:12:01 2011
@@ -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.
Index: src/sys/sys/siginfo.h
diff -u src/sys/sys/siginfo.h:1.19 src/sys/sys/siginfo.h:1.20
--- src/sys/sys/siginfo.h:1.19 Fri Mar 27 11:05:43 2009
+++ src/sys/sys/siginfo.h Sun Jan 2 18:12:01 2011
@@ -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