1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-06 18:42:54 +03:00

Remove extra paren in ifdef.

This commit is contained in:
Bruce Momjian
1997-02-06 19:27:22 +00:00
parent 2c9dbc57e5
commit 89868af425

View File

@@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.37 1997/02/06 06:15:49 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.38 1997/02/06 19:27:22 momjian Exp $
*
* NOTES
*
@@ -86,7 +86,7 @@
#if defined(DBX_VERSION)
# define FORK() (0)
#else
# ifndef HAVE_VFORK)
# ifndef HAVE_VFORK
# define FORK() fork()
# else
# define FORK() vfork()