diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-08 17:18:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-08 17:18:26 +0000 |
commit | b4f6c11134e63c7e4cfbc205b2c527d1a7f14b08 (patch) | |
tree | 5ac63e4045ed4ff57cddd9c3d87709adaa4cd6f4 /bin/rcp/rcp.c | |
parent | 6a4bd84439377e421ae66cb93e89ed00cc81f4dd (diff) |
duplicate include; andrushock@pisem.net
Diffstat (limited to 'bin/rcp/rcp.c')
-rw-r--r-- | bin/rcp/rcp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c index 0f44b717da9..b306cd82c80 100644 --- a/bin/rcp/rcp.c +++ b/bin/rcp/rcp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcp.c,v 1.32 2003/01/10 10:29:35 djm Exp $ */ +/* $OpenBSD: rcp.c,v 1.33 2003/03/08 17:18:25 deraadt Exp $ */ /* $NetBSD: rcp.c,v 1.9 1995/03/21 08:19:06 cgd Exp $ */ /* @@ -67,7 +67,6 @@ static char rcsid[] = "$NetBSD: rcp.c,v 1.9 1995/03/21 08:19:06 cgd Exp $"; #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <string.h> #include <unistd.h> #include "pathnames.h" |