pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap/bmake #include <string.h> for memcpy() on So...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65aa058fae00
branches:  trunk
changeset: 498401:65aa058fae00
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Aug 21 12:35:00 2005 +0000

description:
#include <string.h> for memcpy() on Solaris 10.

from John Heasley in PR pkg/30544.

diffstat:

 bootstrap/bmake/sigcompat.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 342ee06b0b98 -r 65aa058fae00 bootstrap/bmake/sigcompat.c
--- a/bootstrap/bmake/sigcompat.c       Sun Aug 21 12:21:55 2005 +0000
+++ b/bootstrap/bmake/sigcompat.c       Sun Aug 21 12:35:00 2005 +0000
@@ -98,11 +98,12 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 /*static char *sccsid = "from: @(#)sigcompat.c 5.3 (Berkeley) 2/24/91";*/
-static char *rcsid = "$Id: sigcompat.c,v 1.1.1.1 2004/03/11 13:04:12 grant Exp $";
+static char *rcsid = "$Id: sigcompat.c,v 1.2 2005/08/21 12:35:00 grant Exp $";
 #endif                         /* LIBC_SCCS and not lint */
 
 #undef signal
 #include <stdio.h>
+#include <string.h>
 #include <sys/param.h>
 #include <sys/cdefs.h>
 #include "assert.h"



Home | Main Index | Thread Index | Old Index