summaryrefslogtreecommitdiff
path: root/bin/rcp/rcp.c
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-07-23 19:19:34 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-07-23 19:19:34 +0000
commitdc3a3e9c35c14c56f3d305352f0d30819bd89f84 (patch)
tree72d871475e3d5c501c2df6d695e54dd4d3e0f306 /bin/rcp/rcp.c
parent349e4a8f0f6579904cc4b14f629cd2216e9a1739 (diff)
tabify
Diffstat (limited to 'bin/rcp/rcp.c')
-rw-r--r--bin/rcp/rcp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c
index 4ca458ade0f..31976418d45 100644
--- a/bin/rcp/rcp.c
+++ b/bin/rcp/rcp.c
@@ -1,5 +1,5 @@
/* $NetBSD: rcp.c,v 1.9 1995/03/21 08:19:06 cgd Exp $ */
-/* $OpenBSD: rcp.c,v 1.12 1997/06/29 11:10:28 provos Exp $ */
+/* $OpenBSD: rcp.c,v 1.13 1997/07/23 19:19:33 kstailey Exp $ */
/*
* Copyright (c) 1983, 1990, 1992, 1993
@@ -399,7 +399,7 @@ source(argc, argv)
char *last, *name, buf[BUFSIZ];
for (indx = 0; indx < argc; ++indx) {
- name = argv[indx];
+ name = argv[indx];
if ((fd = open(name, O_RDONLY, 0)) < 0)
goto syserr;
if (fstat(fd, &stb)) {
@@ -864,7 +864,7 @@ oldw(const char *fmt, ...)
#else
oldw(fmt, va_alist)
char *fmt;
- va_dcl
+ va_dcl
#endif
{
char realm[REALM_SZ];
@@ -890,7 +890,7 @@ run_err(const char *fmt, ...)
#else
run_err(fmt, va_alist)
char *fmt;
- va_dcl
+ va_dcl
#endif
{
static FILE *fp;