hunt down improper include <>, make mkswap output 4Gb+ friendly
This commit is contained in:
@@ -12,8 +12,7 @@
|
||||
* here to save a little space.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <libbb.h>
|
||||
#include "libbb.h"
|
||||
|
||||
int fclose_if_not_stdin(FILE *f)
|
||||
{
|
||||
|
||||
@@ -7,8 +7,7 @@
|
||||
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
||||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
#include <libbb.h>
|
||||
#include "libbb.h"
|
||||
|
||||
void bb_perror_nomsg(void)
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
||||
*/
|
||||
|
||||
#include <libbb.h>
|
||||
#include "libbb.h"
|
||||
|
||||
void bb_warn_ignoring_args(int n)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user