Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0a0bd3d

Browse files
committed
remove the call to port-protos.h ...
1 parent 8dc48ba commit 0a0bd3d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/backend/commands/async.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.29 1998/02/26 04:30:47 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.30 1998/04/01 03:13:37 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -83,10 +83,6 @@
8383
#include <commands/async.h>
8484
#include <libpq/libpq.h>
8585

86-
#ifndef HAVE_STRDUP
87-
#include <port-protos.h> /* for strdup() */
88-
#endif
89-
9086
#include <storage/lmgr.h>
9187

9288
static int notifyFrontEndPending = 0;

0 commit comments

Comments
 (0)