gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] branch master updated: gnurl1.awk


From: gnunet
Subject: [gnurl] branch master updated: gnurl1.awk
Date: Mon, 14 Sep 2020 21:56:34 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

The following commit(s) were added to refs/heads/master by this push:
     new 5c4462d0d gnurl1.awk
5c4462d0d is described below

commit 5c4462d0d1f0b4059c7d734b88eafd9e6c0b6bd8
Author: nikita <nikita@NetBSD.org>
AuthorDate: Mon Sep 14 21:56:27 2020 +0200

    gnurl1.awk
---
 aux-gnurl/gnurl1.awk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/aux-gnurl/gnurl1.awk b/aux-gnurl/gnurl1.awk
index a6133f835..7efc57e8f 100755
--- a/aux-gnurl/gnurl1.awk
+++ b/aux-gnurl/gnurl1.awk
@@ -2,6 +2,7 @@
 
 {
     gsub("curl/curl.h","gnurl/curl.h");
+    gsub("curl/multi.h","gnurl/multi.h");
     gsub("TH curl_", "TH gnurl_");
     gsub("TH CURL", "TH GNURL");
     gsub("libcurl Manual", "libgnurl Manual");

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]