summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/res_random.c
diff options
context:
space:
mode:
authorguenther <>2014-07-20 04:22:34 +0000
committerguenther <>2014-07-20 04:22:34 +0000
commit2d32133a5bf876d4d4e5ec6d7a5b28977b043411 (patch)
tree5825d94cbc51cdf261c4e7177ee31779abbd58d6 /src/lib/libc/net/res_random.c
parent62a42f016f6e7c8be86b80a527c3637a7496569f (diff)
downloadopenbsd-2d32133a5bf876d4d4e5ec6d7a5b28977b043411.tar.gz
openbsd-2d32133a5bf876d4d4e5ec6d7a5b28977b043411.tar.bz2
openbsd-2d32133a5bf876d4d4e5ec6d7a5b28977b043411.zip
From ISO/IEC 9899:1999 and 9899:201x,
6.11.5 - Storage-class specifiers: The placement of a storage-class specifier other than at the beginning of the declaration specifiers in a declaration is an obsolescent feature. Diff from Jean-Philippe Ouellet (jean-philippe (at) ouellet.biz)
Diffstat (limited to 'src/lib/libc/net/res_random.c')
-rw-r--r--src/lib/libc/net/res_random.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/res_random.c b/src/lib/libc/net/res_random.c
index e22771995a..f28692f7c2 100644
--- a/src/lib/libc/net/res_random.c
+++ b/src/lib/libc/net/res_random.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: res_random.c,v 1.20 2013/11/12 07:00:24 deraadt Exp $ */ 1/* $OpenBSD: res_random.c,v 1.21 2014/07/20 04:22:34 guenther Exp $ */
2 2
3/* 3/*
4 * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> 4 * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
@@ -87,7 +87,7 @@ struct prf_ctx {
87}; 87};
88 88
89#define PFAC_N 3 89#define PFAC_N 3
90const static u_int16_t pfacts[PFAC_N] = { 90static const u_int16_t pfacts[PFAC_N] = {
91 2, 91 2,
92 3, 92 3,
93 2729 93 2729