Changeset 542 for Whitix/branches/hybrid

Show
Ignore:
Timestamp:
05/24/08 09:56:14 (3 months ago)
Author:
mwhitworth
Message:

Convert APIs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/hybrid/net/local.c

    r348 r542  
    157157        info=(struct LocalSockInfo*)MemCacheAlloc(localInfoCache); 
    158158 
    159         printf("info = %#X\n", info); 
     159        KePrint("info = %#X\n", info); 
    160160 
    161161        if (!info) 
     
    336336                return -ENOMEM; 
    337337 
    338         printf("LOCAL: Local network sockets set up.\n"); 
     338        KePrint("LOCAL: Local network sockets set up.\n"); 
    339339 
    340340        SocketRegisterFamily(PF_LOCAL, &localOps);