param.h (6f3544cd7084abbadd83637993a4f41fd30e6ccd) param.h (39cd938c394c55db5d89cfe82da53ceef7b367ef)
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 * doc/en_US.ISO8859-1/books/porters-handbook/book.sgml
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_*_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 * doc/en_US.ISO8859-1/books/porters-handbook/book.sgml
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_*_0 is created, otherwise 'R' is
58 * in the range 5 to 9.
59 */
60#undef __FreeBSD_version
61#define __FreeBSD_version 900023 /* Master, propagated to newvers */
61#define __FreeBSD_version 900024 /* Master, propagated to newvers */
62
63#ifndef LOCORE
64#include <sys/types.h>
65#endif
66
67/*
68 * Machine-independent constants (some used in following include files).
69 * Redefined constants are from POSIX 1003.1 limits file.

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

--- 248 unchanged lines hidden ---