mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Fix compile error caused by patch application.
This commit is contained in:
@@ -77,9 +77,6 @@ GetPrivateProfileString(char *theSection, /* section name */
|
||||
size_t aReturnLength = 0;
|
||||
BOOL aSectionFound = FALSE;
|
||||
BOOL aKeyFound = FALSE;
|
||||
size_t aReturnLength = 0;
|
||||
BOOL aSectionFound = FALSE;
|
||||
BOOL aKeyFound = FALSE;
|
||||
|
||||
ptr = (char *) getpwuid(getuid()); /* get user info */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user