Johnathan Jenkins
Arun Prakash Jana
8 yıl önce
ebeveyn
işleme
ab6bdbee6d
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: A75979F35C080412
1 değiştirilmiş dosya ile
6 ekleme ve
1 silme
-
nnn.c
|
|
@@ -1,6 +1,11 @@ |
|
|
|
/* See LICENSE file for copyright and license details. */ |
|
|
|
#include <sys/stat.h> |
|
|
|
#include <sys/types.h> |
|
|
|
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) \ |
|
|
|
|| defined(__APPLE__) |
|
|
|
# include <sys/types.h> |
|
|
|
#else |
|
|
|
# include <sys/sysmacros.h> |
|
|
|
#endif |
|
|
|
#include <sys/wait.h> |
|
|
|
#include <sys/statvfs.h> |
|
|
|
#include <sys/resource.h> |
|
|
|