diff options
author | John Levon <john.levon@joyent.com> | 2018-10-11 12:52:24 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2018-10-11 12:52:24 +0000 |
commit | 33e0c5714b4f9d45a34618dadc55f6b248aeef74 (patch) | |
tree | 5ad7a5ad155c44a7b5b065459d56fa49508b536d /usr/src/lib/libresolv2_joy/common/bsd/strtoul.c | |
parent | d42a31d44200e9c79284cfbf3a4889c8518cd77e (diff) | |
download | illumos-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.c | 5 |
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. |