summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/stdlib/icdb.c4
1 files changed, 2 insertions, 2 deletions
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 @@
1/* $OpenBSD: icdb.c,v 1.5 2015/12/27 01:26:47 chl Exp $ */ 1/* $OpenBSD: icdb.c,v 1.6 2016/05/30 03:06:58 guenther Exp $ */
2/* 2/*
3 * Copyright (c) 2015 Ted Unangst <tedu@openbsd.org> 3 * Copyright (c) 2015 Ted Unangst <tedu@openbsd.org>
4 * 4 *
@@ -100,7 +100,7 @@ struct icdb {
100 int fd; 100 int fd;
101}; 101};
102 102
103const uint32_t magic = 0x1ca9d0b7; 103static const uint32_t magic = 0x1ca9d0b7;
104 104
105static uint32_t 105static uint32_t
106roundup(uint32_t num) 106roundup(uint32_t num)