NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/46557 CVS commit: src/sys/sys
The following reply was made to PR kern/46557; it has been noted by GNATS.
From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/46557 CVS commit: src/sys/sys
Date: Thu, 15 Oct 2015 06:15:22 +0000
Module Name: src
Committed By: dholland
Date: Thu Oct 15 06:15:22 UTC 2015
Modified Files:
src/sys/sys: syslog.h
Log Message:
Include <sys/cdefs.h>, <sys/featuretest.h>, and <sys/ansi.h>
unconditionally, not only #ifndef _KERNEL. The kernel declarations
require cdefs.h and standard practice is to include cdefs.h where it's
used; they also require sys/ansi.h; and while they don't require
featuretest.h it's also harmless... and includes should be at the top
anyhow.
PR 46557 from Richard Hansen.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/sys/syslog.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index