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/clnt_perror.c | |
parent | 59eb67d03202824bfd170086d1a7c42a58eb21a0 (diff) |
bcopy->memcpy & tag
Diffstat (limited to 'lib/libc/rpc/clnt_perror.c')
-rw-r--r-- | lib/libc/rpc/clnt_perror.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/rpc/clnt_perror.c b/lib/libc/rpc/clnt_perror.c index d63d7b14e4c..760fc08452a 100644 --- a/lib/libc/rpc/clnt_perror.c +++ b/lib/libc/rpc/clnt_perror.c @@ -1,3 +1,4 @@ +/* $OpenBSD: clnt_perror.c,v 1.2 1996/07/20 06:12:22 deraadt Exp $ */ /* $NetBSD: clnt_perror.c,v 1.7 1995/04/24 16:34:39 cgd Exp $ */ /* @@ -32,7 +33,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)clnt_perror.c 1.15 87/10/07 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)clnt_perror.c 2.1 88/07/29 4.0 RPCSRC";*/ -static char *rcsid = "$NetBSD: clnt_perror.c,v 1.7 1995/04/24 16:34:39 cgd Exp $"; +static char *rcsid = "$OpenBSD: clnt_perror.c,v 1.2 1996/07/20 06:12:22 deraadt Exp $"; #endif /* |