From owner-cvs-lib Sun Aug 10 11:43:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA05967 for cvs-lib-outgoing; Sun, 10 Aug 1997 11:43:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA05894; Sun, 10 Aug 1997 11:43:24 -0700 (PDT) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA08986; Sun, 10 Aug 1997 11:42:40 -0700 (PDT) Date: Sun, 10 Aug 1997 11:42:40 -0700 (PDT) Message-Id: <199708101842.LAA08986@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libutil libutil.h uucplock.3 uucplock.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1997/08/10 11:42:40 PDT Modified files: lib/libutil libutil.h uucplock.3 uucplock.c Log: Implement canonical locking protocol Suggested by: joerg Revision Changes Path 1.10 +4 -2 src/lib/libutil/libutil.h 1.8 +11 -7 src/lib/libutil/uucplock.3 1.8 +68 -53 src/lib/libutil/uucplock.c