Show
Ignore:
Timestamp:
10/03/07 15:39:55 (5 years ago)
Author:
carsten
Message:

* corect a little error in 001-mct.patch

Files:
1 modified

Legend:

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

    r466 r467  
    819819+       ret = exec_usermodehelper(reset_path, argv, envp); 
    820820+       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); 
    824822+       } 
    825823+       return ret;