Deleted Added
full compact
param.h (152315) param.h (153027)
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 152315 2005-11-11 16:04:59Z ru $
35 * $FreeBSD: head/sys/sys/param.h 153027 2005-12-02 20:06:07Z dougb $
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 700006 /* Master, propagated to newvers */
60#define __FreeBSD_version 700007 /* 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.

--- 265 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.

--- 265 unchanged lines hidden ---