Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Dec 1995 16:50:06 -0500 (EST)
From:      "Marc G. Fournier" <scrappy@hub.org>
To:        current@freebsd.org
Subject:   [PATCH] /usr/src/lib/libcurses
Message-ID:  <Pine.BSF.3.91.951208164905.17338A-100000@hub.org>

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

Another fatal error trying to compile under /usr/src/lib/..


*** lib/libcurses/printw.c.orig	Fri Dec  8 15:48:56 1995
--- lib/libcurses/printw.c	Fri Dec  8 15:49:47 1995
***************
*** 189,195 ****
  vwprintw(win, fmt, ap)
  	WINDOW *win;
  	const char *fmt;
! 	va_list ap;
  {
  	FILE *f;
  
--- 189,195 ----
  vwprintw(win, fmt, ap)
  	WINDOW *win;
  	const char *fmt;
! 	_BSD_VA_LIST_ ap;
  {
  	FILE *f;
  

Marc G. Fournier | POP Mail  Telnet Acct  DNS Hosting
scrappy@hub.org  |  WWW Services   Database Services  | Knowledge, 
 soon to be:     |                                    | Information and
scrappy@ki.net   |      WWW: http://hub.org           | Communications, Inc




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.951208164905.17338A-100000>