From owner-freebsd-current Thu Dec 7 18:56:05 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA18542 for current-outgoing; Thu, 7 Dec 1995 18:56:05 -0800 (PST) Received: from hub.org (hub.org [199.166.238.138]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id SAA18493 for ; Thu, 7 Dec 1995 18:55:54 -0800 (PST) Received: (from scrappy@localhost) by hub.org (8.7.1/8.7.1) id VAA00442; Thu, 7 Dec 1995 21:55:39 -0500 (EST) Date: Thu, 7 Dec 1995 21:55:32 -0500 (EST) From: "Marc G. Fournier" To: current@freebsd.org Subject: /usr/src/lib/libc/gen/err.c patch Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org Precedence: bulk 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