[Bug 497] New: Cleanup of including compatibility headers
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Feb 19 09:03:34 EST 2003
http://bugzilla.mindrot.org/show_bug.cgi?id=497
Summary: Cleanup of including compatibility headers
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: vinschen at redhat.com
While all headers in the openbsd-compat directory are included in
openbsd-compat/openbsd-compat.h, there are two exceptions from that
rule:
openbsd-compat/bsd-cygwin_util.h and openbsd-compat/bsd-nextstep.h
are included in includes.h which also includes openbsd-compat/openbsd-compat.h
so there's no need for that exception.
The attached patch cleans this situation up by including the affected
header files in openbsd-compat/openbsd-compat.h.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list