X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetpass.c;h=bc8eb4498d04230145853458b58006f360f08752;hb=a0defda0c17171194c0d1f2957ba808629db61d4;hp=9ac01f22776749ffa4ab77f862d850a7d1ebceb8;hpb=942fa9f9bad04cc75862b72fabc8f4ff617cdafb;p=gnulib.git 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