From 04905aaeffba2bc77866a4056dc3f2020a86bb26 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Wed, 8 Mar 2017 09:39:11 +0000
Subject: Update documentation for the types change, with some extra fixes
Also remove --enable-replace-libc from configure
---
doc/librandom/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc/librandom')
diff --git a/doc/librandom/index.html b/doc/librandom/index.html
index 26669fa..e431c57 100644
--- a/doc/librandom/index.html
+++ b/doc/librandom/index.html
@@ -46,7 +46,7 @@ function prototypes.
unsigned char c ;
uint32_t max ;
uint32_t n ;
- unsigned int b ;
+ size_t b ;
char data[at least b] ;
int r ;
@@ -88,7 +88,7 @@ Bytes are not permuted inside chunks.
- void random_name (char *s, unsigned int n)
+ void random_name (char *s, size_t n)
Writes n random readable ASCII characters into s:
letters, numbers, hyphens or underscores. Does not terminate with a
null character.
--
cgit v1.3.1