summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-08-19 18:04:44 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-08-19 18:04:44 +0000
commit0b62293b713405538b6dbf478ae3371b14fd035f (patch)
treed821f2d4d1079e8517fce3a4a420d2bb7359dbf6
parentefafd1506e57577d210c3a2fa424993c43461ab5 (diff)
The err() bug creeped back in again...
Pointed out by: brianc@saintjoe.edu
-rw-r--r--src/backend/bootstrap/bootstrap.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c
index 84a769dc91c..c2e0908c0d9 100644
--- a/src/backend/bootstrap/bootstrap.c
+++ b/src/backend/bootstrap/bootstrap.c
@@ -7,7 +7,7 @@
* Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.4.2.1 1996/08/17 07:50:21 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.4.2.2 1996/08/19 18:04:44 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -187,15 +187,11 @@ typedef void (*sig_func)();
* error handling / abort routines
* ----------------
*/
-# if !defined(PORTNAME_BSD44_derived) && \
- !defined(PORTNAME_bsdi) && \
- !defined(PORTNAME_bsdi_2_1)
-void err()
+void err_out()
{
Warnings++;
cleanup();
}
-#endif
/* usage:
usage help for the bootstrap backen