From 02f127ebde62f11cbf55ed1d7083477d5f1d34db Mon Sep 17 00:00:00 2001 From: deraadt Date: Sun, 21 Feb 2021 15:56:25 +0000 Subject: [PATCH] how about sticking to standard C. --- sys/net/toeplitz.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/net/toeplitz.h b/sys/net/toeplitz.h index a0b469ad482..9f21fd35389 100644 --- a/sys/net/toeplitz.h +++ b/sys/net/toeplitz.h @@ -1,4 +1,4 @@ -/* $OpenBSD: toeplitz.h,v 1.4 2021/02/21 02:37:38 dlg Exp $ */ +/* $OpenBSD: toeplitz.h,v 1.5 2021/02/21 15:56:25 deraadt Exp $ */ /* * Copyright (c) 2019 David Gwynne @@ -54,7 +54,7 @@ uint16_t stoeplitz_hash_ip6port(const struct stoeplitz_cache *, #endif uint16_t stoeplitz_hash_eaddr(const struct stoeplitz_cache *, - const uint8_t [static 6]); + const uint8_t []); /* hash a uint16_t in network byte order */ static __unused inline uint16_t -- 2.20.1