param.h (251779a055f1327b7c6fe5cc0654fb404d62a4f6) param.h (46c8c5540fe4995e01fcf2e173c05761e7ba9488)
1/*-
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (c) 1982, 1986, 1989, 1993
5 * The Regents of the University of California. All rights reserved.
6 * (c) UNIX System Laboratories, Inc.
7 * All or some portions of this file are derived from material licensed
8 * to the University of California by American Telephone and Telegraph

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

55 * head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml
56 *
57 * scheme is: <major><two digit minor>Rxx
58 * 'R' is in the range 0 to 4 if this is a release branch or
59 * X.0-CURRENT before releng/X.0 is created, otherwise 'R' is
60 * in the range 5 to 9.
61 */
62#undef __FreeBSD_version
1/*-
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (c) 1982, 1986, 1989, 1993
5 * The Regents of the University of California. All rights reserved.
6 * (c) UNIX System Laboratories, Inc.
7 * All or some portions of this file are derived from material licensed
8 * to the University of California by American Telephone and Telegraph

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

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

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

--- 299 unchanged lines hidden ---