0
0
mirror of https://github.com/darkk/redsocks.git synced 2025-08-29 05:05:30 +00:00

Retabbed file a bit.

This commit is contained in:
darkk 2007-06-03 13:21:53 +00:00 committed by Leonid Evdokimov
parent ff53241ea7
commit b644e67ecb

12
base.c
View File

@ -1,12 +1,12 @@
/* $Id$ */ /* $Id$ */
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h> #include <unistd.h>
#include <string.h> #include <string.h>
#include <pwd.h> #include <pwd.h>
#include <grp.h> #include <grp.h>
#include "log.h" #include "log.h"
#include "main.h" #include "main.h"
#include "parser.h" #include "parser.h"