Deleted Added
full compact
param.h (155780) param.h (157144)
1/*-
2 * Copyright (c) 1982, 1986, 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 * (c) UNIX System Laboratories, Inc.
5 * All or some portions of this file are derived from material licensed
6 * to the University of California by American Telephone and Telegraph
7 * Co. or Unix System Laboratories, Inc. and are reproduced herein with
8 * the permission of UNIX System Laboratories, Inc.

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

27 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 * SUCH DAMAGE.
33 *
34 * @(#)param.h 8.3 (Berkeley) 4/4/95
1/*-
2 * Copyright (c) 1982, 1986, 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 * (c) UNIX System Laboratories, Inc.
5 * All or some portions of this file are derived from material licensed
6 * to the University of California by American Telephone and Telegraph
7 * Co. or Unix System Laboratories, Inc. and are reproduced herein with
8 * the permission of UNIX System Laboratories, Inc.

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

27 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 * SUCH DAMAGE.
33 *
34 * @(#)param.h 8.3 (Berkeley) 4/4/95
35 * $FreeBSD: head/sys/sys/param.h 155780 2006-02-17 14:14:15Z andre $
35 * $FreeBSD: head/sys/sys/param.h 157144 2006-03-26 12:20:54Z jkoshy $
36 */
37
38#ifndef _SYS_PARAM_H_
39#define _SYS_PARAM_H_
40
41#include <sys/_null.h>
42
43#define BSD 199506 /* System version (year & month). */

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

52 *
53 * doc/en_US.ISO8859-1/books/porters-handbook/book.sgml
54 *
55 * scheme is: <major><two digit minor>Rxx
56 * 'R' is 0 if release branch or x.0-CURRENT before RELENG_*_0
57 * is created, otherwise 1.
58 */
59#undef __FreeBSD_version
36 */
37
38#ifndef _SYS_PARAM_H_
39#define _SYS_PARAM_H_
40
41#include <sys/_null.h>
42
43#define BSD 199506 /* System version (year & month). */

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

52 *
53 * doc/en_US.ISO8859-1/books/porters-handbook/book.sgml
54 *
55 * scheme is: <major><two digit minor>Rxx
56 * 'R' is 0 if release branch or x.0-CURRENT before RELENG_*_0
57 * is created, otherwise 1.
58 */
59#undef __FreeBSD_version
60#define __FreeBSD_version 700014 /* Master, propagated to newvers */
60#define __FreeBSD_version 700015 /* Master, propagated to newvers */
61
62#ifndef LOCORE
63#include <sys/types.h>
64#endif
65
66/*
67 * Machine-independent constants (some used in following include files).
68 * Redefined constants are from POSIX 1003.1 limits file.

--- 266 unchanged lines hidden ---
61
62#ifndef LOCORE
63#include <sys/types.h>
64#endif
65
66/*
67 * Machine-independent constants (some used in following include files).
68 * Redefined constants are from POSIX 1003.1 limits file.

--- 266 unchanged lines hidden ---