X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/6b838b24be835f4dfcc3bb57e63ad678c5569d5d..7c4625ef998807f077925afb853299edf2fd5202:/usr/src/usr.bin/ex/printf.c diff --git a/usr/src/usr.bin/ex/printf.c b/usr/src/usr.bin/ex/printf.c index be24ebe25e..f92995db7c 100644 --- a/usr/src/usr.bin/ex/printf.c +++ b/usr/src/usr.bin/ex/printf.c @@ -1,4 +1,7 @@ -/* char printf_id[] = "@(#) printf.c:2.2 6/5/79";*/ +/* The pwb version this is based on */ +static char printf_id[] = "@(#) printf.c:2.2 6/5/79"; +/* The local sccs version within ex */ +static char *sccsid = "@(#)printf.c 4.2 %G%"; #include "varargs.h" /* * This version of printf is compatible with the Version 7 C