1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

shared build fails, but the rest compiles...formatting error in the

cc -shared, I believe...
This commit is contained in:
Marc G. Fournier
1996-11-03 07:14:32 +00:00
parent aed384f12d
commit 4bdf308bdf
4 changed files with 16 additions and 11 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.5 1996/10/13 04:50:27 momjian Exp $
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.6 1996/11/03 07:14:30 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@ -33,6 +33,9 @@
#include <unistd.h>
#include <sys/types.h>
#include <pwd.h>
#include "postgres.h"
#include "libpq/pqcomm.h"
#include "libpq-fe.h"