diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-29 06:02:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-29 06:02:49 +0000 |
commit | b1c0281a5e9f2543d5373cef3c04d36985662a87 (patch) | |
tree | 817e804157cb44bcdaa94176cd6c5ecd38fb710d /lib | |
parent | 88658bdd91fa9f054ac9c52e7d9cccb20b646af7 (diff) |
indent
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/net/rcmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/rcmd.c b/lib/libc/net/rcmd.c index 00a554a0a2b..ae746f53016 100644 --- a/lib/libc/net/rcmd.c +++ b/lib/libc/net/rcmd.c @@ -34,7 +34,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: rcmd.c,v 1.23 1997/06/04 03:18:40 dm Exp $"; +static char *rcsid = "$OpenBSD: rcmd.c,v 1.24 1997/06/29 06:02:48 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> @@ -180,7 +180,7 @@ rcmd(ahost, rport, locuser, remuser, cmd, fd2p) goto bad; } again: - bzero(readsp,fdssize); + bzero(readsp, fdssize); FD_SET(s, readsp); FD_SET(s2, readsp); errno = 0; |