Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2006 11:53:03 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 106288 for review
Message-ID:  <200609181153.k8IBr3UQ081528@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=106288

Change 106288 by hselasky@hselasky_mini_itx on 2006/09/18 11:52:16

	Compile fix. The new ubser.c will be without the 
	ubser.h header file.

Affected files ...

.. //depot/projects/usb/src/sys/modules/ubser/Makefile#2 edit

Differences ...

==== //depot/projects/usb/src/sys/modules/ubser/Makefile#2 (text+ko) ====

@@ -4,6 +4,6 @@
 .PATH: $S/dev/usb
 
 KMOD=	ubser
-SRCS=	ubser.c ubser.h opt_usb.h device_if.h bus_if.h usbdevs.h
+SRCS=	ubser.c opt_usb.h device_if.h bus_if.h usbdevs.h
 
 .include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609181153.k8IBr3UQ081528>