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:
parent
3c54a5e553
commit
d4f15e20d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343378
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= netatalk
|
||||
PORTVERSION= 3.1.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user