aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mbmon/files/patch-testsmb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/mbmon/files/patch-testsmb.c')
-rw-r--r--sysutils/mbmon/files/patch-testsmb.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/sysutils/mbmon/files/patch-testsmb.c b/sysutils/mbmon/files/patch-testsmb.c
deleted file mode 100644
index f02a2e6b69cb..000000000000
--- a/sysutils/mbmon/files/patch-testsmb.c
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$FreeBSD$
-
---- testsmb.c.orig Mon Aug 2 09:54:32 2004
-+++ testsmb.c Mon Aug 2 09:55:00 2004
-@@ -126,7 +126,7 @@
- break;
- default:
- fprintf(stderr, "No known SMBus(I2C) chip found.\n");
-- goto exit;
-+ continue;
- }
-
- if(OpenIO() == -1) return -1;
-@@ -141,7 +141,6 @@
- }
-
- CloseIO();
--exit:
- ; /* dummy statment for gcc 3.4 or after */
-
- } /* endo of Big roop for smb_base candidates */
- exit (0);