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

(-)./lib/syck_st.c~ (-1 / +1 lines)
Lines 5-10 Link Here
5
#include "config.h"
5
#include "config.h"
6
#include <stdio.h>
6
#include <stdio.h>
7
#include <stdlib.h>
7
#include <stdlib.h>
8
#include <string.h>
8
#include "syck_st.h"
9
#include "syck_st.h"
9
10
10
#ifdef NT
11
#ifdef NT
Lines 54-60 Link Here
54
    numhash,
55
    numhash,
55
};
56
};
56
57
57
extern int strcmp();
58
static int strhash();
58
static int strhash();
59
static struct st_hash_type type_strhash = {
59
static struct st_hash_type type_strhash = {
60
    strcmp,
60
    strcmp,
(-)./lib/syck.h~ (+2 lines)
Lines 17-22 Link Here
17
#define YAML_DOMAIN     "yaml.org,2002"
17
#define YAML_DOMAIN     "yaml.org,2002"
18
18
19
#include <stdio.h>
19
#include <stdio.h>
20
#include <stdlib.h>
21
#include <string.h>
20
#include <ctype.h>
22
#include <ctype.h>
21
#ifdef HAVE_ST_H
23
#ifdef HAVE_ST_H
22
#include <st.h>
24
#include <st.h>

Return to bug 407801