diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | openbsd-compat/strtoll.c | 4 |
2 files changed, 3 insertions, 5 deletions
@@ -23,6 +23,8 @@ | |||
23 | Removal of rcsid, "whiteout" inode type. | 23 | Removal of rcsid, "whiteout" inode type. |
24 | - (dtucker) [openbsd-compat/basename.c] Update from OpenBSD 1.11 -> 1.14. | 24 | - (dtucker) [openbsd-compat/basename.c] Update from OpenBSD 1.11 -> 1.14. |
25 | Removal of rcsid, will no longer strlcpy parts of the string. | 25 | Removal of rcsid, will no longer strlcpy parts of the string. |
26 | - (dtucker) [openbsd-compat/strtoll.c] Update from OpenBSD 1.4 -> 1.5. | ||
27 | Removal of rcsid. | ||
26 | 28 | ||
27 | 20051105 | 29 | 20051105 |
28 | - (djm) OpenBSD CVS Sync | 30 | - (djm) OpenBSD CVS Sync |
@@ -3265,4 +3267,4 @@ | |||
3265 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 3267 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
3266 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 3268 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
3267 | 3269 | ||
3268 | $Id: ChangeLog,v 1.3966 2005/11/10 05:42:51 dtucker Exp $ | 3270 | $Id: ChangeLog,v 1.3967 2005/11/10 05:46:26 dtucker Exp $ |
diff --git a/openbsd-compat/strtoll.c b/openbsd-compat/strtoll.c index 653f572fe..76e87ccbe 100644 --- a/openbsd-compat/strtoll.c +++ b/openbsd-compat/strtoll.c | |||
@@ -32,10 +32,6 @@ | |||
32 | #include "includes.h" | 32 | #include "includes.h" |
33 | #ifndef HAVE_STRTOLL | 33 | #ifndef HAVE_STRTOLL |
34 | 34 | ||
35 | #if defined(LIBC_SCCS) && !defined(lint) | ||
36 | static const char rcsid[] = "$OpenBSD: strtoll.c,v 1.4 2005/03/30 18:51:49 pat Exp $"; | ||
37 | #endif /* LIBC_SCCS and not lint */ | ||
38 | |||
39 | #include <sys/types.h> | 35 | #include <sys/types.h> |
40 | 36 | ||
41 | #include <ctype.h> | 37 | #include <ctype.h> |