* passwd.cc (setpassent): Align to BSD definition.

This commit is contained in:
Corinna Vinschen 2014-01-17 14:53:04 +00:00
parent b1782642d2
commit 39f090d060
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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;
}