From f9a8e5fafb6b35a08012a7f4ba7c169599de64fe Mon Sep 17 00:00:00 2001 From: John Birrell Date: Fri, 8 May 1998 05:17:11 +0000 Subject: [PATCH] Remote the NetBSD kludge for vfprintf.c --- lib/libc/stdio/Makefile.inc | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc index 3e5ecf15a40..fc9b8034ce0 100644 --- a/lib/libc/stdio/Makefile.inc +++ b/lib/libc/stdio/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.3 (Berkeley) 4/17/94 -# $Id: Makefile.inc,v 1.13 1998/03/12 12:05:14 bde Exp $ +# $Id: Makefile.inc,v 1.14 1998/04/11 07:40:41 jb Exp $ # stdio sources .PATH: ${.CURDIR}/../libc/stdio @@ -13,16 +13,9 @@ SRCS+= _flock_stub.c \ printf.c putc.c putchar.c puts.c putw.c refill.c remove.c rewind.c \ rget.c scanf.c setbuf.c setbuffer.c setvbuf.c snprintf.c sprintf.c \ sscanf.c stdio.c tempnam.c tmpfile.c tmpnam.c ungetc.c vasprintf.c \ - vfscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \ + vfprintf.c vfscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \ vsscanf.c wbuf.c wsetup.c -.if defined(NETBSD_SYSCALLS) -# XXX Temporary until FreeBSD's vfprintf is ported -SRCS+= netbsd_vfprintf.c -.else -SRCS+= vfprintf.c -.endif - .if ${LIB} == "c" MAN3+= fclose.3 ferror.3 fflush.3 fgetln.3 fgets.3 fopen.3 fputs.3 \ fread.3 fseek.3 funopen.3 getc.3 mktemp.3 printf.3 putc.3 remove.3 \