diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-20 06:12:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-20 06:12:54 +0000 |
commit | 2bcfdb7b9e293be149714b1668edc3bda1b0bd75 (patch) | |
tree | cbe2be21ccd0580479aff807edf32c092c622e6c /lib/libc/rpc/getrpcent.3 | |
parent | 59eb67d03202824bfd170086d1a7c42a58eb21a0 (diff) |
bcopy->memcpy & tag
Diffstat (limited to 'lib/libc/rpc/getrpcent.3')
-rw-r--r-- | lib/libc/rpc/getrpcent.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/rpc/getrpcent.3 b/lib/libc/rpc/getrpcent.3 index 0d1db9bfe6b..b77ed9c68b8 100644 --- a/lib/libc/rpc/getrpcent.3 +++ b/lib/libc/rpc/getrpcent.3 @@ -1,4 +1,5 @@ .\" @(#)getrpcent.3n 2.2 88/08/02 4.0 RPCSRC; from 1.11 88/03/14 SMI +.\" $OpenBSD: getrpcent.3,v 1.2 1996/07/20 06:12:27 deraadt Exp $ .\" $NetBSD: getrpcent.3,v 1.2 1995/02/25 03:01:44 cgd Exp $ .\" .Dd December 14, 1987 |