]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
util: Drop references to netlink.pdf
authorAndrea Bolognani <abologna@redhat.com>
Tue, 24 May 2022 07:23:18 +0000 (09:23 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 24 May 2022 10:19:11 +0000 (12:19 +0200)
The website no longer exists and the PDF file can't even be
retrieved via archive.org.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
build-aux/syntax-check.mk
src/util/virnetdevmacvlan.c
src/util/virnetlink.c

index 351329267b22365b094cd369c264e64c66ee9511..ba5ad4662867840f1944575249a137f3c29b2df4 100644 (file)
@@ -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)))
 
index fd8c20e0594fc909708e1f688922c158a271e2a6..1985d1028a4ee3f1072387b94e38be60c8a4012e 100644 (file)
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
  *
- * Notes:
- * netlink: http://lovezutto.googlepages.com/netlink.pdf
- *          iproute2 package
- *
+ * Notes: iproute2 package
  */
 
 #include <config.h>
index 04a39a905bf49d046853c48819805db0c1f1e7e8..c6b015d7a987c570e6a8444967a4d6266fb955bf 100644 (file)
@@ -16,9 +16,7 @@
  * License along with this library.  If not, see
  * <http://www.gnu.org/licenses/>.
  *
- * Notes:
- * netlink: http://lovezutto.googlepages.com/netlink.pdf
- *          iproute2 package
+ * Notes: iproute2 package
  */
 
 #include <config.h>