Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  6 Sep 2002 10:04:41 +0200 (CEST)
From:      "Michael L.Hostbaek" <mich@freebsdcluster.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42472: Update port: [Maintainer port]: sysutils/ah-tty
Message-ID:  <20020906080441.BA54814A24@icommerce-france.com>

next in thread | raw e-mail | index | archive | help

>Number:         42472
>Category:       ports
>Synopsis:       Update port: [Maintainer port]: sysutils/ah-tty
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 06 01:40:21 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Michael L. Hostbaek
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
FreeBSDCluster.org
>Environment:
System: FreeBSD extranet.itxmarket.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Tue Aug 20 15:23:02 CEST 2002 root@extranet.itxmarket.com:/usr/obj/usr/src/sys/EXTRANET1 i386

>Description:
	Fix "malloc.h include" warning
>How-To-Repeat:
	
>Fix:

	
diff -u -ruN ah-tty.bak/files/patch-aa ah-tty/files/patch-aa
--- ah-tty.bak/files/patch-aa	Thu Jan  1 01:00:00 1970
+++ ah-tty/files/patch-aa	Fri Sep  6 09:59:57 2002
@@ -0,0 +1,11 @@
+--- dillib/vty/vtlabel.c.orig	Sat Aug 26 23:35:57 2000
++++ dillib/vty/vtlabel.c	Fri Sep  6 09:56:10 2002
+@@ -20,7 +20,7 @@
+ 
+ #include "vtcurses.h"
+ #include <ctype.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ extern PANEL*  ShellPanel;
+ 
+ /* @txh */

>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?20020906080441.BA54814A24>