From patchwork Thu Apr 28 12:08:30 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 616157 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 3qwbGZ2Gfqz9t7P for ; Thu, 28 Apr 2016 22:09:10 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=YIgL6Hkc; 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= uxgt/8P2AD6IrPhiMb6CG8SbL9b3yBG6Ib8echUBAuDNnhXonXYPcNA5cgq2+YNT WuGObXXmGvK37T79kqH+mbAzXfhlCqRwbm6aWvV35GCZgtvtdRANdY2Dgb6AISag 2STpAJ9vSrcqAr7NSTgORyQinZritPNXsUk8FrBwfIM= 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=nHZYYP kMcBgS0Vy+EVBo57/7Wj8=; b=YIgL6HkcN8SlBDjmKh4NBniZNDAIKHaaC/8f+4 OgwnZWRYmZzNciYAVYYRDJ8uJbtfUa2TEXR1uxUKFxEghtICeQhDiTzC8WtDMGEB o5C/504x2LTfXBxEpXWGNJ9Oog65rbXC//xK77Dt51QmtpauXAikezziNbtJ/P7Z 0Tvqk= Received: (qmail 5880 invoked by alias); 28 Apr 2016 12:08:43 -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 5656 invoked by uid 89); 28 Apr 2016 12:08:43 -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=damage X-HELO: mx1.redhat.com Date: Thu, 28 Apr 2016 14:08:30 +0200 To: libc-alpha@sourceware.org Subject: [PATCH COMMITTED] inet: Remove SCCS keywords User-Agent: Heirloom mailx 12.5 7/5/10 MIME-Version: 1.0 Message-Id: <20160428120830.5A39C403F10AA@oldenburg.str.redhat.com> From: fweimer@redhat.com (Florian Weimer) 2016-04-28 Florian Weimer * inet/inet_lnaof.c: Remove SCSS keyword. * inet/inet_mkadr.c: Likewise. * inet/inet_net.c: Likewise. * inet/inet_netof.c: Likewise. * inet/rcmd.c: Likewise. * inet/rexec.c: Likewise. * inet/ruserpass.c: Likewise. diff --git a/inet/inet_lnaof.c b/inet/inet_lnaof.c index 8fd759c..fc8196b 100644 --- a/inet/inet_lnaof.c +++ b/inet/inet_lnaof.c @@ -27,10 +27,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)inet_lnaof.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ - #include #include #include diff --git a/inet/inet_mkadr.c b/inet/inet_mkadr.c index 75d8daa..88faef7 100644 --- a/inet/inet_mkadr.c +++ b/inet/inet_mkadr.c @@ -27,10 +27,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)inet_makeaddr.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ - #include #include #include diff --git a/inet/inet_net.c b/inet/inet_net.c index 2e8752d..1de83b6 100644 --- a/inet/inet_net.c +++ b/inet/inet_net.c @@ -44,11 +44,6 @@ License along with the GNU C Library; if not, see . */ - -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)inet_network.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ - #include #include #include diff --git a/inet/inet_netof.c b/inet/inet_netof.c index 0f048e6..ef6281d 100644 --- a/inet/inet_netof.c +++ b/inet/inet_netof.c @@ -27,10 +27,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)inet_netof.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ - #include #include #include diff --git a/inet/rcmd.c b/inet/rcmd.c index ace6b14..8613d96 100644 --- a/inet/rcmd.c +++ b/inet/rcmd.c @@ -55,10 +55,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)rcmd.c 8.3 (Berkeley) 3/26/94"; -#endif /* LIBC_SCCS and not lint */ - #include #include #include diff --git a/inet/rexec.c b/inet/rexec.c index 4e6d48d..24ac4b1 100644 --- a/inet/rexec.c +++ b/inet/rexec.c @@ -27,10 +27,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)rexec.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ - #include #include diff --git a/inet/ruserpass.c b/inet/ruserpass.c index ff379db..dafc330 100644 --- a/inet/ruserpass.c +++ b/inet/ruserpass.c @@ -27,10 +27,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)ruserpass.c 8.3 (Berkeley) 4/2/94"; -#endif /* not lint */ - #include #include