From owner-freebsd-current@FreeBSD.ORG Mon Jul 28 04:51:09 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B804F37B401; Mon, 28 Jul 2003 04:51:09 -0700 (PDT) Received: from skynet.stack.nl (skynet.stack.nl [131.155.140.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id B724043FAF; Mon, 28 Jul 2003 04:51:08 -0700 (PDT) (envelope-from jwk@stack.nl) Received: by skynet.stack.nl (Postfix, from userid 65534) id 8FED13E4D; Mon, 28 Jul 2003 13:53:34 +0200 (CEST) Received: from turtle.stack.nl (turtle.stack.nl [2001:610:1108:5010:2e0:81ff:fe22:51d8]) by skynet.stack.nl (Postfix) with ESMTP id 5E7B43E48; Mon, 28 Jul 2003 13:53:30 +0200 (CEST) Received: by turtle.stack.nl (Postfix, from userid 887) id 352251CC56; Mon, 28 Jul 2003 13:51:03 +0200 (CEST) Date: Mon, 28 Jul 2003 13:51:03 +0200 From: Jan Willem Knopper To: current@freebsd.org, mbr@freebsd.org Message-ID: <20030728115103.GA2029@stack.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD turtle.stack.nl 5.1-BETA FreeBSD 5.1-BETA User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-6.4 required=5.0 tests=USER_AGENT_MUTT version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: Jilles Tjoelker Subject: broken world X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 11:51:10 -0000 /usr/src/contrib/isc-dhcp/common/dispatch.c:47: error: syntax error before string constant /usr/src/contrib/isc-dhcp/common/dispatch.c:44:1: unterminated #ifndef *** Error code 1 This error also occurs in isc-dhcp/includes/dhcpd.h:45 an possibly in more files. The source looks like: #ifndef lint "$FreeBSD: src/contrib/isc-dhcp/includes/dhcpd.h,v 1.2 2003/07/28 08:30:11 mbr Exp $\n"; #endif /* not lint */ This is with a recently cvsupped current. It is probably caused by a commit by mbr about three hours ago. Jilles Tjoelker, Jan Willem Knopper