*** pgsql/src/bin/initdb/initdb.c 2009/03/31 18:58:16 1.169 --- pgsql/src/bin/initdb/initdb.c 2009/04/05 04:19:58 1.170 *************** *** 42,48 **** * Portions Copyright (c) 1994, Regents of the University of California * Portions taken from FreeBSD. * ! * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.168 2009/02/25 13:03:06 petere Exp $ * *------------------------------------------------------------------------- */ --- 42,48 ---- * Portions Copyright (c) 1994, Regents of the University of California * Portions taken from FreeBSD. * ! * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.169 2009/03/31 18:58:16 mha Exp $ * *------------------------------------------------------------------------- */ *************** *** 62,71 **** #include "getopt_long.h" #include "miscadmin.h" - #ifndef HAVE_INT_OPTRESET - int optreset; - #endif - /* * these values are passed in by makefile defines --- 62,67 ----