diff options
Diffstat (limited to 'src/port/getopt.c')
-rw-r--r-- | src/port/getopt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/port/getopt.c b/src/port/getopt.c index 28a0d0a4764..1665aab6384 100644 --- a/src/port/getopt.c +++ b/src/port/getopt.c @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/port/getopt.c,v 1.10 2006/03/11 04:38:40 momjian Exp $ */ + /* This is used by psql under Win32 */ /* |