1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

First clean compile without a "PORTNAME" variable being set...

This commit is contained in:
Marc G. Fournier
1997-12-20 00:11:13 +00:00
parent 93e74460a9
commit 10ff1eea60
10 changed files with 234 additions and 251 deletions

View File

@@ -44,7 +44,7 @@ static char sccsid[] = "@(#)dl.c 5.4 (Berkeley) 2/23/91";
#include <stdio.h>
#include <stdlib.h>
#include "port-protos.h"
#include "dynloader.h"
static char error_message[BUFSIZ];