Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2002 12:47:21 -0800 (PST)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libusb descr.c src/sys/dev/usb ugen.c uhid.c usb.c usb.h usb_subr.c usbdi.c src/usr.sbin/usbd usbd.c src/usr.sbin/usbdevs usbdevs.c
Message-ID:  <200202202047.g1KKlLk47013@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2002/02/20 12:47:21 PST

  Modified files:
    lib/libusb           descr.c 
    sys/dev/usb          ugen.c uhid.c usb.c usb.h usb_subr.c 
                         usbdi.c 
    usr.sbin/usbd        usbd.c 
    usr.sbin/usbdevs     usbdevs.c 
  Log:
  Prefix structure members to protect them against clashes with eg.
  c++ keywords.
  
  This keeps us in sync with NetBSD because they actually committed
  my delta first.
  
  Ok'd by: lennard
  
  Revision  Changes    Path
  1.5       +2 -2      src/lib/libusb/descr.c
  1.58      +41 -41    src/sys/dev/usb/ugen.c
  1.43      +7 -7      src/sys/dev/usb/uhid.c
  1.57      +7 -7      src/sys/dev/usb/usb.c
  1.30      +48 -48    src/sys/dev/usb/usb.h
  1.34      +21 -21    src/sys/dev/usb/usb_subr.c
  1.49      +1 -1      src/sys/dev/usb/usbdi.c
  1.23      +21 -21    src/usr.sbin/usbd/usbd.c
  1.7       +13 -13    src/usr.sbin/usbdevs/usbdevs.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?200202202047.g1KKlLk47013>