Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 424954
Collapse All | Expand All

(-)a/loginutils/passwd.c (+1 lines)
Lines 15-20 Link Here
15
15
16
#include "libbb.h"
16
#include "libbb.h"
17
#include <syslog.h>
17
#include <syslog.h>
18
#include <sys/resource.h>
18
19
19
static void nuke_str(char *str)
20
static void nuke_str(char *str)
20
{
21
{
(-)a/miscutils/time.c (+1 lines)
Lines 16-21 Link Here
16
//usage:     "\n	-v	Verbose"
16
//usage:     "\n	-v	Verbose"
17
17
18
#include "libbb.h"
18
#include "libbb.h"
19
#include <sys/resource.h>
19
20
20
/* Information on the resources used by a child process.  */
21
/* Information on the resources used by a child process.  */
21
typedef struct {
22
typedef struct {
(-)a/networking/ntpd.c (+1 lines)
Lines 47-52 Link Here
47
#include <math.h>
47
#include <math.h>
48
#include <netinet/ip.h> /* For IPTOS_LOWDELAY definition */
48
#include <netinet/ip.h> /* For IPTOS_LOWDELAY definition */
49
#include <sys/timex.h>
49
#include <sys/timex.h>
50
#include <sys/resource.h>
50
#ifndef IPTOS_LOWDELAY
51
#ifndef IPTOS_LOWDELAY
51
# define IPTOS_LOWDELAY 0x10
52
# define IPTOS_LOWDELAY 0x10
52
#endif
53
#endif
(-)a/runit/chpst.c (+1 lines)
Lines 91-96 Link Here
91
//usage:     "\n			a SIGXCPU after N seconds"
91
//usage:     "\n			a SIGXCPU after N seconds"
92
92
93
#include "libbb.h"
93
#include "libbb.h"
94
#include <sys/resource.h>
94
95
95
/*
96
/*
96
Five applets here: chpst, envdir, envuidgid, setuidgid, softlimit.
97
Five applets here: chpst, envdir, envuidgid, setuidgid, softlimit.
(-)a/shell/shell_common.c (+1 lines)
Lines 18-23 Link Here
18
 */
18
 */
19
#include "libbb.h"
19
#include "libbb.h"
20
#include "shell_common.h"
20
#include "shell_common.h"
21
#include <sys/resource.h>
21
22
22
const char defifsvar[] ALIGN1 = "IFS= \t\n";
23
const char defifsvar[] ALIGN1 = "IFS= \t\n";
23
24

Return to bug 424954