]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wise
authorBen Lindstrom <mouring@eviladmin.org>
Thu, 27 Jun 2002 18:23:20 +0000 (18:23 +0000)
committerBen Lindstrom <mouring@eviladmin.org>
Thu, 27 Jun 2002 18:23:20 +0000 (18:23 +0000)
   have issues of our fixes not propogating right (ie bcopy instead of
   memmove).  OK tim

13 files changed:
ChangeLog
openbsd-compat/base64.c
openbsd-compat/bindresvport.c
openbsd-compat/getcwd.c
openbsd-compat/getopt.c
openbsd-compat/inet_ntoa.c
openbsd-compat/inet_ntop.c
openbsd-compat/rresvport.c
openbsd-compat/setenv.c
openbsd-compat/sigact.c
openbsd-compat/strlcat.c
openbsd-compat/strlcpy.c
openbsd-compat/strsep.c

index eeaf7c7b70d902a1f28fdfa7bb1d8abde1c0a844..75ed2720afee3a31dab68ac5c206b1ba5adc5e8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
  - (stevesk) [sshd_config] PAMAuthenticationViaKbdInt no; commented
    options should contain default value.  from solar.
  - (bal) Cygwin uid0 fix by vinschen@redhat.com
+ - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c.  Otherwise wise
+   have issues of our fixes not propogating right (ie bcopy instead of
+   memmove).  OK tim
 
 200206027
  - OpenBSD CVS Sync
  - (stevesk) entropy.c: typo in debug message
  - (djm) ssh-keygen -i needs seeded RNG; report from markus@
 
-$Id: ChangeLog,v 1.2309 2002/06/27 18:02:21 mouring Exp $
+$Id: ChangeLog,v 1.2310 2002/06/27 18:23:20 mouring Exp $
index d12b993b7cab3e188344b1ad31729b3773771432..48ba5425666fbd3f2b01d86aecd8964129f7465b 100644 (file)
@@ -42,7 +42,7 @@
  * IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.
  */
 
-#include "config.h"
+#include "includes.h"
 
 #if !defined(HAVE_B64_NTOP) && !defined(HAVE___B64_NTOP)
 
index 332bcb016a40ba2a15e1efeb1c4f7184d14562f9..620f980ed11037223a5442aba104ef65ce82e326 100644 (file)
@@ -29,7 +29,7 @@
  * Mountain View, California  94043
  */
 
-#include "config.h"
+#include "includes.h"
 
 #ifndef HAVE_BINDRESVPORT_SA
 
index de3baccbbbaa4707ed9bf4b16f4aeb4af2aa4f3e..6fd8543a5f3e3c79c7b168bbb4303fe81066fe98 100644 (file)
@@ -24,7 +24,7 @@
  * SUCH DAMAGE.
  */
 
-#include "config.h"
+#include "includes.h"
 
 #if !defined(HAVE_GETCWD)
 
index f4fbc9bac3ec2746bbb37741cece0f4bd7484895..4a5cfe5f0516522349e1e26817bea76fd56563b4 100644 (file)
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#include "config.h"
+#include "includes.h"
 #if !defined(HAVE_GETOPT) || !defined(HAVE_GETOPT_OPTRESET)
 
 #if defined(LIBC_SCCS) && !defined(lint)
index 8a8b3c846eeaf2bb3444b39704811a445279dab2..ad228229cc4e008325dbc25bad103097644f2c13 100644 (file)
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#include "config.h"
+#include "includes.h"
 
 #if defined(BROKEN_INET_NTOA) || !defined(HAVE_INET_NTOA)
 
index 2b8d31f8da16922e1ddce8ddcb1b525452456b62..3a91aecd4754371ec202ce2e5e0bff2c986d8217 100644 (file)
@@ -16,7 +16,7 @@
  * SOFTWARE.
  */
 
-#include "config.h"
+#include "includes.h"
 
 #ifndef HAVE_INET_NTOP
 
index 44eac203631251c163afba885f215a4188aec21f..9f058961de2d59285df61b9639ad8c5807c98c4c 100644 (file)
@@ -33,7 +33,7 @@
  * SUCH DAMAGE.
  */
 
-#include "config.h"
+#include "includes.h"
 
 #ifndef HAVE_RRESVPORT_AF
 
index 6c2d5cd3188a149ac2d17a87a71f51507089c2de..1dff15c73d80af774a446d23ecf7bd309cdd9e79 100644 (file)
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#include "config.h"
+#include "includes.h"
 #ifndef HAVE_SETENV
 
 #if defined(LIBC_SCCS) && !defined(lint)
index 806eb02b65775e68c5e8759d1238ec863ce86582..35fbab0eb9d4385c07763d880732abce8aa643c6 100644 (file)
@@ -33,7 +33,7 @@
  *     and: Eric S. Raymond <esr@snark.thyrsus.com>                         *
  ****************************************************************************/
 
-#include "config.h"
+#include "includes.h"
 #include <signal.h>
 #include "sigact.h"
 
index 6ff65c19b13f77a9c167652bccaa8fc5977cf8ce..3a9b5d1a75f0e73f684a7e852fff0de29825867c 100644 (file)
@@ -27,7 +27,7 @@
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include "config.h"
+#include "includes.h"
 #ifndef HAVE_STRLCAT
 
 #if defined(LIBC_SCCS) && !defined(lint)
index b5e5a552e8910397d293df479ed3ec14fe70ef43..2f87eca442839751c5155080cfa6f6685b725616 100644 (file)
@@ -27,7 +27,7 @@
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include "config.h"
+#include "includes.h"
 #ifndef HAVE_STRLCPY
 
 #if defined(LIBC_SCCS) && !defined(lint)
index c03649cffba2d10bd88f0dc0e8e7e646bea3a3a8..d0afc44ae0f119ba5bf137f94d9e4dbaefec1864 100644 (file)
@@ -33,7 +33,7 @@
  * SUCH DAMAGE.
  */
 
-#include "config.h"
+#include "includes.h"
 
 #if !defined(HAVE_STRSEP)