svn commit: r340612 - head/net/netatalk3/files

Joe Marcus Clarke marcus at FreeBSD.org
Tue Jan 21 15:18:01 UTC 2014


Author: marcus
Date: Tue Jan 21 15:18:01 2014
New Revision: 340612
URL: http://svnweb.freebsd.org/changeset/ports/340612
QAT: https://qat.redports.org/buildarchive/r340612/

Log:
  Correct a patch mangled in transfer.
  
  Reported by:	mat

Modified:
  head/net/netatalk3/files/patch-etc_afpd_afp_mdns.c

Modified: head/net/netatalk3/files/patch-etc_afpd_afp_mdns.c
==============================================================================
--- head/net/netatalk3/files/patch-etc_afpd_afp_mdns.c	Tue Jan 21 15:11:17 2014	(r340611)
+++ head/net/netatalk3/files/patch-etc_afpd_afp_mdns.c	Tue Jan 21 15:18:01 2014	(r340612)
@@ -1,6 +1,6 @@
---- etc/afpd/afp_mdns.c.orig	2013-10-28 06:43:13.000000000 -0700
-+++ etc/afpd/afp_mdns.c	2014-01-17 22:10:59.000000000 -0800
-@@ -37,17 +37,15 @@
+--- etc/afpd/afp_mdns.c.orig	2014-01-21 15:12:49.465373000 +0000
++++ etc/afpd/afp_mdns.c	2014-01-21 15:15:03.618213000 +0000
+@@ -36,18 +36,16 @@ static pthread_t       poller;
  /*
   * Its easier to use asprintf to set the TXT record values
   */
@@ -26,7 +26,7 @@
      }
  
  static struct pollfd *fds;
-@@ -134,7 +132,7 @@
+@@ -134,7 +132,7 @@ static void register_stuff(const AFPObj 
  
      /* Register our service, prepare the TXT record */
      TXTRecordCreate(&txt_adisk, 0, NULL);


More information about the svn-ports-all mailing list