[10789] Allow use old non-builting ACE versions (pre-ACE-5.5.4) at Unix-side.

This fix build error in relamd code in result
nonexistence ACE_OFF_T in old ACE versions.
This commit is contained in:
VladimirMangos 2010-11-28 03:20:36 +03:00
parent 0c8a7c3826
commit 20cdcd4280
2 changed files with 8 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10788"
#define REVISION_NR "10789"
#endif // __REVISION_NR_H__