Date: Sat, 28 Aug 1999 04:35:37 -0700 (PDT) From: Nick Hibma <n_hibma@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ugen.c uhid.c ukbd.c ulpt.c umodem.c ums.c Message-ID: <199908281135.EAA42302@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
n_hibma 1999/08/28 04:35:37 PDT Modified files: sys/dev/usb ugen.c uhid.c ukbd.c ulpt.c umodem.c ums.c Log: We use device_set_desc_copy, so we do not need to free the copied text manually. Revision Changes Path 1.19 +2 -2 src/sys/dev/usb/ugen.c 1.17 +2 -2 src/sys/dev/usb/uhid.c 1.18 +1 -3 src/sys/dev/usb/ukbd.c 1.19 +2 -2 src/sys/dev/usb/ulpt.c 1.13 +0 -1 src/sys/dev/usb/umodem.c 1.25 +2 -2 src/sys/dev/usb/ums.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908281135.EAA42302>