diff options
author | Peter Galbavy <peter@cvs.openbsd.org> | 1998-07-22 11:33:42 +0000 |
---|---|---|
committer | Peter Galbavy <peter@cvs.openbsd.org> | 1998-07-22 11:33:42 +0000 |
commit | 900ace8fe5c4a9b9baa3d186556688dd7c743553 (patch) | |
tree | 8ec86dd63f3b5bedf1ca71bce859a7a8b5d98c64 /lib/libpthread/stdio | |
parent | 1dfa52bc2a08fd6abce250b86ed676ed75e7f9a7 (diff) |
o for some reason fprintf.c started to conflict with the fprintf defn
in xprintf.c - removed fprintf.c from the sources list for now.
o tidied up tests/Makefile and swapped some printf's for perror's in
a couple of the tests. accept() is still generating an error, but
at least we can see the errno value :)
Diffstat (limited to 'lib/libpthread/stdio')
-rw-r--r-- | lib/libpthread/stdio/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/stdio/Makefile.inc b/lib/libpthread/stdio/Makefile.inc index 8f0e0a5d30a..9475a05208a 100644 --- a/lib/libpthread/stdio/Makefile.inc +++ b/lib/libpthread/stdio/Makefile.inc @@ -1,5 +1,5 @@ # from: @(#)Makefile.inc 5.7 (Berkeley) 6/27/91 -# $Id: Makefile.inc,v 1.2 1998/07/21 16:28:45 peter Exp $ +# $Id: Makefile.inc,v 1.3 1998/07/22 11:33:37 peter Exp $ .PATH: ${.CURDIR}/stdio @@ -7,7 +7,7 @@ SRCS+= clrerr.c fclose.c fdopen.c feof.c ferror.c fflush.c fgetc.c \ fgetline.c fgetpos.c fgets.c fileno.c findfp.c flags.c fopen.c \ - fprintf.c fpurge.c fputc.c fputs.c fread.c freopen.c fscanf.c \ + fpurge.c fputc.c fputs.c fread.c freopen.c fscanf.c \ fseek.c fsetpos.c ftell.c funopen.c fvwrite.c fwalk.c fwrite.c \ getc.c getchar.c gets.c getw.c makebuf.c perror.c putc.c \ putchar.c puts.c putw.c refill.c remove.c rewind.c rget.c scanf.c \ |