From cbeb0b26e4c7caa8d1b47de791a7418dc20a4567 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 1 Apr 2006 19:24:03 +0000 Subject: Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. --- src/libsec/port/prng.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libsec/port/prng.c') diff --git a/src/libsec/port/prng.c b/src/libsec/port/prng.c index fc2e508a..75b3f6bf 100644 --- a/src/libsec/port/prng.c +++ b/src/libsec/port/prng.c @@ -2,9 +2,9 @@ #include #include -// -// just use the libc prng to fill a buffer -// +/* */ +/* just use the libc prng to fill a buffer */ +/* */ void prng(uchar *p, int n) { -- cgit v1.2.3