mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
- Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi
10 lines
260 B
C
10 lines
260 B
C
--- test/lshid.c.orig 2009-03-07 20:30:14.000000000 +0300
|
|
+++ test/lshid.c 2009-03-07 20:30:20.000000000 +0300
|
|
@@ -23,6 +23,7 @@
|
|
|
|
#include <hid.h>
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
char *hid_id[32]; /* FIXME: 32 devices MAX */
|