From owner-cvs-src@FreeBSD.ORG Thu May 27 10:24:03 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C8C216A4CE; Thu, 27 May 2004 10:24:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24A9D43D39; Thu, 27 May 2004 10:24:03 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4RHNW7V060833; Thu, 27 May 2004 10:23:32 -0700 (PDT) (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4RHNWw7060832; Thu, 27 May 2004 10:23:32 -0700 (PDT) (envelope-from brooks) Message-Id: <200405271723.i4RHNWw7060832@repoman.freebsd.org> From: Brooks Davis Date: Thu, 27 May 2004 10:23:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/lib/libc/net test-eui64.h test-eui64_aton.c test-eui64_line.c test-eui64_ntoa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2004 17:24:03 -0000 brooks 2004/05/27 10:23:32 PDT FreeBSD src repository Modified files: tools/regression/lib/libc/net test-eui64.h test-eui64_aton.c test-eui64_line.c test-eui64_ntoa.c Log: Fix stupid patch(1) tricks. Apparently patch thinks all files match the empty file so if you accidently apply a patch created with diff -N twice, you get files with duplicate contents. Reported by: Antoine Brodin Revision Changes Path 1.2 +0 -55 src/tools/regression/lib/libc/net/test-eui64.h 1.2 +0 -68 src/tools/regression/lib/libc/net/test-eui64_aton.c 1.2 +0 -76 src/tools/regression/lib/libc/net/test-eui64_line.c 1.2 +0 -52 src/tools/regression/lib/libc/net/test-eui64_ntoa.c