Date: Wed, 3 Apr 2002 08:59:01 +1000 (EST) From: Maurice Castro <maurice@dante.serc.rmit.edu.au> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/36672: Fix for FreeBSD-5 Message-ID: <200204022259.g32Mx1d67555@dante.serc.rmit.edu.au>
next in thread | raw e-mail | index | archive | help
>Number: 36672 >Category: ports >Synopsis: Fix for FreeBSD-5 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Apr 02 15:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Maurice Castro >Release: FreeBSD 4.4-RELEASE i386 >Organization: Software Engineering Research Centre >Environment: System: FreeBSD dante.serc.rmit.edu.au 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue Sep 18 11:57:08 PDT 2001 murray@builder.FreeBSD.org:/usr/src/sys/compile/GENERIC i386 >Description: Changed to remove deprecated usages >How-To-Repeat: >Fix: diff -ruN plp/files/patch-ah plp.dist/files/patch-ah --- plp/files/patch-ah Wed Apr 3 08:48:16 2002 +++ plp.dist/files/patch-ah Thu Jan 1 10:00:00 1970 @@ -1,19 +0,0 @@ -*** ncp/packet.cc Wed Apr 3 08:39:27 2002 ---- ncp/packet.cc Wed Apr 3 08:39:50 2002 -*************** -*** 21,27 **** - - - #include <stdio.h> -! #include <malloc.h> - #include <unistd.h> - #include <sys/time.h> - #include <sys/types.h> ---- 21,27 ---- - - - #include <stdio.h> -! #include <stdlib.h> - #include <unistd.h> - #include <sys/time.h> - #include <sys/types.h> diff -ruN plp/files/patch-ai plp.dist/files/patch-ai --- plp/files/patch-ai Wed Apr 3 08:48:21 2002 +++ plp.dist/files/patch-ai Thu Jan 1 10:00:00 1970 @@ -1,19 +0,0 @@ -*** ncp/socketchan.cc Wed Apr 3 08:41:11 2002 ---- ncp/socketchan.cc Wed Apr 3 08:41:31 2002 -*************** -*** 22,28 **** - #include <stream.h> - #include "stdio.h" - #include "string.h" -! #include "malloc.h" - - #include "bool.h" - #include "socketchan.h" ---- 22,28 ---- - #include <stream.h> - #include "stdio.h" - #include "string.h" -! #include <stdlib.h> - - #include "bool.h" - #include "socketchan.h" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204022259.g32Mx1d67555>