X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fgetpass.c;h=bc8eb4498d04230145853458b58006f360f08752;hb=a0defda0c17171194c0d1f2957ba808629db61d4;hp=8a993d3e059b5633974f10f011a83d1e5fd1a10a;hpb=64d6ea0ae39513d02468ab04d43e3459a5a0f4ca;p=gnulib.git diff --git a/lib/getpass.c b/lib/getpass.c index 8a993d3e0..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 @@ -19,6 +19,10 @@ # include #endif +#if !_LIBC +# include "getpass.h" +#endif + #if _LIBC # define HAVE_STDIO_EXT_H 1 #endif @@ -51,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