summaryrefslogtreecommitdiff
path: root/src/bin/pg_passwd
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_passwd')
-rw-r--r--src/bin/pg_passwd/pg_passwd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/pg_passwd/pg_passwd.c b/src/bin/pg_passwd/pg_passwd.c
index 4c9790b677..831c382370 100644
--- a/src/bin/pg_passwd/pg_passwd.c
+++ b/src/bin/pg_passwd/pg_passwd.c
@@ -16,7 +16,6 @@
#include <crypt.h>
#else
extern char *crypt(const char *, const char *);
-
#endif
/*
@@ -289,7 +288,6 @@ prompt_for_password(char *prompt, char *password)
#ifdef HAVE_TERMIOS_H
struct termios t_orig,
t;
-
#endif
#ifdef HAVE_TERMIOS_H