lock.c (schily-2021-08-14.tar.bz2) | : | lock.c (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 | |||
*/ | */ | |||
/* | /* | |||
* Copyright 2004 Sun Microsystems, Inc. All rights reserved. | * Copyright 2004 Sun Microsystems, Inc. All rights reserved. | |||
* Use is subject to license terms. | * Use is subject to license terms. | |||
*/ | */ | |||
/* | /* | |||
* @(#)lock.c 1.5 06/12/12 | * @(#)lock.c 1.5 06/12/12 | |||
*/ | */ | |||
/* | /* | |||
* Copyright 2017-2020 J. Schilling | * Copyright 2017-2021 J. Schilling | |||
* | * | |||
* @(#)lock.c 1.10 21/07/28 2017-2021 J. Schilling | * @(#)lock.c 1.11 21/08/15 2017-2021 J. Schilling | |||
*/ | */ | |||
#include <schily/mconfig.h> | #include <schily/mconfig.h> | |||
#ifndef lint | #ifndef lint | |||
static UConst char sccsid[] = | static UConst char sccsid[] = | |||
"@(#)lock.c 1.10 21/07/28 2017-2021 J. Schilling"; | "@(#)lock.c 1.11 21/08/15 2017-2021 J. Schilling"; | |||
#endif | #endif | |||
#if defined(SCHILY_BUILD) || defined(SCHILY_INCLUDES) | #if defined(SCHILY_BUILD) || defined(SCHILY_INCLUDES) | |||
#include <schily/stdio.h> | #include <schily/stdio.h> | |||
#include <schily/stdlib.h> | #include <schily/stdlib.h> | |||
#include <schily/unistd.h> | #include <schily/unistd.h> | |||
#include <schily/string.h> | #include <schily/string.h> | |||
#include <schily/fcntl.h> | #include <schily/fcntl.h> | |||
#include <schily/types.h> | #include <schily/types.h> | |||
#include <schily/param.h> | #include <schily/param.h> | |||
End of changes. 5 change blocks. | ||||
8 lines changed or deleted | 10 lines changed or added |