From 56c0147deb4c36bf28fa4ac7f3cefdad726346e4 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 20 May 2016 13:05:39 +0100 Subject: [settings] Extend numerical setting tags to "unsigned long" Signed-off-by: Michael Brown --- src/include/ipxe/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/ipxe/settings.h b/src/include/ipxe/settings.h index b44794af2..6534c25b6 100644 --- a/src/include/ipxe/settings.h +++ b/src/include/ipxe/settings.h @@ -40,7 +40,7 @@ struct setting { * (such as a DHCP option number, or an SMBIOS structure and * field number). */ - unsigned int tag; + unsigned long tag; /** Setting scope (or NULL) * * For historic reasons, a NULL scope with a non-zero tag -- cgit v1.2.3-55-g7522