bsd.h (schily-2021-08-14.tar.bz2) | : | bsd.h (schily-2021-09-18.tar.bz2) | ||
---|---|---|---|---|
/* | /* | |||
* CDDL HEADER START | * CDDL HEADER START | |||
* | * | |||
* The contents of this file are subject to the terms of the | * This file and its contents are supplied under the terms of the | |||
* Common Development and Distribution License (the "License"). | * Common Development and Distribution License ("CDDL"), version 1.0. | |||
* You may not use this file except in compliance with the License. | * You may use this file only in accordance with the terms of version | |||
* 1.0 of the CDDL. | ||||
* | * | |||
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE | * A full copy of the text of the CDDL should have accompanied this | |||
* or http://www.opensolaris.org/os/licensing. | * source. A copy of the CDDL is also available via the Internet at | |||
* http://www.opensource.org/licenses/cddl1.txt | ||||
* See the License for the specific language governing permissions | * See the License for the specific language governing permissions | |||
* and limitations under the License. | * and limitations under the License. | |||
* | * | |||
* When distributing Covered Code, include this CDDL HEADER in each | * When distributing Covered Code, include this CDDL HEADER in each | |||
* file and include the License file at usr/src/OPENSOLARIS.LICENSE. | * file and include the License file at usr/src/OPENSOLARIS.LICENSE. | |||
* If applicable, add the following below this CDDL HEADER, with the | * If applicable, add the following below this CDDL HEADER, with the | |||
* fields enclosed by brackets "[]" replaced with your own identifying | * fields enclosed by brackets "[]" replaced with your own identifying | |||
* information: Portions Copyright [yyyy] [name of copyright owner] | * information: Portions Copyright [yyyy] [name of copyright owner] | |||
* | * | |||
* CDDL HEADER END | * CDDL HEADER END | |||
skipping to change at line 32 | skipping to change at line 34 | |||
* Copyright 2003 Sun Microsystems, Inc. All rights reserved. | * Copyright 2003 Sun Microsystems, Inc. All rights reserved. | |||
* Use is subject to license terms. | * Use is subject to license terms. | |||
*/ | */ | |||
/* | /* | |||
* @(#)bsd.h 1.6 06/12/12 | * @(#)bsd.h 1.6 06/12/12 | |||
*/ | */ | |||
#pragma ident "@(#)bsd.h 1.6 06/12/12" | #pragma ident "@(#)bsd.h 1.6 06/12/12" | |||
/* | /* | |||
* This file contains modifications Copyright 2017-2021 J. Schilling | * Copyright 2017-2021 J. Schilling | |||
* | * | |||
* @(#)bsd.h 1.6 21/07/27 2017-2021 J. Schilling | * @(#)bsd.h 1.8 21/08/15 2017-2021 J. Schilling | |||
*/ | */ | |||
/* | /* | |||
* bsd/bsd.h: Interface definitions to BSD compatibility functions for SVR4. | * bsd/bsd.h: Interface definitions to BSD compatibility functions for SVR4. | |||
*/ | */ | |||
#ifndef _BSD_BSD_H | #ifndef _BSD_BSD_H | |||
#define _BSD_BSD_H | #define _BSD_BSD_H | |||
/* | /* | |||
End of changes. 4 change blocks. | ||||
7 lines changed or deleted | 9 lines changed or added |