Changeset 26548
- Timestamp:
- 02/28/14 16:50:56 (10 years ago)
- Location:
- tools/hotplug
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/hotplug/module_block.c
r6963 r26548 31 31 #include <sys/stat.h> 32 32 #include <sys/wait.h> 33 #ifndef MIPSEL 33 34 #include "hotplug_basename.h" 34 35 #include "hotplug_devpath.h" … … 39 40 #include "module_block.h" 40 41 #include "udev.h" 42 #else 43 #include <hotplug_basename.h> 44 #include <hotplug_devpath.h> 45 #include <hotplug_pidfile.h> 46 #include <hotplug_setenv.h> 47 #include <hotplug_socket.h> 48 #include <hotplug_timeout.h> 49 #include <module_block.h> 50 #include <udev.h> 51 #endif 41 52 42 53 static const char *block_vars[] = {
Note: See TracChangeset
for help on using the changeset viewer.