Date: Mon, 11 Oct 2010 01:02:14 +0000 (UTC) From: Weongyo Jeong <weongyo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r213679 - user/weongyo/usb/sys/modules/usb/usb Message-ID: <201010110102.o9B12Ek5098059@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: weongyo Date: Mon Oct 11 01:02:14 2010 New Revision: 213679 URL: http://svn.freebsd.org/changeset/base/213679 Log: Removes usb_process.c that it's removed at the previous. Modified: user/weongyo/usb/sys/modules/usb/usb/Makefile Modified: user/weongyo/usb/sys/modules/usb/usb/Makefile ============================================================================== --- user/weongyo/usb/sys/modules/usb/usb/Makefile Mon Oct 11 01:01:36 2010 (r213678) +++ user/weongyo/usb/sys/modules/usb/usb/Makefile Mon Oct 11 01:02:14 2010 (r213679) @@ -37,7 +37,7 @@ SRCS= bus_if.h device_if.h usb_if.h usb_ usb_busdma.c usb_controller.c usb_compat_linux.c usb_core.c usb_debug.c \ usb_dev.c usb_device.c usb_dynamic.c usb_error.c usb_generic.c \ usb_handle_request.c usb_hid.c usb_hub.c usb_lookup.c usb_mbuf.c \ - usb_msctest.c usb_parse.c usb_pf.c usb_process.c usb_request.c \ + usb_msctest.c usb_parse.c usb_pf.c usb_request.c \ usb_sleepout.c usb_transfer.c usb_util.c .include <bsd.kmod.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010110102.o9B12Ek5098059>