Changeset 381 for Whitix/branches/hybrid/user
- Timestamp:
- 05/01/08 15:14:28 (7 months ago)
- Location:
- Whitix/branches/hybrid/user/system
- Files:
-
- 2 modified
-
moduleadd.c (modified) (1 diff)
-
testm.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/hybrid/user/system/moduleadd.c
r378 r381 46 46 47 47 /* Check ret. */ 48 if (ret) 49 printf("moduleadd: Error adding module to kernel: %s\n", strerror(ret)); 48 50 49 51 return ret; -
Whitix/branches/hybrid/user/system/testm.c
r378 r381 3 3 int TestInit() 4 4 { 5 printf("Test\n");5 return 0; 6 6 } 7 7
