diff options
| -rw-r--r-- | lib/libc/stdtime/asctime.c | 2 | ||||
| -rw-r--r-- | lib/libc/stdtime/difftime.c | 2 | ||||
| -rw-r--r-- | lib/libc/stdtime/localtime.c | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/stdtime/asctime.c b/lib/libc/stdtime/asctime.c index 832f18592ff3..4e56007594a0 100644 --- a/lib/libc/stdtime/asctime.c +++ b/lib/libc/stdtime/asctime.c @@ -1,6 +1,8 @@ /* ** This file is in the public domain, so clarified as of ** June 5, 1996 by Arthur David Olson (arthur_david_olson@nih.gov). +** +** $FreeBSD$ */ #ifndef lint diff --git a/lib/libc/stdtime/difftime.c b/lib/libc/stdtime/difftime.c index f178524f5152..ef9175495228 100644 --- a/lib/libc/stdtime/difftime.c +++ b/lib/libc/stdtime/difftime.c @@ -1,6 +1,8 @@ /* ** This file is in the public domain, so clarified as of ** June 5, 1996 by Arthur David Olson (arthur_david_olson@nih.gov). +** +** $FreeBSD$ */ #ifndef lint diff --git a/lib/libc/stdtime/localtime.c b/lib/libc/stdtime/localtime.c index 84a4ca9d7a19..9f0af0207310 100644 --- a/lib/libc/stdtime/localtime.c +++ b/lib/libc/stdtime/localtime.c @@ -21,7 +21,6 @@ static char elsieid[] = "@(#)localtime.c 7.57"; #include <sys/types.h> #include <sys/stat.h> - #include "private.h" #include "tzfile.h" #include "fcntl.h" |
