haiku/headers/private
Oliver Tappe aebcc506e2 Corrected by previous assumption, since gethostbyname() has nothing to do with
struct sockaddr_in - the real culprits were BNetAddress::GetAddr(sockaddr_in&)
and BNetAddress::SetTo(const sockaddr_in&):
* moved check_r5_compatibility() into r5_compatibility.h to make that function
  available to BNetAddress, too
* adjusted sockaddr_in-handling methods of BNetAddress to deal with R5-addresses
  if in compatibility mode
* removed is_r5_sockaddr() again, since it is no longer needed

With this less hacky solution, Beam, NetPositive, NetworkTime and Vision still work. So, there's hope that the R5 compatibility layer is now complete.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26377 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-07-10 21:25:19 +00:00
..
app Patch by Andrej Spielmann (GSOC): 2008-07-10 08:29:50 +00:00
audio
bluetooth Add UI classes for handling incoming connections and pincode requests 2008-06-18 20:57:27 +00:00
debug
disk_scanner
drivers Added new line at end of file. 2008-05-29 08:32:12 +00:00
firewire replaced benaphore with mutex 2008-05-31 19:50:53 +00:00
fs_shell * The rw_lock is now able to nest read/write locks when you have a write lock. 2008-07-08 07:56:49 +00:00
graphics removed last G8x defines. 2008-06-17 19:27:38 +00:00
input
interface * maintain our own rect while printing, this makes it possible to print all pages e.g. syslog from StyledEdit 2008-07-07 19:10:39 +00:00
kernel * RescanDiskSystems() now locks the disk device manager, as it clobbers the 2008-07-10 12:21:05 +00:00
libroot * Made DIR definition private, and moved it into the new dirent_private.h 2008-07-09 11:16:00 +00:00
mail
media
midi
net Corrected by previous assumption, since gethostbyname() has nothing to do with 2008-07-10 21:25:19 +00:00
opengl/GL/internal
print
runtime_loader
screen_saver
shared Darn... should have been part of my last commit: 2008-05-30 14:12:04 +00:00
storage * Added BDiskSystem::ShortName() and everything needed to get it there. 2008-05-10 11:44:00 +00:00
syslog_daemon
system * Changed the _kern_exec() and _kern_load_image() syscalls. They expect 2008-06-24 03:37:07 +00:00
textencoding
tracker
usb_vision
userlandfs