X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/1e29a0c8cac6bdc77061457ac04bd8d9a44d667a..28cb0a43091fe76517b457ad3c9c0d03d2a24e5c:/openbsd-compat/strtoll.c diff --git a/openbsd-compat/strtoll.c b/openbsd-compat/strtoll.c index 60c276f8..f6293038 100644 --- a/openbsd-compat/strtoll.c +++ b/openbsd-compat/strtoll.c @@ -1,5 +1,4 @@ -/* OPENBSD ORIGINAL: lib/libc/stdlib/strtoll.c */ - +/* $OpenBSD: strtoll.c,v 1.6 2005/11/10 10:00:17 espie Exp $ */ /*- * Copyright (c) 1992 The Regents of the University of California. * All rights reserved. @@ -29,13 +28,11 @@ * SUCH DAMAGE. */ +/* OPENBSD ORIGINAL: lib/libc/stdlib/strtoll.c */ + #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 #include