Skip to content

Commit 0b62293

Browse files
committed
The err() bug creeped back in again...
Pointed out by: brianc@saintjoe.edu
1 parent efafd15 commit 0b62293

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/backend/bootstrap/bootstrap.c

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Copyright (c) 1994, Regents of the University of California
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.4.2.1 1996/08/17 07:50:21 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.4.2.2 1996/08/19 18:04:44 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -187,15 +187,11 @@ typedef void (*sig_func)();
187187
* error handling / abort routines
188188
* ----------------
189189
*/
190-
# if !defined(PORTNAME_BSD44_derived) && \
191-
!defined(PORTNAME_bsdi) && \
192-
!defined(PORTNAME_bsdi_2_1)
193-
void err()
190+
void err_out()
194191
{
195192
Warnings++;
196193
cleanup();
197194
}
198-
#endif
199195

200196
/* usage:
201197
usage help for the bootstrap backen

0 commit comments

Comments
 (0)