Changeset 04552a80 in mainline for ns/ns.c


Ignore:
Timestamp:
2006-05-17T20:51:08Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
25f9823
Parents:
04a73cdf
Message:

code cleanup (somebody should read the coding style guide)
remove DONT_OPEN_STDIO (this has to be done in a different way, ppc32 linker segfaults on initiating extern variable)
remove deprecated libipc stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ns/ns.c

    r04a73cdf r04552a80  
    4545
    4646#define NS_HASH_TABLE_CHAINS    20
    47 
    48 extern int __DONT_OPEN_STDIO__=1;
    4947
    5048static int register_service(ipcarg_t service, ipcarg_t phone, ipc_call_t *call);
Note: See TracChangeset for help on using the changeset viewer.