Add the -p option for using regular Unix permissions.

This commit is contained in:
hpa 2001-11-17 01:55:08 +00:00
parent 93e86de7a2
commit 78fd7348ea
6 changed files with 116 additions and 44 deletions

View file

@ -85,6 +85,10 @@
#endif
#endif
#ifdef HAVE_GRP_H
#include <grp.h>
#endif
#include <errno.h>
#include <signal.h>