[PATCH] Janitor duties
Johan Gill
johane at lysator.liu.se
Fri Dec 2 00:19:05 EST 2005
This patch removes a lot of #include from files in openbsd-compat/ since
"includes.h" is included prior to the others and therefore includes the
headers first.
Is it OK, or is it a design decision to have the includes specific to
the c-files in the c-files as well?
There is also the correction of an error. In
openbsd-compat/readpassphrase.c there was
#ifndef HAVE_READPASSPHRASE
#include <termios.h>
#include <readpassphrase.h>
I changed <readpassphrase.h> to "readpassphrase.h".
Cheers
Johan Gill
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: openbsd-compat.diff
Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20051201/ded0a700/attachment.ksh
More information about the openssh-unix-dev
mailing list