mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Fix compile error caused by patch application.
This commit is contained in:
parent
2a06b3bdfd
commit
89765fa555
1 changed files with 0 additions and 3 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue