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/svc_tcp.c | |
parent | 59eb67d03202824bfd170086d1a7c42a58eb21a0 (diff) |
bcopy->memcpy & tag
Diffstat (limited to 'lib/libc/rpc/svc_tcp.c')
-rw-r--r-- | lib/libc/rpc/svc_tcp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/rpc/svc_tcp.c b/lib/libc/rpc/svc_tcp.c index 5c3b2644f10..758b9d998a4 100644 --- a/lib/libc/rpc/svc_tcp.c +++ b/lib/libc/rpc/svc_tcp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: svc_tcp.c,v 1.3 1996/07/20 06:12:45 deraadt Exp $ */ /* $NetBSD: svc_tcp.c,v 1.6 1995/06/03 22:37:27 mycroft Exp $ */ /* @@ -32,7 +33,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)svc_tcp.c 1.21 87/08/11 Copyr 1984 Sun Micro";*/ /*static char *sccsid = "from: @(#)svc_tcp.c 2.2 88/08/01 4.0 RPCSRC";*/ -static char *rcsid = "$NetBSD: svc_tcp.c,v 1.6 1995/06/03 22:37:27 mycroft Exp $"; +static char *rcsid = "$OpenBSD: svc_tcp.c,v 1.3 1996/07/20 06:12:45 deraadt Exp $"; #endif /* |