Browse Source

Overshot w/PROTO_DEPRECATED: seed48_deterministic() is used internally

OPENBSD_5_9
guenther 8 years ago
parent
commit
1fc79c3ad9
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/lib/libc/stdlib/seed48.c

+ 2
- 1
src/lib/libc/stdlib/seed48.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: seed48.c,v 1.5 2015/08/27 04:33:31 guenther Exp $ */
/* $OpenBSD: seed48.c,v 1.6 2015/09/13 15:20:40 guenther Exp $ */
/*
* Copyright (c) 1993 Martin Birgmeier
* All rights reserved.
@ -42,3 +42,4 @@ seed48_deterministic(unsigned short xseed[3])
__rand48_add = RAND48_ADD;
return sseed;
}
DEF_WEAK(seed48_deterministic);

Loading…
Cancel
Save