diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-15 11:47:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-15 11:47:44 +0000 |
commit | 0cef1b23463063a4c1d255b098bb37aa017696dc (patch) | |
tree | b466f85541cb07bf99aca5e37a585b932faebf95 /net/spread4/files/patch-sp.c | |
parent | - Force commit after repocopy (diff) |
- Update to 4.0.0
- Pass maintainership to submitter
PR: 128358
Submitted by: Wen heping <wenheping@gmail.com>
Notes
Notes:
svn path=/head/; revision=226162
Diffstat (limited to 'net/spread4/files/patch-sp.c')
-rw-r--r-- | net/spread4/files/patch-sp.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/spread4/files/patch-sp.c b/net/spread4/files/patch-sp.c deleted file mode 100644 index fc0df37e5496..000000000000 --- a/net/spread4/files/patch-sp.c +++ /dev/null @@ -1,11 +0,0 @@ ---- sp.c Tue Oct 5 09:08:10 2004 -+++ sp.c Tue Oct 4 14:44:27 2005 -@@ -591,7 +591,7 @@ - set_large_socket_buffers(s); - - unix_addr.sun_family = AF_UNIX; -- sprintf( unix_addr.sun_path, "/tmp/%d", port ); -+ sprintf( unix_addr.sun_path, "%s/spread.sock", _PATH_SPREAD_PIDDIR ); - ret = connect_nointr_timeout( s, (struct sockaddr *)&unix_addr, sizeof(unix_addr), &time_out); - #endif /* !ARCH_PC_WIN95 */ - } |