summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/bindresvport.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-07-20 06:12:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-07-20 06:12:54 +0000
commit2bcfdb7b9e293be149714b1668edc3bda1b0bd75 (patch)
treecbe2be21ccd0580479aff807edf32c092c622e6c /lib/libc/rpc/bindresvport.c
parent59eb67d03202824bfd170086d1a7c42a58eb21a0 (diff)
bcopy->memcpy & tag
Diffstat (limited to 'lib/libc/rpc/bindresvport.c')
-rw-r--r--lib/libc/rpc/bindresvport.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/rpc/bindresvport.c b/lib/libc/rpc/bindresvport.c
index 419fccd1bf4..3ff11b7d09a 100644
--- a/lib/libc/rpc/bindresvport.c
+++ b/lib/libc/rpc/bindresvport.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: bindresvport.c,v 1.2 1996/07/20 06:12:20 deraadt Exp $ */
/* $NetBSD: bindresvport.c,v 1.5 1995/06/03 22:37:19 mycroft Exp $ */
/*
@@ -32,7 +33,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
/*static char *sccsid = "from: @(#)bindresvport.c 1.8 88/02/08 SMI";*/
/*static char *sccsid = "from: @(#)bindresvport.c 2.2 88/07/29 4.0 RPCSRC";*/
-static char *rcsid = "$NetBSD: bindresvport.c,v 1.5 1995/06/03 22:37:19 mycroft Exp $";
+static char *rcsid = "$OpenBSD: bindresvport.c,v 1.2 1996/07/20 06:12:20 deraadt Exp $";
#endif
/*