pgsql/src/include (c.h)

From: momjian(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include (c.h)
Date: 2001-01-09 16:07:14
Message-ID: 200101091607.f09G7E738624@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Tuesday, January 9, 2001 @ 11:07:14
Author: momjian

Update of /home/projects/pgsql/cvsroot/pgsql/src/include
from hub.org:/home/projects/pgsql/tmp/cvs-serv38607/pgsql/src/include

Modified Files:
c.h

----------------------------- Log Message -----------------------------

The KAME files md5.* and sha1.* have the following changelog
entry:

----------------------------
revision 1.2
date: 2000/12/04 01:20:38; author: tgl; state: Exp; lines:
+18 -18
Eliminate some of the more blatant platform-dependencies ... it
builds here now, anyway ...
----------------------------

Which basically changes u_int*_t -> uint*_t, so now it does not
compile neither under Debian 2.2 nor under NetBSD 1.5 which
is platform independent<B8> all right. Also it replaces $KAME$
with $Id$ which is Bad Thing. PostgreSQL Id should be added as a
separate line so the file history could be seen.

So here is patch:

* changes uint*_t -> uint*. I guess that was the original
intention
* adds uint64 type to include/c.h because its needed
[somebody should check if I did it right]
* adds back KAME Id, because KAME is the master repository
* removes stupid c++ comments in pgcrypto.c
* removes <sys/types.h> from the code, its not needed

--
marko

Marko Kreen

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-01-09 17:23:14 [WEBMASTER] 'www/html devel-contrib.html'
Previous Message momjian 2001-01-09 16:07:13 pgsql/contrib/pgcrypto (md5.c md5.h pgcrypto.c pgcrypto.h sha1.c sha1.h)