From 36b95010a33f4c13791600157d226a57d843cc9f Mon Sep 17 00:00:00 2001 From: Stefan Sperling Date: Thu, 28 Apr 2011 17:38:47 +0000 Subject: Bring back wprintf. We've sorted out what to do for gcc2 and gcc3. "Yes, go ahead then" deraadt --- lib/libc/stdio/Makefile.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdio/Makefile.inc') diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc index e6f4112b330..2f850c74744 100644 --- a/lib/libc/stdio/Makefile.inc +++ b/lib/libc/stdio/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.15 2011/04/24 08:54:06 stsp Exp $ +# $OpenBSD: Makefile.inc,v 1.16 2011/04/28 17:38:46 stsp Exp $ # stdio sources .PATH: ${LIBCSRCDIR}/stdio @@ -16,7 +16,8 @@ SRCS+= asprintf.c clrerr.c fclose.c fdopen.c feof.c ferror.c fflush.c fgetc.c \ vfscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c vsscanf.c \ wbuf.c wsetup.c flockfile.c __svfscanf.c \ fgetwc.c fgetws.c fputwc.c fputws.c fwide.c getwc.c getwchar.c \ - putwc.c putwchar.c ungetwc.c + putwc.c putwchar.c ungetwc.c \ + fwprintf.c swprintf.c vfwprintf.c vswprintf.c vwprintf.c wprintf.c MAN+= fclose.3 ferror.3 fflush.3 fgetln.3 fgets.3 fopen.3 fputs.3 \ fread.3 fseek.3 funopen.3 getc.3 mktemp.3 perror.3 printf.3 putc.3 \ -- cgit v1.2.3