From: erik@med.cornell.edu (Erik Dahl) Subject: Establishing a TCP/IP Connection Date: 10 Aug 1993 22:24:14 GMT
I'm trying to complile TcpPlay, a program that sends a soundfile through a tcp
connection to a mac. I run into problems while the app is setting up the
local socket. It makes a call to bind() but the second parameter is defined
wrong, should be sockaddr but is sockaddr_in. I get complile errors with
this and a few other functions which have the same declaration then make exits.
On an AU/X box there is no problem, of course, funny thing though I don't see
any differance between the linux include files and the AU/X ones. Any ideas?
I am on a box with 99pl10, 4.4.1 libs, and net2.
-EAD
erik@cumc.cornell.edu