summaryrefslogtreecommitdiff
path: root/sysutils/mcelog/files/patch-client.c
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-03-08 06:53:10 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-03-08 06:53:10 +0000
commit72704a08a799038d894737574fd66e2f41dbc10c (patch)
treef1c3c06c51a926d8016d52386b81d7697cead31d /sysutils/mcelog/files/patch-client.c
parentHook py-tldextract to the build (diff)
sysutils/mcelog: 1.0pre3 -> 133
- Added version prefix - Switched to github over master sites - Removed patch_strip - Changed hard LDFLAGS to include - Fixed version in source - Updated distfile - Regenerated patchfiles for portlint - Modified several patchfiles, adapted to new version - submitter becomes maintainer PR: 207145 Submitted by: Ultima1252@gmail.com Approved by: Jeremy Chadwick <jdc@koitsu.org> (maintainer)
Notes
Notes: svn path=/head/; revision=410604
Diffstat (limited to 'sysutils/mcelog/files/patch-client.c')
-rw-r--r--sysutils/mcelog/files/patch-client.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/mcelog/files/patch-client.c b/sysutils/mcelog/files/patch-client.c
index 222b7ad4fbe4..c9a468970ba1 100644
--- a/sysutils/mcelog/files/patch-client.c
+++ b/sysutils/mcelog/files/patch-client.c
@@ -1,5 +1,5 @@
---- ./client.c.orig 2009-12-15 07:18:40.000000000 -0500
-+++ ./client.c 2011-10-14 22:36:47.000000000 -0400
+--- client.c.orig 2016-02-10 18:38:43 UTC
++++ client.c
@@ -18,6 +18,7 @@
#include <stdio.h>
#include <sys/socket.h>
@@ -8,7 +8,7 @@
#include <unistd.h>
#include "mcelog.h"
#include "client.h"
-@@ -48,6 +49,9 @@
+@@ -48,6 +49,9 @@ void ask_server(char *command)
sizeof(struct sockaddr_un)) < 0)
SYSERRprintf("client connect");