mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 01:50:37 -04:00
- Use datadir macro PR: ports/125366 Submitted by: Kozienko Aleksandr <pascalamsg@gmail.com> (maintainer)
14 lines
306 B
C
14 lines
306 B
C
--- src/xxxprotocol.h.orig 2008-06-29 18:29:01.000000000 +0100
|
|
+++ src/xxxprotocol.h 2008-07-02 13:17:12.000000000 +0100
|
|
@@ -31,9 +31,9 @@
|
|
uint port;
|
|
int recvsd; //UDP socket
|
|
|
|
-#ifdef BSD
|
|
+
|
|
struct sockaddr_dl *search(u_long addr);
|
|
-#endif
|
|
+
|
|
|
|
struct UserSpec {
|
|
char codec;
|