X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/7d0f8a82b3e95d5726b085f457535d8b082fc4b5..a4b62a2251c0c9a3c8c14ae0abcbdd4c5260ca1a:/usr/src/lib/libc/stdio/putchar.c diff --git a/usr/src/lib/libc/stdio/putchar.c b/usr/src/lib/libc/stdio/putchar.c index 78334f1bb8..d23300c5d9 100644 --- a/usr/src/lib/libc/stdio/putchar.c +++ b/usr/src/lib/libc/stdio/putchar.c @@ -1,4 +1,7 @@ -/* @(#)putchar.c 4.1 (Berkeley) %G% */ +#ifndef lint +static char sccsid[] = "@(#)putchar.c 5.1 (Berkeley) %G%"; +#endif not lint + /* * A subroutine version of the macro putchar */