2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-22 01:21:44 +00:00
xcat-dep/ipmitool/ipmitool-ipmievd.patch

13 lines
324 B
Diff
Raw Normal View History

--- ipmitool-1.8.11/src/ipmievd.c 2009-02-26 04:38:52.000000000 +0800
+++ ipmitool-1.8.11_modify/src/ipmievd.c 2009-11-18 12:38:52.000000000 +0800
@@ -48,6 +48,9 @@
#ifdef HAVE_PATHS_H
# include <paths.h>
+#ifndef _PATH_VARRUN
+# define _PATH_VARRUN "/var/run/"
+#endif
#else
# define _PATH_VARRUN "/var/run/"
#endif