diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-17 05:16:15 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-17 05:16:15 +0000 |
commit | 9b4dac7f12bae718938083e03d5afde755e95dff (patch) | |
tree | 39228b96d92238c38a8a28cbc13d030fbd580000 /src | |
parent | 2d36471b82cc62911efed293023745bb44b01462 (diff) | |
download | postgresql-9b4dac7f12bae718938083e03d5afde755e95dff.tar.gz postgresql-9b4dac7f12bae718938083e03d5afde755e95dff.zip |
clean up comment on missing file.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/libpq/pqcomm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/libpq/pqcomm.c b/src/backend/libpq/pqcomm.c index be35467cb81..062488184e5 100644 --- a/src/backend/libpq/pqcomm.c +++ b/src/backend/libpq/pqcomm.c @@ -28,7 +28,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: pqcomm.c,v 1.78 1999/07/17 04:25:33 momjian Exp $ + * $Id: pqcomm.c,v 1.79 1999/07/17 05:16:15 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -81,7 +81,7 @@ #endif #include "libpq/libpq.h" -#include "utils/trace.h" /* needed on some OS's */ +#include "utils/trace.h" /* needed for HAVE_FCNTL_SETLK */ #include "miscadmin.h" |