summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-11-10 16:46:26 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-11-10 16:46:26 +1100
commitf976e6f883879a3749d79dc64d3f8513095ee9e0 (patch)
tree6fd861b2862e50e06ae0d18a7d214fa29212309b
parentad1dada0b4c2d450346984c88e3bc74cdfe2a888 (diff)
- (dtucker) [openbsd-compat/strtoll.c] Update from OpenBSD 1.4 -> 1.5.
Removal of rcsid.
-rw-r--r--ChangeLog4
-rw-r--r--openbsd-compat/strtoll.c4
2 files changed, 3 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index a484b95ba..570773f7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
2720051105 2920051105
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)
36static 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>