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

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

Hi...

	another fatal error:


*** lib.orig/libcurses/scanw.c	Tue May 30 06:36:40 1995
--- lib/libcurses/scanw.c	Fri Dec  8 23:36:57 1995
***************
*** 165,171 ****
  vwscanw(win, fmt, ap)
  	WINDOW *win;
  	const char *fmt;
! 	va_list ap;
  {
  
  	char buf[1024];
--- 165,171 ----
  vwscanw(win, fmt, ap)
  	WINDOW *win;
  	const char *fmt;
! 	_BSD_VA_LIST_ ap;
  {
  
  	char buf[1024];

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.951208234209.16163A-100000>