mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 00:31:16 +00:00
- remove superfluous legacy includes.
This applet should be converted to use llist; __NEED_DLLIST
This commit is contained in:
parent
a2a647dfc1
commit
d9ed35c8b9
@ -1,3 +1,4 @@
|
||||
/* vi: set sw=4 ts=4: */
|
||||
/*
|
||||
* Copyright (c) 2002 by David I. Bell
|
||||
* Permission is granted to use, distribute, or modify this source,
|
||||
@ -11,11 +12,9 @@
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#include <memory.h>
|
||||
#include <time.h>
|
||||
#include <ctype.h>
|
||||
#include <sys/param.h>
|
||||
#include <malloc.h>
|
||||
#include "busybox.h"
|
||||
|
||||
#define USERSIZE 1024 /* max line length typed in by user */
|
||||
|
Loading…
Reference in New Issue
Block a user