diff options
author | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-14 16:59:11 +0000 |
---|---|---|
committer | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-14 16:59:11 +0000 |
commit | 370ce81296cb8401bc6b5af6b4ab0f4b8cb4e30f (patch) | |
tree | a6de7890b9cffd9bef96ebc8b326d63435955219 /miscutils/devfsd.c | |
parent | 0b3f32b784e3aa768510d008b34d1f0b406011b2 (diff) | |
download | busybox-w32-370ce81296cb8401bc6b5af6b4ab0f4b8cb4e30f.tar.gz busybox-w32-370ce81296cb8401bc6b5af6b4ab0f4b8cb4e30f.tar.bz2 busybox-w32-370ce81296cb8401bc6b5af6b4ab0f4b8cb4e30f.zip |
split libbb: moved xregcomp separatelly for speed up recompile
git-svn-id: svn://busybox.net/trunk/busybox@11464 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils/devfsd.c')
-rw-r--r-- | miscutils/devfsd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c index 24b91be5c..fb9c64375 100644 --- a/miscutils/devfsd.c +++ b/miscutils/devfsd.c | |||
@@ -49,8 +49,8 @@ | |||
49 | Richard Gooch, c/o ATNF, P. O. Box 76, Epping, N.S.W., 2121, Australia. | 49 | Richard Gooch, c/o ATNF, P. O. Box 76, Epping, N.S.W., 2121, Australia. |
50 | */ | 50 | */ |
51 | 51 | ||
52 | #include "libbb.h" | ||
53 | #include "busybox.h" | 52 | #include "busybox.h" |
53 | #include "xregex.h" | ||
54 | #include <unistd.h> | 54 | #include <unistd.h> |
55 | #include <stdio.h> | 55 | #include <stdio.h> |
56 | #include <stdlib.h> | 56 | #include <stdlib.h> |
@@ -68,7 +68,6 @@ | |||
68 | #include <fcntl.h> | 68 | #include <fcntl.h> |
69 | #include <syslog.h> | 69 | #include <syslog.h> |
70 | #include <signal.h> | 70 | #include <signal.h> |
71 | #include <regex.h> | ||
72 | #include <errno.h> | 71 | #include <errno.h> |
73 | #include <sys/sysmacros.h> | 72 | #include <sys/sysmacros.h> |
74 | 73 | ||