1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-17 06:41:09 +03:00

Remove use of "miscadmin.h" in port C files and remove test for frontend

in miscadmin.h.
This commit is contained in:
Bruce Momjian
2004-10-18 19:08:58 +00:00
parent cd8db9532b
commit b3fe6bcafe
3 changed files with 3 additions and 9 deletions

View File

@ -10,7 +10,7 @@
* Win32 (NT, Win2k, XP). replace() doesn't work on Win95/98/Me.
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/port/dirmod.c,v 1.30 2004/10/17 23:53:30 momjian Exp $
* $PostgreSQL: pgsql/src/port/dirmod.c,v 1.31 2004/10/18 19:08:58 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -37,8 +37,6 @@
#if defined(WIN32) || defined(__CYGWIN__)
#include "miscadmin.h"
#ifndef __CYGWIN__
#include <winioctl.h>
#else