]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - lib/ipx_ntop.c
Tree wide: Drop sockaddr_nl arg
[mirror_iproute2.git] / lib / ipx_ntop.c
index 1e46bc219051af80a8a3e7518c101899334bcaef..80b8a34e1a70499a7db495b5e48ec81a3c81fd24 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #include <errno.h>
 #include <sys/types.h>
 #include <sys/socket.h>
@@ -68,5 +69,3 @@ const char *ipx_ntop(int af, const void *addr, char *str, size_t len)
 
        return NULL;
 }
-
-