PERFORCE change 106288 for review

Hans Petter Selasky hselasky at FreeBSD.org
Mon Sep 18 04:56:54 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=106288

Change 106288 by hselasky at 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>


More information about the p4-projects mailing list