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

Collapse All | Expand All

(-)psmisc-22.9.orig/src/killall.c (+6 lines)
Lines 44-49 Link Here
44
#include <ctype.h>
44
#include <ctype.h>
45
#include <assert.h>
45
#include <assert.h>
46
46
47
#ifndef HAVE_SETLOCALE
48
#ifdef HAVE_LOCALE_H
49
#include <locale.h>
50
#endif /*HAVE_LOCALE_H*/
51
#endif /*HAVE_SETLOCALE*/
52
47
#ifdef WITH_SELINUX
53
#ifdef WITH_SELINUX
48
#include <selinux/selinux.h>
54
#include <selinux/selinux.h>
49
#endif /*WITH_SELINUX*/
55
#endif /*WITH_SELINUX*/

Return to bug 299316