diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-07-22 09:01:02 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-07-22 09:01:02 +0000 |
commit | a25f00c15d6d78fa3c413a73dd54307f5836eb39 (patch) | |
tree | 68779411046cbbb12bad0f9b4b845c77c2887a09 /sysutils/pidof/files/patch-pidof.c | |
parent | - Add LICENSE_FILE (diff) |
- Add LICENSE
- Regenerate patches
- Update WWW
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=446376
Diffstat (limited to 'sysutils/pidof/files/patch-pidof.c')
-rw-r--r-- | sysutils/pidof/files/patch-pidof.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/pidof/files/patch-pidof.c b/sysutils/pidof/files/patch-pidof.c index 7cc71b28d638..3777ef07527a 100644 --- a/sysutils/pidof/files/patch-pidof.c +++ b/sysutils/pidof/files/patch-pidof.c @@ -1,6 +1,6 @@ ---- pidof.c.orig Mon May 2 07:26:03 2005 -+++ pidof.c Mon May 2 07:40:31 2005 -@@ -53,10 +53,19 @@ +--- pidof.c.orig 2005-05-01 16:26:19 UTC ++++ pidof.c +@@ -53,10 +53,19 @@ get_pid_of_process(char *process_name) if ((kd = kvm_open("/dev/null", "/dev/null", "/dev/null", O_RDONLY, "kvm_open")) == NULL) (void)errx(1, "%s", kvm_geterr(kd)); else { |