summaryrefslogtreecommitdiff
path: root/tc.printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tc.printf.c')
-rw-r--r--tc.printf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tc.printf.c b/tc.printf.c
index 1acc3a11b5f4..658758e29221 100644
--- a/tc.printf.c
+++ b/tc.printf.c
@@ -1,4 +1,3 @@
-/* $Header: /p/tcsh/cvsroot/tcsh/tc.printf.c,v 3.38 2015/06/06 21:19:08 christos Exp $ */
/*
* tc.printf.c: A public-domain, minimal printf/sprintf routine that prints
* through the putchar() routine. Feel free to use for
@@ -34,8 +33,6 @@
*/
#include "sh.h"
-RCSID("$tcsh: tc.printf.c,v 3.38 2015/06/06 21:19:08 christos Exp $")
-
#ifdef lint
#undef va_arg
#define va_arg(a, b) (a ? (b) 0 : (b) 0)