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/setitimer.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/setitimer.c')
-rw-r--r-- | usr/src/lib/libresolv2_joy/common/bsd/setitimer.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/src/lib/libresolv2_joy/common/bsd/setitimer.c b/usr/src/lib/libresolv2_joy/common/bsd/setitimer.c index 67881d7ca8..d336ac80d9 100644 --- a/usr/src/lib/libresolv2_joy/common/bsd/setitimer.c +++ b/usr/src/lib/libresolv2_joy/common/bsd/setitimer.c @@ -1,7 +1,3 @@ -#ifndef LINT -static const char rcsid[] = "$Id: setitimer.c,v 1.2 2005/04/27 04:56:12 sra Exp $"; -#endif - #include "port_before.h" #include <sys/time.h> |