mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Opps, left out two defines needed for argument parsing.
This commit is contained in:
parent
a09ec19a33
commit
cfe3b61c02
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#include <sys/types.h>
|
||||
#include <grp.h>
|
||||
|
||||
#define getintarg(v,a) PyArg_Parse((v),"i",(a))
|
||||
#define getstrarg(v,a) PyArg_Parse((v),"s",(a))
|
||||
|
||||
static PyObject *mkgrent(p)
|
||||
struct group *p;
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue