From maurice@dante.serc.rmit.edu.au  Tue Apr  2 15:01:56 2002
Return-Path: <maurice@dante.serc.rmit.edu.au>
Received: from dante.serc.rmit.edu.au (dante.serc.rmit.edu.au [131.170.42.62])
	by hub.freebsd.org (Postfix) with ESMTP id E81B237B41A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 Apr 2002 15:01:54 -0800 (PST)
Received: (from maurice@localhost)
	by dante.serc.rmit.edu.au (8.11.6/8.11.6) id g32Mx1d67555;
	Wed, 3 Apr 2002 08:59:01 +1000 (EST)
	(envelope-from maurice)
Message-Id: <200204022259.g32Mx1d67555@dante.serc.rmit.edu.au>
Date: Wed, 3 Apr 2002 08:59:01 +1000 (EST)
From: Maurice Castro <maurice@dante.serc.rmit.edu.au>
Reply-To: Maurice Castro <maurice@dante.serc.rmit.edu.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Fix for FreeBSD-5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         36672
>Category:       ports
>Synopsis:       Fix for FreeBSD-5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 02 15:10:01 PST 2002
>Closed-Date:    Tue Apr 02 15:30:05 PST 2002
>Last-Modified:  Tue Apr 02 15:30:05 PST 2002
>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:
State-Changed-From-To: open->closed 
State-Changed-By: pat 
State-Changed-When: Tue Apr 2 15:29:50 PST 2002 
State-Changed-Why:  
Committed a similar fix. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36672 
>Unformatted:
