Deleted Added
full compact
tftp.h (203965) tftp.h (250887)
1/*
2 * Copyright (c) 1983, 1993
3 * The Regents of the University of California. 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

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

22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * @(#)tftp.h 8.1 (Berkeley) 6/2/93
1/*
2 * Copyright (c) 1983, 1993
3 * The Regents of the University of California. 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

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

22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * @(#)tftp.h 8.1 (Berkeley) 6/2/93
30 * $FreeBSD: head/include/arpa/tftp.h 203965 2010-02-16 19:46:46Z imp $
30 * $FreeBSD: head/include/arpa/tftp.h 250887 2013-05-21 21:20:10Z ed $
31 */
32
33#ifndef _ARPA_TFTP_H_
34#define _ARPA_TFTP_H_
35
31 */
32
33#ifndef _ARPA_TFTP_H_
34#define _ARPA_TFTP_H_
35
36#include <sys/cdefs.h>
37
36/*
37 * Trivial File Transfer Protocol (IEN-133)
38 */
39#define SEGSIZE 512 /* data segment size */
40
41/*
42 * Packet types.
43 */

--- 36 unchanged lines hidden ---
38/*
39 * Trivial File Transfer Protocol (IEN-133)
40 */
41#define SEGSIZE 512 /* data segment size */
42
43/*
44 * Packet types.
45 */

--- 36 unchanged lines hidden ---