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

Collapse All | Expand All

(-)/var/tmp/portage/dev-util/grit-0.8.3/work/grit_src/srcgrit/cli.cpp (+6 lines)
Lines 9-14 Link Here
9
#include "cli.h"
9
#include "cli.h"
10
#include <string.h>
10
#include <string.h>
11
11
12
// Date: 08/09/2009
13
// User: Kim Nilsson (Gentoo Linux amd64)
14
// Issue: Compiler (GCC 4.4.1) needed to have strtoul defined.
15
// Fix: Included stdlib.h
16
#include <stdlib.h>
17
12
//! Find a key in a string array.
18
//! Find a key in a string array.
13
/*!	\return key index or length of array if not found.
19
/*!	\return key index or length of array if not found.
14
*/
20
*/

Return to bug 284200