From d5e21e0924401fc44bbcb2cf1f1491d01256a840 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 27 Jul 1997 18:52:43 +0000 Subject: HPUX 10 patches from Vladimir Turin --- src/backend/port/hpux/port.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/port/hpux/port.c') diff --git a/src/backend/port/hpux/port.c b/src/backend/port/hpux/port.c index eccf3dc5c12..205a3178267 100644 --- a/src/backend/port/hpux/port.c +++ b/src/backend/port/hpux/port.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/port/hpux/Attic/port.c,v 1.1.1.1 1996/07/09 06:21:43 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/port/hpux/Attic/port.c,v 1.2 1997/07/27 18:52:05 momjian Exp $ * * NOTES * For the most part, this file gets around some non-POSIX calls @@ -36,7 +36,7 @@ random() return(lrand48()); } -void srandom(int seed) +void srandom(unsigned seed) { srand48((long int) seed); } -- cgit v1.2.3