X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/d34884f8cc39c59aa5a10aa256ca6ad2a18ae9dd..41e01b3ecb45ade53e11aac305834726c1a68821:/usr/src/lib/libc/stdio/fprintf.c diff --git a/usr/src/lib/libc/stdio/fprintf.c b/usr/src/lib/libc/stdio/fprintf.c index f9c9571dab..76ee39fd79 100644 --- a/usr/src/lib/libc/stdio/fprintf.c +++ b/usr/src/lib/libc/stdio/fprintf.c @@ -1,8 +1,8 @@ -/* @(#)fprintf.c 4.3 (Berkeley) %G% */ +/* @(#)fprintf.c 4.4 (Berkeley) %G% */ #include fprintf(iop, fmt, args) -FILE *iop; +register FILE *iop; char *fmt; { char localbuf[BUFSIZ];