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

Collapse All | Expand All

(-)gnome-cups-manager-0.31.orig/libgnomecups/snmpkit/structfill.C (-1 / +5 lines)
Lines 28-39 Link Here
28
#include <string.h>
28
#include <string.h>
29
#include <stdlib.h>
29
#include <stdlib.h>
30
#include <stdio.h>
30
#include <stdio.h>
31
#include <iostream.h>
32
#include <algorithm>
31
#include <algorithm>
32
#include <cstring>
33
#include <iostream>
34
33
#include "snmpkit"
35
#include "snmpkit"
34
#include "oidseq.h"
36
#include "oidseq.h"
37
using namespace std;
38
35
void SNMP_structFiller::append(const std::string &oidstr,Tags tag,
39
void SNMP_structFiller::append(const std::string &oidstr,Tags tag,
36
                              void (*fp)())
40
                              void (*fp)())
37
  throw(std::bad_alloc,BerOidBadSubOidException,BerNoOidsException){
41
  throw(std::bad_alloc,BerOidBadSubOidException,BerNoOidsException){
(-)gnome-cups-manager-0.31.orig/libgnomecups/snmpkit/snmpkit_interface.C (+4 lines)
Lines 30-35 Link Here
30
#include "errno.h"
30
#include "errno.h"
31
#include <cstring>
32
33
using namespace std;
34
31
SNMPERRNO sk_errno;
35
SNMPERRNO sk_errno;
32
char *sk_erroid;
36
char *sk_erroid;
(-)gnome-cups-manager-0.31.orig/libgnomecups/snmpinter.C (+4 lines)
Lines 9-14 Link Here
9
#include <iostream>
9
#include <iostream>
10
#include <string>
10
#include <string>
11
#include <cstdlib>
12
13
using namespace std;
14
11
static const std::string HPSTR("JETDIRECT");
15
static const std::string HPSTR("JETDIRECT");
12
static const std::string LEXMARKSTR("Lexmark");
16
static const std::string LEXMARKSTR("Lexmark");
13
static const std::string TEKTRONIXSTR("Tektronix");
17
static const std::string TEKTRONIXSTR("Tektronix");

Return to bug 218085