Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Dec 1995 21:55:32 -0500 (EST)
From:      "Marc G. Fournier" <scrappy@hub.org>
To:        current@freebsd.org
Subject:   /usr/src/lib/libc/gen/err.c patch
Message-ID:  <Pine.BSF.3.91.951207215319.29587C-100000@hub.org>

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

Hi...

	Here's another one that failed with conflicting prototypes.
Does anyone read this?  Or do these just go to /dev/null? *raised eyebrow*


*** lib/libc/gen/err.c.orig	Thu Dec  7 21:32:37 1995
--- lib/libc/gen/err.c	Thu Dec  7 21:51:35 1995
***************
*** 91,97 ****
  verr(eval, fmt, ap)
  	int eval;
  	const char *fmt;
! 	va_list ap;
  {
  	int sverrno;
  
--- 91,97 ----
  verr(eval, fmt, ap)
  	int eval;
  	const char *fmt;
! 	_BSD_VA_LIST_ ap;
  {
  	int sverrno;
  
***************
*** 133,139 ****
  verrx(eval, fmt, ap)
  	int eval;
  	const char *fmt;
! 	va_list ap;
  {
  	if (! err_file)
  		err_set_file((FILE *)0);
--- 133,139 ----
  verrx(eval, fmt, ap)
  	int eval;
  	const char *fmt;
! 	_BSD_VA_LIST_ ap;
  {
  	if (! err_file)
  		err_set_file((FILE *)0);
***************
*** 168,174 ****
  void
  vwarn(fmt, ap)
  	const char *fmt;
! 	va_list ap;
  {
  	int sverrno;
  
--- 168,174 ----
  void
  vwarn(fmt, ap)
  	const char *fmt;
! 	_BSD_VA_LIST_ ap;
  {
  	int sverrno;
  
***************
*** 205,211 ****
  void
  vwarnx(fmt, ap)
  	const char *fmt;
! 	va_list ap;
  {
  	if (! err_file)
  		err_set_file((FILE *)0);
--- 205,211 ----
  void
  vwarnx(fmt, ap)
  	const char *fmt;
! 	_BSD_VA_LIST_ ap;
  {
  	if (! err_file)
  		err_set_file((FILE *)0);

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.951207215319.29587C-100000>