1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

more removal of PORTNAME_*

This commit is contained in:
Marc G. Fournier
1996-10-31 10:23:28 +00:00
parent 4df1a41478
commit df6a9e633c
6 changed files with 39 additions and 39 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.6 1996/10/13 18:39:41 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.7 1996/10/31 10:23:26 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@ -49,9 +49,9 @@ elog(int lev, const char *fmt, ... )
register char *bp;
register const char *cp;
extern int errno, sys_nerr;
#if !defined(PORTNAME_BSD44_derived) && \
!defined(PORTNAME_bsdi) && \
!defined(PORTNAME_bsdi_2_1)
#if !defined(BSD44_derived) && \
!defined(bsdi) && \
!defined(bsdi_2_1)
extern char *sys_errlist[];
#endif /* bsd derived */
#ifndef PG_STANDALONE