4314051acd
agent for *nix. (Basically, a VoIP client) There are some rough edges in the NetBSD audio support of this package, but it runs well enough on my esa(4)-equipped laptop to make and receive FWD calls. A couple of minor patches are courtesy of the FreeBSD port of Kphone. Alistair Crooks also tidied up my first amateurish attempt at packaging this.
12 lines
340 B
Text
12 lines
340 B
Text
$NetBSD: patch-ab,v 1.1 2004/07/21 21:49:02 scw Exp $
|
|
|
|
--- dissipate2/messagesocket.h.orig 2004-03-04 11:22:56.000000000 +0000
|
|
+++ dissipate2/messagesocket.h 2004-07-21 12:34:43.000000000 +0100
|
|
@@ -23,6 +23,7 @@
|
|
#define MESSAGESOCKET_H_INCLUDED
|
|
|
|
#include <netdb.h>
|
|
+#include <sys/types.h>
|
|
#include <netinet/in.h>
|
|
|
|
class MessageSocket
|