param.h (5be4ad9e80b9759efbf7f8edeca2776c71e52ca2) param.h (6dec7efa83cd0316c268618cdaa9a383e78312ac)
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.

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

53 * head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml
54 *
55 * scheme is: <major><two digit minor>Rxx
56 * 'R' is in the range 0 to 4 if this is a release branch or
57 * X.0-CURRENT before releng/X.0 is created, otherwise 'R' is
58 * in the range 5 to 9.
59 */
60#undef __FreeBSD_version
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.

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

53 * head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml
54 *
55 * scheme is: <major><two digit minor>Rxx
56 * 'R' is in the range 0 to 4 if this is a release branch or
57 * X.0-CURRENT before releng/X.0 is created, otherwise 'R' is
58 * in the range 5 to 9.
59 */
60#undef __FreeBSD_version
61#define __FreeBSD_version 1200043 /* Master, propagated to newvers */
61#define __FreeBSD_version 1200044 /* Master, propagated to newvers */
62
63/*
64 * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
65 * which by definition is always true on FreeBSD. This macro is also defined
66 * on other systems that use the kernel of FreeBSD, such as GNU/kFreeBSD.
67 *
68 * It is tempting to use this macro in userland code when we want to enable
69 * kernel-specific routines, and in fact it's fine to do this in code that

--- 294 unchanged lines hidden ---
62
63/*
64 * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
65 * which by definition is always true on FreeBSD. This macro is also defined
66 * on other systems that use the kernel of FreeBSD, such as GNU/kFreeBSD.
67 *
68 * It is tempting to use this macro in userland code when we want to enable
69 * kernel-specific routines, and in fact it's fine to do this in code that

--- 294 unchanged lines hidden ---