summaryrefslogtreecommitdiff
path: root/lib/getpass.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-10-04 20:18:43 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-10-04 20:18:43 +0000
commit1cc46fbf537a89aa60128e84b5973a831221220d (patch)
tree4c930d113bc9fdd3180197fe438900e569423775 /lib/getpass.c
parentbe1d0e7285afc1084b86b50ab64e86eb5bb9bb3d (diff)
downloadcoreutils-1cc46fbf537a89aa60128e84b5973a831221220d.tar.xz
Sync from gnulib, to remove dependencies of other modules on unlocked-io.
Diffstat (limited to 'lib/getpass.c')
-rw-r--r--lib/getpass.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/getpass.c b/lib/getpass.c
index 9ac01f227..bc8eb4498 100644
--- a/lib/getpass.c
+++ b/lib/getpass.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992-2001, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 1992-2001, 2003, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or modify
@@ -55,7 +55,7 @@
#if _LIBC
# define flockfile(s) _IO_flockfile (s)
# define funlockfile(s) _IO_funlockfile (s)
-#else
+#elif USE_UNLOCKED_IO
# include "unlocked-io.h"
#endif