The err() bug creeped back in again...

Pointed out by:  brianc@saintjoe.edu
This commit is contained in:
Marc G. Fournier 1996-08-19 18:04:44 +00:00
parent efafd1506e
commit 0b62293b71
1 changed files with 2 additions and 6 deletions

View File

@ -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