* passwd.cc (setpassent): Align to BSD definition.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user