diff options
author | Michael Landin <mich@FreeBSD.org> | 2017-05-22 09:15:22 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2017-05-22 09:15:22 +0000 |
commit | 391513e13f6626d4ca1fb15a8d489e483ed5be5b (patch) | |
tree | 6f404e545648386f0e9e721d5e1564ae4d43b9f4 /net-mgmt/cdpr/files/patch-conffile.c | |
parent | - Switch to options helpers (diff) |
- update to -> 2.4
- add LICENSE
Notes
Notes:
svn path=/head/; revision=441441
Diffstat (limited to '')
-rw-r--r-- | net-mgmt/cdpr/files/patch-conffile.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net-mgmt/cdpr/files/patch-conffile.c b/net-mgmt/cdpr/files/patch-conffile.c deleted file mode 100644 index ef5a7d1191a4..000000000000 --- a/net-mgmt/cdpr/files/patch-conffile.c +++ /dev/null @@ -1,19 +0,0 @@ ---- conffile.c.orig 2016-06-20 14:44:21 UTC -+++ conffile.c -@@ -57,6 +57,7 @@ do_something_with (char *ip, char *url) - struct hostent *h; - char *addy; - int port; -+ char *tport; - - if (ip && url) - { -@@ -70,7 +71,7 @@ do_something_with (char *ip, char *url) - else - { - strtok(ip,":"); -- char *tport = strtok(NULL,":"); -+ tport = strtok(NULL,":"); - port = atoi(tport); - } - /* |