From owner-cvs-ports@FreeBSD.ORG Tue Nov 28 08:36:15 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2A6316A403; Tue, 28 Nov 2006 08:36:15 +0000 (UTC) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64BFB43C9D; Tue, 28 Nov 2006 08:36:14 +0000 (GMT) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAS8aFjK012552; Tue, 28 Nov 2006 08:36:15 GMT (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAS8aFpX012551; Tue, 28 Nov 2006 08:36:15 GMT (envelope-from wes) Message-Id: <200611280836.kAS8aFpX012551@repoman.freebsd.org> From: Wes Peters Date: Tue, 28 Nov 2006 08:36:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/snobol/files patch-dynamic.c patch-init.c patch-macros.h patch-ordvst.c patch-retstring.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 08:36:15 -0000 wes 2006-11-28 08:36:15 UTC FreeBSD ports repository Added files: lang/snobol/files patch-dynamic.c patch-init.c patch-macros.h patch-ordvst.c patch-retstring.c Log: Eliminate warnings from function prototype mismatches. Include stdlib.h and strings.h where needed to get system/compiler definitions of malloc, bcopy, and bzero instead of relying on 20-year-old wrong definitions in the code. The snobol interpreter itself is chock full of pointer to int type punning and is likely to fail in hard-to-debug ways on non-VAX-like architectures. Revision Changes Path 1.1 +18 -0 ports/lang/snobol/files/patch-dynamic.c (new) 1.1 +18 -0 ports/lang/snobol/files/patch-init.c (new) 1.1 +29 -0 ports/lang/snobol/files/patch-macros.h (new) 1.1 +19 -0 ports/lang/snobol/files/patch-ordvst.c (new) 1.1 +18 -0 ports/lang/snobol/files/patch-retstring.c (new)