Deleted Added
full compact
mtlib.h (279219) mtlib.h (280438)
1/*-
2 * Copyright (c) 2013, 2014 Spectra Logic Corporation
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 15 unchanged lines hidden (view full) ---

24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
27 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 * POSSIBILITY OF SUCH DAMAGES.
29 *
30 * Authors: Ken Merry (Spectra Logic Corporation)
31 *
1/*-
2 * Copyright (c) 2013, 2014 Spectra Logic Corporation
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 15 unchanged lines hidden (view full) ---

24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
27 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 * POSSIBILITY OF SUCH DAMAGES.
29 *
30 * Authors: Ken Merry (Spectra Logic Corporation)
31 *
32 * $FreeBSD: head/lib/libmt/mtlib.h 279219 2015-02-23 21:59:30Z ken $
32 * $FreeBSD: stable/10/lib/libmt/mtlib.h 279219 2015-02-23 21:59:30Z ken $
33 */
34
35#ifndef _MTLIB_H
36#define _MTLIB_H
37
38typedef enum {
39 MT_TYPE_NONE,
40 MT_TYPE_STRING,

--- 82 unchanged lines hidden ---
33 */
34
35#ifndef _MTLIB_H
36#define _MTLIB_H
37
38typedef enum {
39 MT_TYPE_NONE,
40 MT_TYPE_STRING,

--- 82 unchanged lines hidden ---