From patchwork Mon May 2 13:53:15 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 617545 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3qz5P161ytz9t3m for ; Mon, 2 May 2016 23:53:25 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=WDMQCpkD; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:to:subject:mime-version:content-type :content-transfer-encoding:message-id:from; q=dns; s=default; b= qn/1FZgmmmof3keRBlZ+8vUJrgso8n41yZzE9+3iQ37LwgTVGGtVIauEZLad8Kzh PFwsTapP4BLOnbr+A1Xs+GU1Zz9XMmq47YrbqvphaF0Nzj1bf7bxM9optqXWGgUf AyKUty1IXpNXf2Gq6f6adsePNBNv9qFrISR2WKFruI0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:to:subject:mime-version:content-type :content-transfer-encoding:message-id:from; s=default; bh=saCaO0 Wx5K7i9boco54UQAV1bvM=; b=WDMQCpkDMrmtNYxfQTpkWosajHm2V4bNUCuLPu A1Q1JY/tHgOkaCcCI/zgF72S8hBw7ty9gnSUATNIuIl/LQyC4EKTiE5Rx7XUskha O18NR+12Gd2PqJTp7MxERyhfwZuFcPQFAwJGF4q7EzyB4n9P+HdGWTAPhjJrIK/+ 9h7ws= Received: (qmail 442 invoked by alias); 2 May 2016 13:53:19 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 429 invoked by uid 89); 2 May 2016 13:53:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Exp, rcs, RCS, Hx-languages-length:1177 X-HELO: mx1.redhat.com Date: Mon, 02 May 2016 15:53:15 +0200 To: libc-alpha@sourceware.org Subject: [PATCH COMMITTED] hesiod: Remove RCS keywords User-Agent: Heirloom mailx 12.5 7/5/10 MIME-Version: 1.0 Message-Id: <20160502135315.9F75D40438A22@oldenburg.str.redhat.com> From: fweimer@redhat.com (Florian Weimer) 2016-05-02 Florian Weimer * hesiod/hesiod.h: Remove RCS keyword. * hesiod/hesiod_p.h: Likewise. * hesiod/hesiod.c: Likewise. diff --git a/hesiod/hesiod.c b/hesiod/hesiod.c index 657dabe..76b9bef 100644 --- a/hesiod/hesiod.c +++ b/hesiod/hesiod.c @@ -1,7 +1,3 @@ -#if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$BINDId: hesiod.c,v 1.21 2000/02/28 14:51:08 vixie Exp $"; -#endif - /* * Copyright (c) 1996,1999 by Internet Software Consortium. * diff --git a/hesiod/hesiod.h b/hesiod/hesiod.h index 82fce30..cb742b0 100644 --- a/hesiod/hesiod.h +++ b/hesiod/hesiod.h @@ -19,10 +19,6 @@ * This file is primarily maintained by and . */ -/* - * $BINDId: hesiod.h,v 1.7 1999/01/08 19:22:45 vixie Exp $ - */ - #ifndef _HESIOD_H_INCLUDED #define _HESIOD_H_INCLUDED diff --git a/hesiod/hesiod_p.h b/hesiod/hesiod_p.h index 5010d71..7bd2919 100644 --- a/hesiod/hesiod_p.h +++ b/hesiod/hesiod_p.h @@ -20,10 +20,6 @@ */ /* - * $BINDId: hesiod_p.h,v 1.9 1999/01/08 19:24:39 vixie Exp $ - */ - -/* * hesiod_p.h -- private definitions for the hesiod library */