diff options
author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:30:55 +0000 |
---|---|---|
committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:30:55 +0000 |
commit | 209040d8b082e1336825807edbce8fe65c244860 (patch) | |
tree | 44f7addd3d0b5d9b93a8dc7f1e43a1a455a23320 /lib/libusbhid/usage.c | |
parent | 73653312e3d4cd4c7cf63ef949db6da7c38d56a0 (diff) | |
download | src-209040d8b082e1336825807edbce8fe65c244860.tar.gz src-209040d8b082e1336825807edbce8fe65c244860.zip |
Add __FBSDID()s to libusb
Notes
Notes:
svn path=/head/; revision=84224
Diffstat (limited to 'lib/libusbhid/usage.c')
-rw-r--r-- | lib/libusbhid/usage.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libusbhid/usage.c b/lib/libusbhid/usage.c index 7e71bff1289d..e6931b9c1f75 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> |