* passwd.cc (setpassent): Align to BSD definition.
This commit is contained in:
parent
b1782642d2
commit
39f090d060
|
@ -1,3 +1,7 @@
|
|||
2014-01-17 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* passwd.cc (setpassent): Align to BSD definition.
|
||||
|
||||
2014-01-17 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* syscalls.cc (popen): Introduce Glibc 'e' flag to allow thread-safe
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* passwd.cc: getpwnam () and friends
|
||||
|
||||
Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008,
|
||||
2009, 2010, 2011, 2012 Red Hat, Inc.
|
||||
2009, 2010, 2011, 2012, 2014 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
|
@ -274,7 +274,7 @@ endpwent (void)
|
|||
}
|
||||
|
||||
extern "C" int
|
||||
setpassent ()
|
||||
setpassent (int)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue