Imported Upstream version 1.4.14

This commit is contained in:
Jan Wagner 2013-11-26 23:57:14 +01:00
parent d0b8ab8112
commit 882cdeecca
75 changed files with 12919 additions and 9125 deletions

View file

@ -43,6 +43,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
@ -232,6 +234,8 @@ try_again:
printf("\n");
}
(void) closedir(procdir);
return (0);
}