From owner-svn-src-user@FreeBSD.ORG  Tue Oct 28 17:13:49 2014
Return-Path: <owner-svn-src-user@FreeBSD.ORG>
Delivered-To: svn-src-user@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 21C75916;
 Tue, 28 Oct 2014 17:13:49 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0E63BA46;
 Tue, 28 Oct 2014 17:13:49 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9SHDmlN064873;
 Tue, 28 Oct 2014 17:13:48 GMT (envelope-from emaste@FreeBSD.org)
Received: (from emaste@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9SHDmTS064872;
 Tue, 28 Oct 2014 17:13:48 GMT (envelope-from emaste@FreeBSD.org)
Message-Id: <201410281713.s9SHDmTS064872@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: emaste set sender to
 emaste@FreeBSD.org using -f
From: Ed Maste <emaste@FreeBSD.org>
Date: Tue, 28 Oct 2014 17:13:48 +0000 (UTC)
To: src-committers@freebsd.org, svn-src-user@freebsd.org
Subject: svn commit: r273794 - user/dchagin/lemul/sys/modules/linux
X-SVN-Group: user
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-src-user@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: "SVN commit messages for the experimental &quot; user&quot;
 src tree" <svn-src-user.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-src-user>,
 <mailto:svn-src-user-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-user/>
List-Post: <mailto:svn-src-user@freebsd.org>
List-Help: <mailto:svn-src-user-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-user>,
 <mailto:svn-src-user-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 28 Oct 2014 17:13:49 -0000

Author: emaste
Date: Tue Oct 28 17:13:48 2014
New Revision: 273794
URL: https://svnweb.freebsd.org/changeset/base/273794

Log:
  Fix build by removing dangling \

Modified:
  user/dchagin/lemul/sys/modules/linux/Makefile

Modified: user/dchagin/lemul/sys/modules/linux/Makefile
==============================================================================
--- user/dchagin/lemul/sys/modules/linux/Makefile	Tue Oct 28 17:11:51 2014	(r273793)
+++ user/dchagin/lemul/sys/modules/linux/Makefile	Tue Oct 28 17:13:48 2014	(r273794)
@@ -16,7 +16,7 @@ SRCS=	linux_fork.c linux${SFX}_dummy.c l
 	linux_socket.c linux_stats.c linux_sysctl.c linux${SFX}_sysent.c \
 	linux${SFX}_sysvec.c linux_uid16.c linux_time.c \
 	opt_inet6.h opt_compat.h opt_posix.h opt_usb.h vnode_if.h \
-	device_if.h bus_if.h assym.s linux_event.c \
+	device_if.h bus_if.h assym.s linux_event.c
 DPSRCS=	linux${SFX}_genassym.c
 
 # XXX: for assym.s