Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2000 03:38:10 -0400 (EDT)
From:      tms2@mail.ptd.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18907: Missing prototype in ncurses.h
Message-ID:  <200005300738.DAA01043@beowulf.bsd.home>

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

>Number:         18907
>Category:       ports
>Synopsis:       Missing prototype in ncurses.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 30 13:30:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Thomas M. Sommers
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
>Environment:
>Description:
ncurses.h does not have a prototype for wresize(), although the function
is present in ncurses.a.
>How-To-Repeat:
>Fix:
--- /usr/include/ncurses.h.orig	Tue May 30 03:34:04 2000
+++ /usr/include/ncurses.h	Tue May 30 03:14:24 2000
@@ -289,6 +289,7 @@
 extern int wprintw(WINDOW *,char *,...);
 extern int wredrawln(WINDOW *,int,int);
 extern int wrefresh(WINDOW *);
+extern int wresize(WINDOW *, int, int);
 extern int wscanw(WINDOW *,char *,...);
 extern int wscrl(WINDOW *,int);
 extern int wsetscrreg(WINDOW *,int,int);



>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?200005300738.DAA01043>