Deleted Added
full compact
atsectl.c (256946) atsectl.c (257447)
1/*-
2 * Copyright (c) 2012 SRI International
3 * Copyright (c) 2013 Bjoern A. Zeeb
4 * All rights reserved.
5 *
6 * This software was developed by SRI International and the University of
7 * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)
8 * ("CTSRD"), as part of the DARPA CRASH research programme.

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

28 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 * SUCH DAMAGE.
34 *
35 * $ FreeBSD: head/usr.sbin/isfctl/isfctl.c 239685 2012-08-25 18:08:20Z brooks $
1/*-
2 * Copyright (c) 2012 SRI International
3 * Copyright (c) 2013 Bjoern A. Zeeb
4 * All rights reserved.
5 *
6 * This software was developed by SRI International and the University of
7 * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)
8 * ("CTSRD"), as part of the DARPA CRASH research programme.

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

28 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 * SUCH DAMAGE.
34 *
35 * $ FreeBSD: head/usr.sbin/isfctl/isfctl.c 239685 2012-08-25 18:08:20Z brooks $
36 * $FreeBSD: head/tools/tools/atsectl/atsectl.c 256946 2013-10-22 22:17:48Z brooks $
36 * $FreeBSD: stable/10/tools/tools/atsectl/atsectl.c 256946 2013-10-22 22:17:48Z brooks $
37 */
38
39#include <sys/types.h>
40#include <sys/ioctl.h>
41#include <sys/endian.h>
42#include <sys/errno.h>
43#include <sys/socket.h>
44

--- 283 unchanged lines hidden ---
37 */
38
39#include <sys/types.h>
40#include <sys/ioctl.h>
41#include <sys/endian.h>
42#include <sys/errno.h>
43#include <sys/socket.h>
44

--- 283 unchanged lines hidden ---