diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-24 08:42:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-24 08:42:53 +0000 |
commit | 1b654421e22e8b1e3b0c196e2c4fe3ae64640689 (patch) | |
tree | ef2cc2d04ab1c02c20fba7e54268e977ef8e80ff /libexec/ftp-proxy | |
parent | 52470d6c0412ba1bc9214cf397fabe12efb88e70 (diff) |
spaces
Diffstat (limited to 'libexec/ftp-proxy')
-rw-r--r-- | libexec/ftp-proxy/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftp-proxy/util.c b/libexec/ftp-proxy/util.c index 0ab01fc9925..013fed8e140 100644 --- a/libexec/ftp-proxy/util.c +++ b/libexec/ftp-proxy/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.9 2002/06/09 01:03:12 beck Exp $ */ +/* $OpenBSD: util.c,v 1.10 2002/07/24 08:42:52 deraadt Exp $ */ /* * Copyright (c) 1996-2001 @@ -156,7 +156,7 @@ xfer_data(const char *what_read,int from_fd, int to_fd, struct in_addr from, if (ioctl(from_fd, SIOCATMARK, &mark) < 0) { xerrno = errno; syslog(LOG_ERR,"can't ioctl(SIOCATMARK) socket from %s (%m)", - what_read); + what_read); errno = xerrno; return(-1); } |