aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-02-01 15:04:00 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-02-01 15:04:00 +0000
commit05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a (patch)
tree758c70cb6bd64afa6adeaa071d49dba91d5ddd9e /sysutils
parent529da1f624ebb1bb70abcbb89c800c11cb6687fb (diff)
downloadports-05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a.tar.gz
ports-05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/abgx360/files/extra-patch-src-abgx360.c2
-rw-r--r--sysutils/ipmitool/files/patch-ipmi_pef.c2
-rw-r--r--sysutils/ipmitool/files/status-ipmi.sh.in2
-rw-r--r--sysutils/mcelog/files/patch-server.c2
-rw-r--r--sysutils/udfclient/files/patch-uscsi_subr.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/abgx360/files/extra-patch-src-abgx360.c b/sysutils/abgx360/files/extra-patch-src-abgx360.c
index 95aa50614802..c30dc82ff3d3 100644
--- a/sysutils/abgx360/files/extra-patch-src-abgx360.c
+++ b/sysutils/abgx360/files/extra-patch-src-abgx360.c
@@ -84,4 +84,4 @@
+ return 1; // temp
}
- #elif (defined(__OpenBSD__) || defined(__NetBSD__)) \ No newline at end of file
+ #elif (defined(__OpenBSD__) || defined(__NetBSD__))
diff --git a/sysutils/ipmitool/files/patch-ipmi_pef.c b/sysutils/ipmitool/files/patch-ipmi_pef.c
index b508edf14c76..fa7227877fde 100644
--- a/sysutils/ipmitool/files/patch-ipmi_pef.c
+++ b/sysutils/ipmitool/files/patch-ipmi_pef.c
@@ -7,4 +7,4 @@
+#include <ipmitool/bswap.h>
extern int verbose;
- /* \ No newline at end of file
+ /*
diff --git a/sysutils/ipmitool/files/status-ipmi.sh.in b/sysutils/ipmitool/files/status-ipmi.sh.in
index b4084b2b463e..06b2239865b7 100644
--- a/sysutils/ipmitool/files/status-ipmi.sh.in
+++ b/sysutils/ipmitool/files/status-ipmi.sh.in
@@ -58,4 +58,4 @@ case "${daily_status_ipmi_enable}" in
;;
esac
-exit $rc \ No newline at end of file
+exit $rc
diff --git a/sysutils/mcelog/files/patch-server.c b/sysutils/mcelog/files/patch-server.c
index 4b2107c2aa72..9eb17f88d987 100644
--- a/sysutils/mcelog/files/patch-server.c
+++ b/sysutils/mcelog/files/patch-server.c
@@ -89,4 +89,4 @@
+#endif
goto cleanup;
if (write(fd, PAIR("ping\n")) < 0)
- goto cleanup; \ No newline at end of file
+ goto cleanup;
diff --git a/sysutils/udfclient/files/patch-uscsi_subr.c b/sysutils/udfclient/files/patch-uscsi_subr.c
index a71d91ec98bd..aa43ced63d9c 100644
--- a/sysutils/udfclient/files/patch-uscsi_subr.c
+++ b/sysutils/udfclient/files/patch-uscsi_subr.c
@@ -42,4 +42,4 @@
+ (uint8_t *) cam_sense_data, sense_len, 1);
return EFAULT;
- } \ No newline at end of file
+ }