Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 250922 | Differences between
and this patch

Collapse All | Expand All

(-)dbgbase/DbgSess.cpp.old (+1 lines)
Lines 60-65 Link Here
60
#include "DbgSpawn.h"
60
#include "DbgSpawn.h"
61
61
62
#include <cstring>
62
#include <cstring>
63
#include <limits.h>
63
64
64
void GenerateSessionID(std::string& sessid) {
65
void GenerateSessionID(std::string& sessid) {
65
	char buf[256];
66
	char buf[256];
(-)dbgbase/dbgbase_globals.cpp.old (+1 lines)
Lines 57-62 Link Here
57
#include "dbgbase/dbgbase_globals.h"
57
#include "dbgbase/dbgbase_globals.h"
58
58
59
#include <cstdlib>
59
#include <cstdlib>
60
#include <limits.h>
60
61
61
#ifdef _TRACE
62
#ifdef _TRACE
62
63
(-)dbg/command.cpp.old (+1 lines)
Lines 44-49 Link Here
44
44
45
#include <stdio.h>
45
#include <stdio.h>
46
#include <string.h>
46
#include <string.h>
47
#include <limits.h>
47
48
48
#include <stdlib.h>
49
#include <stdlib.h>
49
#include <signal.h>
50
#include <signal.h>

Return to bug 250922