Feb. 21, 2013
7:53 a.m.
This was inadvertently omitted when SCCS keywords were removed. --- strftime.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/strftime.c b/strftime.c index 4950f74..0fa8309 100644 --- a/strftime.c +++ b/strftime.c @@ -1,3 +1,8 @@ +/* +** Based on the UCB version with the copyright notice appearing below. +** This is ANSIish only when "multibyte character == plain character". +*/ + #include "private.h" /* -- 1.7.10.4