Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2000 03:51:30 -0500 (CDT)
From:      zdenko@cs.uh.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20724: missing include <sys/time.h> in ports ftp/hsftp
Message-ID:  <200008200851.DAA64762@cs28120-135.houston.rr.com>

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

>Number:         20724
>Category:       ports
>Synopsis:       include directive (#include <sys/time.h>) is missing, thus compilation fails with incomplete type(timeval) in <sys/resource.h>
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 20 02:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Charlie &
>Release:        FreeBSD 3.5-STABLE i386
>Organization:
>Environment:
usual -STABLE environment

>Description:

compilation fails due to incomplete type: timeval is undeclared because of 
omission of time header file

>How-To-Repeat:

cd /usr/ports/ftp/hsftp; make

>Fix:
	
add 
#include <sys/time.h>
right before
#include <sys/resource.h>
line




>Release-Note:
>Audit-Trail:
>Unformatted:
 Confidential:   no


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?200008200851.DAA64762>