From 06b5312e6a3b5c470b0de3f0d4b272ded331ca5b Mon Sep 17 00:00:00 2001 From: guenther <> Date: Mon, 30 May 2016 03:06:58 +0000 Subject: The icdb magic number doesn't need to be visible to static links ok tedu@ --- src/lib/libc/stdlib/icdb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libc/stdlib/icdb.c b/src/lib/libc/stdlib/icdb.c index 7a6f3df1bb..5bf549ecb3 100644 --- a/src/lib/libc/stdlib/icdb.c +++ b/src/lib/libc/stdlib/icdb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: icdb.c,v 1.5 2015/12/27 01:26:47 chl Exp $ */ +/* $OpenBSD: icdb.c,v 1.6 2016/05/30 03:06:58 guenther Exp $ */ /* * Copyright (c) 2015 Ted Unangst * @@ -100,7 +100,7 @@ struct icdb { int fd; }; -const uint32_t magic = 0x1ca9d0b7; +static const uint32_t magic = 0x1ca9d0b7; static uint32_t roundup(uint32_t num) -- cgit v1.2.3-55-g6feb