diff options
author | Simon Barner <barner@FreeBSD.org> | 2006-02-01 12:05:59 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2006-02-01 12:05:59 +0000 |
commit | a4d4da52b9bbb18a77b3fded696b5f652baa0863 (patch) | |
tree | 291b72051e612b3004e9bef33bd253c78fd88c7b /sysutils/ipmitool/files/patch-lib_helper.c | |
parent | Add note about x11/tilda config file syntax change. (diff) |
- Update to 1.8.6
Submitted by: Dmitry Frolov <frolov@riss-telecom.ru>
PR: ports/92668
Notes
Notes:
svn path=/head/; revision=154997
Diffstat (limited to 'sysutils/ipmitool/files/patch-lib_helper.c')
-rw-r--r-- | sysutils/ipmitool/files/patch-lib_helper.c | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/sysutils/ipmitool/files/patch-lib_helper.c b/sysutils/ipmitool/files/patch-lib_helper.c deleted file mode 100644 index 268de36d0030..000000000000 --- a/sysutils/ipmitool/files/patch-lib_helper.c +++ /dev/null @@ -1,25 +0,0 @@ ---- lib/helper.c.orig Wed May 18 03:58:05 2005 -+++ lib/helper.c Tue May 31 22:01:31 2005 -@@ -34,17 +34,20 @@ - * facility. - */ - -+#include <sys/types.h> -+#include <sys/stat.h> -+#include <sys/ioctl.h> /* For TIOCNOTTY */ -+ - #include <stdlib.h> - #include <stdio.h> - #include <inttypes.h> - #include <signal.h> - #include <string.h> - #include <strings.h> --#include <sys/types.h> --#include <sys/stat.h> - #include <unistd.h> - #include <fcntl.h> - #include <errno.h> -+#include <paths.h> /* For _PATH_TTY */ - - #include <ipmitool/helper.h> - #include <ipmitool/log.h> |