Changeset 467 for trunk/openmct/packages/system/linux/patches/001-mct.patch
- Timestamp:
- 10/03/07 15:39:55 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/openmct/packages/system/linux/patches/001-mct.patch
r466 r467 819 819 + ret = exec_usermodehelper(reset_path, argv, envp); 820 820 + if (ret) { 821 + printk(KERN_ERR 822 + "kmod: failed to exec %s\n" 823 + reset_path); 821 + printk("kmod: failed to exec %s\n",reset_path); 824 822 + } 825 823 + return ret;
