diff options
author | 1996-07-20 06:12:14 +0000 | |
---|---|---|
committer | 1996-07-20 06:12:14 +0000 | |
commit | 73b69cd935d225117f9210e3f007e404ed4d15bb (patch) | |
tree | 940a03b8e5888afb4133a3e0310a391bcec80c6c /lib/libc/rpc/svc_tcp.c | |
parent | bogus frees; from jraynard@freebsd.org (diff) | |
download | wireguard-openbsd-73b69cd935d225117f9210e3f007e404ed4d15bb.tar.xz wireguard-openbsd-73b69cd935d225117f9210e3f007e404ed4d15bb.zip |
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 /* |