]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/strtoll.c
The man2html from jbasney on pkilab2 works whereas the standard one doesn't.
[gssapi-openssh.git] / openssh / openbsd-compat / strtoll.c
index f629303885989bc99a1e51d38c31e7d8eb812a4c..60c276f8a95b24cf28b2d94a4fc877c812d77a32 100644 (file)
@@ -1,4 +1,5 @@
-/* $OpenBSD: strtoll.c,v 1.6 2005/11/10 10:00:17 espie Exp $ */
+/* OPENBSD ORIGINAL: lib/libc/stdlib/strtoll.c */
+
 /*-
  * Copyright (c) 1992 The Regents of the University of California.
  * All rights reserved.
  * 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 <sys/types.h>
 
 #include <ctype.h>
This page took 0.031009 seconds and 4 git commands to generate.