diff --git a/src/sys/kernel/ld.c b/src/sys/kernel/ld.c index 683c60a..b30b714 100644 --- a/src/sys/kernel/ld.c +++ b/src/sys/kernel/ld.c @@ -56,7 +56,7 @@ ldFd = fopen("ld.so","rb"); if (ldFd == 0x0) { - printf("Can not open ld.so\n"); + kprintf("Can not open ld.so\n"); } fseek(ldFd,0x0,0x0); @@ -159,6 +159,9 @@ /*** $Log$ + Revision 1.11 2004/06/16 17:46:42 reddawg + Cleaned Dead Code + Revision 1.10 2004/06/16 17:32:14 reddawg Removed Dead LD Code now part of ld.so