Commit 12b159ac authored by Martin Pool's avatar Martin Pool

Define NGROUPS if not already done.

parent 9299c8f0
......@@ -26,6 +26,11 @@
#include "rsync.h"
#ifndef NGROUPS
/* It ought to be defined, but just in case. */
# define NGROUPS 32
#endif
int main(int argc, char *argv[])
{
int n, i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment