diff options
| author | Toomas Soome <tsoome@me.com> | 2017-08-08 11:23:12 +0300 |
|---|---|---|
| committer | Dan McDonald <danmcd@joyent.com> | 2017-12-04 12:04:52 -0500 |
| commit | 458f44a49dc56cd17a39815122214e7a1b4793e3 (patch) | |
| tree | e8b60d91abf483b452e86cd0f2d27e241552ac26 /usr/src/lib/libresolv2/common/irs/getprotoent_r.c | |
| parent | 6c6e04f2699a6755d7a29e6fc1679b292600616c (diff) | |
| download | illumos-joyent-458f44a49dc56cd17a39815122214e7a1b4793e3.tar.gz | |
8849 libresolv2: remove rcsid
Reviewed by: Yuri Pankov <yuripv@gmx.com>
Reviewed by: Gary Mills <gary_mills@fastmail.fm>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/lib/libresolv2/common/irs/getprotoent_r.c')
| -rw-r--r-- | usr/src/lib/libresolv2/common/irs/getprotoent_r.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/src/lib/libresolv2/common/irs/getprotoent_r.c b/usr/src/lib/libresolv2/common/irs/getprotoent_r.c index d5d9ae53b6..b9a2623bf1 100644 --- a/usr/src/lib/libresolv2/common/irs/getprotoent_r.c +++ b/usr/src/lib/libresolv2/common/irs/getprotoent_r.c @@ -15,10 +15,6 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$Id: getprotoent_r.c,v 1.6 2006/08/01 01:14:16 marka Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <port_before.h> #if !defined(_REENTRANT) || !defined(DO_PTHREADS) static int getprotoent_r_not_required = 0; |
