]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/arphrd-list.c
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / basic / arphrd-list.c
index c1fdbbd905e45b16573d46925ad87ba623feeec1..5df93a59c1be590508767f1166f687210242c233 100644 (file)
@@ -1,5 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
+/* SPDX-License-Identifier: LGPL-2.1+ */
 /***
   This file is part of systemd.
 
@@ -25,7 +24,7 @@
 #include "arphrd-list.h"
 #include "macro.h"
 
-static const struct arphrd_name* lookup_arphrd(register const char *str, register unsigned int len);
+static const struct arphrd_name* lookup_arphrd(register const char *str, register GPERF_LEN_TYPE len);
 
 #include "arphrd-from-name.h"
 #include "arphrd-to-name.h"