- (dtucker) [openbsd-compat/strtoll.c] Update from OpenBSD 1.4 -> 1.5.

Removal of rcsid.
This commit is contained in:
Darren Tucker 2005-11-10 16:46:26 +11:00
parent ad1dada0b4
commit f976e6f883
2 changed files with 3 additions and 5 deletions

View File

@ -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
@ -3265,4 +3267,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3966 2005/11/10 05:42:51 dtucker Exp $
$Id: ChangeLog,v 1.3967 2005/11/10 05:46:26 dtucker Exp $

View File

@ -32,10 +32,6 @@
#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>