X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/8f67787a7a08ea7daea79a2bab0ab183534e9a54..a53426fff2b78ebc6a82a4869810f44d7d5204c5:/usr/src/include/stdio.h diff --git a/usr/src/include/stdio.h b/usr/src/include/stdio.h index 5669c5d4f6..3a9117ae4d 100644 --- a/usr/src/include/stdio.h +++ b/usr/src/include/stdio.h @@ -3,7 +3,7 @@ * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * - * @(#)stdio.h 5.3 (Berkeley) %G% + * @(#)stdio.h 5.4 (Berkeley) %G% */ # ifndef FILE @@ -59,7 +59,5 @@ FILE *popen(); long ftell(); char *fgets(); char *gets(); -#ifdef vax -char *sprintf(); /* too painful to do right */ -#endif +int sprintf(); /* here until everyone does it right */ # endif