param.h (71e9286ce1ef621a428c87888b3e40d473c47d0a) | param.h (b3aaa0cc21c63d388230c7ef2a80abd631ff20d5) |
---|---|
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. --- 43 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 | 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. --- 43 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 800064 /* Master, propagated to newvers */ | 60#define __FreeBSD_version 800065 /* 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. --- 250 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. --- 250 unchanged lines hidden --- |