summaryrefslogtreecommitdiffstats
path: root/libexec/ftp-proxy/util.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-07-24 08:42:52 +0000
committerderaadt <deraadt@openbsd.org>2002-07-24 08:42:52 +0000
commit1e5f68d04d1b5dc02bb5c1de323c83dafaec9cb8 (patch)
tree223e49227cb2618276463390cccb221ffda7a6e2 /libexec/ftp-proxy/util.c
parentConvert to ANSI function headers and make 'ch' argument int, not char. (diff)
downloadwireguard-openbsd-1e5f68d04d1b5dc02bb5c1de323c83dafaec9cb8.tar.xz
wireguard-openbsd-1e5f68d04d1b5dc02bb5c1de323c83dafaec9cb8.zip
spaces
Diffstat (limited to 'libexec/ftp-proxy/util.c')
-rw-r--r--libexec/ftp-proxy/util.c4
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);
}