]> andersk Git - openssh.git/commitdiff
- (dtucker) [openbsd-compat/strtoll.c] Update from OpenBSD 1.4 -> 1.5.
authordtucker <dtucker>
Thu, 10 Nov 2005 05:46:26 +0000 (05:46 +0000)
committerdtucker <dtucker>
Thu, 10 Nov 2005 05:46:26 +0000 (05:46 +0000)
   Removal of rcsid.

ChangeLog
openbsd-compat/strtoll.c

index 3a184b2c6872e4d16fb98c8a05d1f29b9c824d33..51cb7d08110cf01c870891fb13050016fbd5263f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,8 @@
    Removal of rcsid, "whiteout" inode type.
  - (dtucker) [openbsd-compat/basename.c] Update from OpenBSD 1.11 -> 1.14.
    Removal of rcsid, will no longer strlcpy parts of the string.
+ - (dtucker) [openbsd-compat/strtoll.c] Update from OpenBSD 1.4 -> 1.5.
+   Removal of rcsid.
 
 20051105
  - (djm) OpenBSD CVS Sync
index 653f572fee348691d3f26ccb51a905e00df26e95..76e87ccbecd6a8aefe27adac551fe20af2d58c24 100644 (file)
 #include "includes.h"
 #ifndef HAVE_STRTOLL
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] = "$OpenBSD: strtoll.c,v 1.4 2005/03/30 18:51:49 pat Exp $";
-#endif /* LIBC_SCCS and not lint */
-
 #include <sys/types.h>
 
 #include <ctype.h>
This page took 0.048853 seconds and 5 git commands to generate.