]> andersk Git - openssh.git/commitdiff
- (dtucker) [openbsd-compat/fake-rfc2553.c openbsd-compat/setproctitle.c]
authordtucker <dtucker>
Thu, 17 Aug 2006 08:55:27 +0000 (08:55 +0000)
committerdtucker <dtucker>
Thu, 17 Aug 2006 08:55:27 +0000 (08:55 +0000)
   Include stdlib.h for malloc and friends.

ChangeLog
openbsd-compat/fake-rfc2553.c
openbsd-compat/setproctitle.c

index 5b401b67949e206aea5f4c1132ddc621686457db..c43685ed8e10188c31b73ea91d0d32dbfd7469cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20060817
+ - (dtucker) [openbsd-compat/fake-rfc2553.c openbsd-compat/setproctitle.c]
+   Include stdlib.h for malloc and friends.
+
 20060816
  - (djm) [audit-bsm.c] Sprinkle in some headers
 
index b69f7f13fe5f56972c76747f8469cef2470b903f..b6ea3d21e3425c2a2a070e2ea006e1a562895fff 100644 (file)
@@ -36,6 +36,8 @@
  */
 
 #include "includes.h"
+
+#include <stdlib.h>
 #include <string.h>
 
 #include <netinet/in.h>
index 7fec73f897f7a5cde009c8b724efc249f88218f8..b511f6649650084d12d025a0801479f9ec8835a3 100644 (file)
@@ -36,6 +36,7 @@
 #ifndef HAVE_SETPROCTITLE
 
 #include <stdarg.h>
+#include <stdlib.h>
 #include <unistd.h>
 #ifdef HAVE_SYS_PSTAT_H
 #include <sys/pstat.h>
This page took 1.122299 seconds and 5 git commands to generate.