[9519] Remove linking mangosd with sockets library.

Recent RA reimplementation added by Arrai remove using sockets library for last part mangosd code.
This let not link anymore sockets library with mangosd.

Now realmd is last sockets library user.
This commit is contained in:
VladimirMangos 2010-03-05 04:44:33 +03:00
parent 7fdbe497e9
commit a142ed4848
5 changed files with 2 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9518"
#define REVISION_NR "9519"
#endif // __REVISION_NR_H__