- move buffer allocation schemes to libbb.h
- include the correct headers: applets need busybox.h while lib* need libbb.h
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/socket.h>
|
||||
#include <ctype.h>
|
||||
#include "libbb.h"
|
||||
#include "busybox.h"
|
||||
|
||||
static char *fileconf = "/etc/dnsd.conf";
|
||||
#define LOCK_FILE "/var/run/dnsd.lock"
|
||||
|
@@ -32,7 +32,7 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "libbb.h"
|
||||
#include "busybox.h"
|
||||
|
||||
#define MAX_OPT_DEPTH 10
|
||||
#define EUNBALBRACK 10001
|
||||
|
Reference in New Issue
Block a user