diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:59:16 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:59:16 +0000 |
commit | 69ea23ed7175d5c34a21bba1ef9262f311c69284 (patch) | |
tree | e2e604e83659be7f58596e80b3cf18e9d7d06dae /net/imapproxy/files/patch-network.c_2 | |
parent | Stage net-mgmt/routers2 and cleanup (diff) |
Rename net/ patch-xy patches to reflect the files they modify.
Approve by: portmgr (not really, but one of these is modifying
an unstaged port)
Notes
Notes:
svn path=/head/; revision=363285
Diffstat (limited to 'net/imapproxy/files/patch-network.c_2')
-rw-r--r-- | net/imapproxy/files/patch-network.c_2 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/imapproxy/files/patch-network.c_2 b/net/imapproxy/files/patch-network.c_2 new file mode 100644 index 000000000000..26af092275f9 --- /dev/null +++ b/net/imapproxy/files/patch-network.c_2 @@ -0,0 +1,11 @@ +--- network.c.orig Fri Aug 1 06:34:08 2003 ++++ network.c Fri Aug 1 06:33:23 2003 +@@ -48,7 +48,7 @@ + va_start(v, fmt); + i = vsnprintf(buf, sizeof(buf), fmt, v); + write(s, buf, i); +- va_end(fmt); ++ va_end(v); + } + + /* resolve a hostname to an IP in long notation |