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

Collapse All | Expand All

(-)dvutil-1.0.5.orig/dvutil/debug_dump.C (+1 lines)
Lines 1-4 Link Here
1
// $Id: debug_dump.C,v 1.3 2008/03/14 21:44:10 dvermeir Exp $
1
// $Id: debug_dump.C,v 1.3 2008/03/14 21:44:10 dvermeir Exp $
2
#include <stdint.h>
2
#include <ctype.h>
3
#include <ctype.h>
3
#include <iomanip>
4
#include <iomanip>
4
5
(-)dvutil-1.0.5.orig/dvutil/props.C (+1 lines)
Lines 1-6 Link Here
1
// $Id: props.C,v 1.29 2008/03/14 21:44:10 dvermeir Exp $
1
// $Id: props.C,v 1.29 2008/03/14 21:44:10 dvermeir Exp $
2
2
3
#include <ctype.h>
3
#include <ctype.h>
4
#include <cstdio>
4
#include <unistd.h> // environ
5
#include <unistd.h> // environ
5
#include <string.h> // strchr
6
#include <string.h> // strchr
6
#include <dvutil/props.h>
7
#include <dvutil/props.h>
(-)dvutil-1.0.5.orig/dvutil/filterstreambuf.h (+2 lines)
Lines 3-8 Link Here
3
// $Id: filterstreambuf.h,v 1.7 2008/03/16 15:17:26 dvermeir Exp $
3
// $Id: filterstreambuf.h,v 1.7 2008/03/16 15:17:26 dvermeir Exp $
4
4
5
#include <iostream>
5
#include <iostream>
6
#include <cstdio>
7
6
/** @file 
8
/** @file 
7
 * The Dv::Util::filterstreambuf class is a template class that
9
 * The Dv::Util::filterstreambuf class is a template class that
8
 * is used to define Dv::Util::filterstream objects.
10
 * is used to define Dv::Util::filterstream objects.

Return to bug 291231