Chameleon

Chameleon Commit Details

Date:2011-07-11 19:25:39 (12 years 9 months ago)
Author:armel cadet-petit
Commit:1143
Parents: 1142
Message:fixed a mistake in NBI, thank to akbar moradi
Changes:
M/branches/cparm/i386/modules/NetbookInstaller/NBI.c

File differences

branches/cparm/i386/modules/NetbookInstaller/NBI.c
3636
3737
3838
39
3940
41
4042
4143
4244
......
270272
271273
272274
273
275
274276
275
277
276278
277279
278280
extern long LoadDriverPList(char *dirSpec, char *name, long bundleType);
extern long MatchLibraries( void );
#if UNUSED
extern long MatchPersonalities( void );
#endif
extern long LoadMatchedModules( void );
extern long InitDriverSupport(void);
extern char * gExtensionsSpec;
{
return 0;
}
#if UNUSED
MatchPersonalities();
#endif
MatchLibraries();
LoadMatchedModules();

Archive Download the corresponding diff file

Revision: 1143