summaryrefslogtreecommitdiff
path: root/net/spread4/files/patch-session.c
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-01-15 11:47:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-01-15 11:47:44 +0000
commit0cef1b23463063a4c1d255b098bb37aa017696dc (patch)
treeb466f85541cb07bf99aca5e37a585b932faebf95 /net/spread4/files/patch-session.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-session.c')
-rw-r--r--net/spread4/files/patch-session.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/spread4/files/patch-session.c b/net/spread4/files/patch-session.c
deleted file mode 100644
index c33d5523da84..000000000000
--- a/net/spread4/files/patch-session.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- session.c Tue Aug 5 21:35:52 2003
-+++ session.c Tue Aug 5 21:31:30 2003
-@@ -406,7 +406,7 @@
- Alarm( EXIT, "Sess_init: UNIX sock error\n" );
-
- unix_addr.sun_family = AF_UNIX;
-- sprintf( name, "/tmp/%d",My.port );
-+ sprintf( name, "%s/spread.sock", _PATH_SPREAD_PIDDIR );
- strcpy( unix_addr.sun_path, name );
- unlink( name );
-