Revert "I bet this speeds up the compilation"

This reverts commit 6055aecb27.
pull/5/head
Michael Spang 14 years ago committed by Michael Spang
parent 6977d1efd2
commit 4ebea28c59
  1. 6
      src/zfsaddhomedir.c

@ -1,6 +1,10 @@
#include <stdio.h>
#include <sys/types.h>
#include <unistd.h>
#include <dirent.h>
#include <limits.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>
#include <assert.h>
#include "util.h"

Loading…
Cancel
Save