Commit 89868af4 authored by Bruce Momjian's avatar Bruce Momjian

Remove extra paren in ifdef.

parent 2c9dbc57
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment