Commit a9e8026e authored by Lev Walkin's avatar Lev Walkin

Windows patch by Cyril Pertsev

parent 7943c301
......@@ -6,6 +6,14 @@
#include <errno.h>
#include <sysexits.h>
#ifdef WIN32
#define setuid(s)
#define getuid()
#define setgid(s)
#define getgid()
#define chroot(p) (-1)
#endif
/*
* This program chroots into a given directory,
* then executes the asn1c command with strict arguments checking.
......
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