diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
| commit | a9e2dc176f709713f9565ed1711c958f0707eb36 (patch) | |
| tree | e1676cbf88d75f6982fe157cf90f1bc6a6c21e72 /usr.bin/lockf | |
| parent | 8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (diff) | |
Diffstat (limited to 'usr.bin/lockf')
| -rw-r--r-- | usr.bin/lockf/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/lockf/lockf.1 | 2 | ||||
| -rw-r--r-- | usr.bin/lockf/lockf.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/lockf/Makefile b/usr.bin/lockf/Makefile index 47fb6ab863e1b..fd56328ba4b12 100644 --- a/usr.bin/lockf/Makefile +++ b/usr.bin/lockf/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/01/08 20:12:59 jdp Exp $ PROG= lockf CFLAGS+=-Wall diff --git a/usr.bin/lockf/lockf.1 b/usr.bin/lockf/lockf.1 index cd9b3b30a6da6..12449a40ff53a 100644 --- a/usr.bin/lockf/lockf.1 +++ b/usr.bin/lockf/lockf.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: lockf.1,v 1.6 1998/07/08 05:29:04 jdp Exp $ +.\" $Id: lockf.1,v 1.1.1.1.2.2 1998/07/08 05:33:44 jdp Exp $ .\" .Dd July 7, 1998 .Os FreeBSD diff --git a/usr.bin/lockf/lockf.c b/usr.bin/lockf/lockf.c index 3e94a922b49b2..55389ce596995 100644 --- a/usr.bin/lockf/lockf.c +++ b/usr.bin/lockf/lockf.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: lockf.c,v 1.7 1998/07/08 05:29:05 jdp Exp $ + * $Id: lockf.c,v 1.1.1.1.2.5 1998/07/08 05:33:46 jdp Exp $ */ #include <sys/types.h> |
