From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Marko Kreen <marko(at)l-t(dot)ee> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: pgcrypto: include sys/types.h in crypt-des.c |
Date: | 2001-11-20 21:10:38 |
Message-ID: | 200111202110.fAKLAcH17371@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Patch applied. Thanks.
---------------------------------------------------------------------------
> Include sys/types.h in crypt-des.c. FreeBSD netinet/in.h
> needs it.
>
> Seems it is getting compileable...
>
> --
> marko
>
>
> Index: contrib/pgcrypto/crypt-des.c
> ===================================================================
> RCS file: /opt/cvs/pgsql/pgsql/contrib/pgcrypto/crypt-des.c,v
> retrieving revision 1.6
> diff -u -r1.6 crypt-des.c
> --- contrib/pgcrypto/crypt-des.c 5 Nov 2001 17:46:23 -0000 1.6
> +++ contrib/pgcrypto/crypt-des.c 20 Nov 2001 20:39:56 -0000
> @@ -63,6 +63,7 @@
> #include "px-crypt.h"
>
> /* for ntohl/htonl */
> +#include <sys/types.h>
> #include <netinet/in.h>
>
> #define _PASSWORD_EFMT1 '_'
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-11-20 21:42:13 | Re: Version checking when loading psql |
Previous Message | Bruce Momjian | 2001-11-20 21:09:43 | Re: Documentation patch for PL/Python |