Show
Ignore:
Timestamp:
10/03/07 16:47:25 (5 years ago)
Author:
carsten
Message:

* more fixups for 001-mct.patch
* checking kernelconfig for SA200

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/openmct/packages/system/linux/patches/001-mct.patch

    r467 r469  
    819819+       ret = exec_usermodehelper(reset_path, argv, envp); 
    820820+       if (ret) { 
    821 +               printk("kmod: failed to exec %s\n",reset_path); 
     821+               printk(KERN_ERR 
     822+                       "kmod: failed to exec %s\n", 
     823+                       reset_path); 
    822824+       } 
    823825+       return ret;