mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix warning
This commit is contained in:
@ -4,17 +4,21 @@
|
|||||||
* darcy@druid.net
|
* darcy@druid.net
|
||||||
* http://www.druid.net/darcy/
|
* http://www.druid.net/darcy/
|
||||||
*
|
*
|
||||||
* $Id: chkpass.c,v 1.6 2001/11/05 17:46:22 momjian Exp $
|
* $Id: chkpass.c,v 1.7 2001/12/19 18:49:24 petere Exp $
|
||||||
* best viewed with tabs set to 4
|
* best viewed with tabs set to 4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "postgres.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#ifdef HAVE_CRYPT_H
|
||||||
|
#include <crypt.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <postgres.h>
|
#include "fmgr.h"
|
||||||
#include <fmgr.h>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This type encrypts it's input unless the first character is a colon.
|
* This type encrypts it's input unless the first character is a colon.
|
||||||
|
Reference in New Issue
Block a user