Remove extra paren in ifdef.

This commit is contained in:
Bruce Momjian 1997-02-06 19:27:22 +00:00
parent 2c9dbc57e5
commit 89868af425
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
* *
* *
* IDENTIFICATION * 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 * NOTES
* *
@ -86,7 +86,7 @@
#if defined(DBX_VERSION) #if defined(DBX_VERSION)
# define FORK() (0) # define FORK() (0)
#else #else
# ifndef HAVE_VFORK) # ifndef HAVE_VFORK
# define FORK() fork() # define FORK() fork()
# else # else
# define FORK() vfork() # define FORK() vfork()