param.h (29d0dcddabe2e065416423a79fb2b29d6ceb6307) | param.h (7022f954c365c359af0127b57b96ec9659958bc3) |
---|---|
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. --- 47 unchanged lines hidden (view full) --- 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 900025 /* Master, propagated to newvers */ 62 63#ifdef _KERNEL | 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. --- 47 unchanged lines hidden (view full) --- 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 900025 /* Master, propagated to newvers */ 62 63#ifdef _KERNEL |
64#define __FreeBSD_version_SIGSEGV 700004 65#define __FreeBSD_version_MAP_ANON 800104 | 64#define P_OSREL_SIGSEGV 700004 65#define P_OSREL_MAP_ANON 800104 |
66#endif 67 68#ifndef LOCORE 69#include <sys/types.h> 70#endif 71 72/* 73 * Machine-independent constants (some used in following include files). --- 249 unchanged lines hidden --- | 66#endif 67 68#ifndef LOCORE 69#include <sys/types.h> 70#endif 71 72/* 73 * Machine-independent constants (some used in following include files). --- 249 unchanged lines hidden --- |