pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q2]: pkgsrc/bootstrap/bmake Pullup ticket 713 - requested ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a3bf467560d
branches:  pkgsrc-2005Q2
changeset: 496033:0a3bf467560d
user:      salo <salo%pkgsrc.org@localhost>
date:      Wed Aug 24 10:02:27 2005 +0000

description:
Pullup ticket 713 - requested by Grant Beattie
portability fix for bootstrap bmake

Revisions pulled up:
- pkgsrc/bootstrap/bmake/sigcompat.c            1.2

   Module Name:         pkgsrc
   Committed By:        grant
   Date:                Sun Aug 21 12:35:00 UTC 2005

   Modified Files:
        pkgsrc/bootstrap/bmake: sigcompat.c

   Log Message:
   #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 01a613d72d5c -r 0a3bf467560d bootstrap/bmake/sigcompat.c
--- a/bootstrap/bmake/sigcompat.c       Wed Aug 24 09:55:35 2005 +0000
+++ b/bootstrap/bmake/sigcompat.c       Wed Aug 24 10:02:27 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.1.1.1.12.1 2005/08/24 10:02:27 salo 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