From: Andrea Bolognani Date: Tue, 24 May 2022 07:23:18 +0000 (+0200) Subject: util: Drop references to netlink.pdf X-Git-Tag: v8.4.0-rc1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0a5eb59cb8ec43da6825a93e003fc9991ce7a05;p=thirdparty%2Flibvirt.git util: Drop references to netlink.pdf The website no longer exists and the PDF file can't even be retrieved via archive.org. Signed-off-by: Andrea Bolognani Reviewed-by: Michal Privoznik --- diff --git a/build-aux/syntax-check.mk b/build-aux/syntax-check.mk index 351329267b..ba5ad46628 100644 --- a/build-aux/syntax-check.mk +++ b/build-aux/syntax-check.mk @@ -839,7 +839,6 @@ http_sites += www.javvin.com # 404 links http_sites += kerneltrap.org http_sites += www.microsoft.com -http_sites += lovezutto.googlepages.com http_re= ($(subst $(space),|,$(http_sites))) diff --git a/src/util/virnetdevmacvlan.c b/src/util/virnetdevmacvlan.c index fd8c20e059..1985d1028a 100644 --- a/src/util/virnetdevmacvlan.c +++ b/src/util/virnetdevmacvlan.c @@ -16,10 +16,7 @@ * License along with this library. If not, see * . * - * Notes: - * netlink: http://lovezutto.googlepages.com/netlink.pdf - * iproute2 package - * + * Notes: iproute2 package */ #include diff --git a/src/util/virnetlink.c b/src/util/virnetlink.c index 04a39a905b..c6b015d7a9 100644 --- a/src/util/virnetlink.c +++ b/src/util/virnetlink.c @@ -16,9 +16,7 @@ * License along with this library. If not, see * . * - * Notes: - * netlink: http://lovezutto.googlepages.com/netlink.pdf - * iproute2 package + * Notes: iproute2 package */ #include