Changeset 73 for GPL/trunk/lib32


Ignore:
Timestamp:
Jan 14, 2006, 11:32:17 PM (20 years ago)
Author:
vladest
Message:

Fixed compile issues
Fixed SB128 driver

Location:
GPL/trunk/lib32
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/lib32/malloc.cpp

    r32 r73  
    655655//*****************************************************************************
    656656//*****************************************************************************
    657 
  • GPL/trunk/lib32/misc.c

    r61 r73  
    2424 *
    2525 */
    26 
     26#include <limits.h>
    2727#include "linux.h"
    2828#include <linux/init.h>
     
    3838#include <dbgos2.h>
    3939#include <printfos2.h>
    40 #include <limits.h>
    4140
    4241struct new_utsname system_utsname = {0};
  • GPL/trunk/lib32/strstr.c

    r61 r73  
    4343        return strlen(src);
    4444}
     45
    4546#endif
Note: See TracChangeset for help on using the changeset viewer.