mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Remove reallyoldsun defines
This commit is contained in:
parent
0ec25848e9
commit
4172308892
3 changed files with 0 additions and 12 deletions
|
@ -957,11 +957,7 @@ Usage(char *progname)
|
|||
|
||||
nl_catd DT_catd = (nl_catd) -1; // catgets file descriptor
|
||||
|
||||
#if defined(reallyoldsun)
|
||||
#define SA_HANDLER_TYPE void (*)(void)
|
||||
#else
|
||||
#define SA_HANDLER_TYPE void (*)(int)
|
||||
#endif
|
||||
|
||||
void RoamApp::initialize(int *argcp, char **argv)
|
||||
{
|
||||
|
|
|
@ -160,11 +160,7 @@ DtMailServer::set_password(char *password)
|
|||
//
|
||||
// len - Length of message.
|
||||
//
|
||||
#if defined(reallyoldsun)
|
||||
#define SA_HANDLER_TYPE void (*)(void)
|
||||
#else
|
||||
#define SA_HANDLER_TYPE void (*)(int)
|
||||
#endif
|
||||
|
||||
DTMailError_t
|
||||
DtMailServer::ptrans_retrieve_readandappend(
|
||||
|
|
|
@ -4509,11 +4509,7 @@ RFCMailBox::startAutoSave(DtMailEnv & error,
|
|||
_session->removeEventRoutine(error, PollEntry, this);
|
||||
}
|
||||
|
||||
#if defined(reallyoldsun)
|
||||
#define SA_HANDLER_TYPE void (*)(void)
|
||||
#else
|
||||
#define SA_HANDLER_TYPE void (*)(int)
|
||||
#endif
|
||||
|
||||
void
|
||||
RFCMailBox::dumpMaps(const char *str)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue