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 | |
| parent | 73653312e3d4cd4c7cf63ef949db6da7c38d56a0 (diff) | |
Notes
Diffstat (limited to 'lib/libusbhid')
| -rw-r--r-- | lib/libusbhid/data.c | 5 | ||||
| -rw-r--r-- | lib/libusbhid/descr.c | 6 | ||||
| -rw-r--r-- | lib/libusbhid/parse.c | 6 | ||||
| -rw-r--r-- | lib/libusbhid/usage.c | 6 |
4 files changed, 12 insertions, 11 deletions
diff --git a/lib/libusbhid/data.c b/lib/libusbhid/data.c index c850ba84f016..31fc0ff587f2 100644 --- a/lib/libusbhid/data.c +++ b/lib/libusbhid/data.c @@ -24,10 +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 <assert.h> #include <stdlib.h> #include "libusb.h" diff --git a/lib/libusbhid/descr.c b/lib/libusbhid/descr.c index 65b60ce78b82..294cdff63123 100644 --- a/lib/libusbhid/descr.c +++ b/lib/libusbhid/descr.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 <sys/types.h> #include <assert.h> diff --git a/lib/libusbhid/parse.c b/lib/libusbhid/parse.c index da4c974980a1..4089b6e12982 100644 --- a/lib/libusbhid/parse.c +++ b/lib/libusbhid/parse.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 <assert.h> #include <stdlib.h> #include <string.h> 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> |
