summaryrefslogtreecommitdiffstats
path: root/lib/libusbhid/usage.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2001-09-30 22:30:55 +0000
committerdillon <dillon@FreeBSD.org>2001-09-30 22:30:55 +0000
commit35945dc1b734c5c022b14139299a72871ca268e1 (patch)
tree44f7addd3d0b5d9b93a8dc7f1e43a1a455a23320 /lib/libusbhid/usage.c
parent615806b0ec0f45f226ca86c5d3bbf14f893a6e64 (diff)
downloadFreeBSD-src-35945dc1b734c5c022b14139299a72871ca268e1.zip
FreeBSD-src-35945dc1b734c5c022b14139299a72871ca268e1.tar.gz
Add __FBSDID()s to libusb
Diffstat (limited to 'lib/libusbhid/usage.c')
-rw-r--r--lib/libusbhid/usage.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libusbhid/usage.c b/lib/libusbhid/usage.c
index 7e71bff..e6931b9 100644
--- a/lib/libusbhid/usage.c
+++ b/lib/libusbhid/usage.c
@@ -24,11 +24,11 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
- *
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <ctype.h>
#include <err.h>
#include <stdio.h>
OpenPOWER on IntegriCloud