1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Remove a now-obsolete hunk since this function's signature was changed.

Submitted by:	Daniel Becker <razzfazz@gmail.com>
This commit is contained in:
Joe Marcus Clarke 2014-02-08 19:54:10 +00:00
parent 3c54a5e553
commit d4f15e20d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343378
2 changed files with 1 additions and 10 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= netatalk
PORTVERSION= 3.1.0
PORTREVISION= 3
PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= SF

View File

@ -26,12 +26,3 @@
}
static struct pollfd *fds;
@@ -134,7 +132,7 @@ static void register_stuff(const AFPObj
/* Register our service, prepare the TXT record */
TXTRecordCreate(&txt_adisk, 0, NULL);
- TXTRecordPrintf(&txt_adisk, "sys", "waMa=0,adVF=0x100");
+ TXTRecordPrintf(&txt_adisk, "sys", "waMa=0,adVF=0x100", NULL);
/* Build AFP volumes list */
int i = 0;