summaryrefslogtreecommitdiff
path: root/usr/src/lib/libresolv2_joy/common/bsd/strtoul.c
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2018-10-11 12:52:24 +0000
committerJohn Levon <john.levon@joyent.com>2018-10-11 12:52:24 +0000
commit33e0c5714b4f9d45a34618dadc55f6b248aeef74 (patch)
tree5ad7a5ad155c44a7b5b065459d56fa49508b536d /usr/src/lib/libresolv2_joy/common/bsd/strtoul.c
parentd42a31d44200e9c79284cfbf3a4889c8518cd77e (diff)
downloadillumos-joyent-33e0c5714b4f9d45a34618dadc55f6b248aeef74.tar.gz
OS-7297 libresolv2_joy needs fixes for newer GCC
Reviewed by: Mike Gerdts <mike.gerdts@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/lib/libresolv2_joy/common/bsd/strtoul.c')
-rw-r--r--usr/src/lib/libresolv2_joy/common/bsd/strtoul.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/src/lib/libresolv2_joy/common/bsd/strtoul.c b/usr/src/lib/libresolv2_joy/common/bsd/strtoul.c
index b37ff72729..bc199708b7 100644
--- a/usr/src/lib/libresolv2_joy/common/bsd/strtoul.c
+++ b/usr/src/lib/libresolv2_joy/common/bsd/strtoul.c
@@ -1,8 +1,3 @@
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char sccsid[] = "@(#)strtoul.c 8.1 (Berkeley) 6/4/93";
-static const char rcsid[] = "$Id: strtoul.c,v 1.4 2008/02/18 03:49:08 marka Exp $";
-#endif /* LIBC_SCCS and not lint */
-
/*
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.