summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_id.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2007-07-05 16:23:49 +0000
committerdelphij <delphij@FreeBSD.org>2007-07-05 16:23:49 +0000
commite6f8b0995d59e493018009921005c7f50759dc53 (patch)
tree81174e8101271154426447c99842b2b14728c14e /sys/netinet6/ip6_id.c
parent181b33ba1c42e4a3281278639aae08ff32ebbc29 (diff)
downloadFreeBSD-src-e6f8b0995d59e493018009921005c7f50759dc53.zip
FreeBSD-src-e6f8b0995d59e493018009921005c7f50759dc53.tar.gz
ANSIfy[1] plus some style cleanup nearby.
Discussed with: gnn, rwatson Submitted by: Karl Sj?dahl - dunceor <dunceor gmail com> [1] Approved by: re (rwatson)
Diffstat (limited to 'sys/netinet6/ip6_id.c')
-rw-r--r--sys/netinet6/ip6_id.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet6/ip6_id.c b/sys/netinet6/ip6_id.c
index 19957a4..c5507ff 100644
--- a/sys/netinet6/ip6_id.c
+++ b/sys/netinet6/ip6_id.c
@@ -152,7 +152,6 @@ static u_int32_t randomid(struct randomtab *);
* Do a fast modular exponation, returned value will be in the range
* of 0 - (mod-1)
*/
-
static u_int32_t
pmod(u_int32_t gen, u_int32_t expo, u_int32_t mod)
{
OpenPOWER on IntegriCloud