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

(-)libseahorse/seahorse-gpg-options.c~ (-1 / +3 lines)
Lines 19-24 Link Here
19
 * Boston, MA 02111-1307, USA.
19
 * Boston, MA 02111-1307, USA.
20
 */
20
 */
21
21
22
#include "config.h"
23
#include "seahorse-util.h"
24
22
#include <sys/param.h>
25
#include <sys/param.h>
23
#include <sys/wait.h>
26
#include <sys/wait.h>
24
#include <sys/file.h>
27
#include <sys/file.h>
Lines 32-38 Link Here
32
#include <sys/stat.h>
35
#include <sys/stat.h>
33
36
34
#include "seahorse-gpgmex.h"
37
#include "seahorse-gpgmex.h"
35
#include "seahorse-util.h"
36
#include "seahorse-gpg-options.h"
38
#include "seahorse-gpg-options.h"
37
39
38
#define  GPG_CONF_HEADER    "# FILE CREATED BY SEAHORSE\n\n"
40
#define  GPG_CONF_HEADER    "# FILE CREATED BY SEAHORSE\n\n"
(-)libseahorse/seahorse-gpgmex-op.c~ (-1 / +3 lines)
Lines 18-24 Link Here
18
 * 59 Temple Place, Suite 330,
18
 * 59 Temple Place, Suite 330,
19
 * Boston, MA 02111-1307, USA.
19
 * Boston, MA 02111-1307, USA.
20
 */
20
 */
21
 
21
22
#include "config.h"
23
22
#include <glib.h>
24
#include <glib.h>
23
#include <gpgme.h>
25
#include <gpgme.h>
24
#include <string.h>
26
#include <string.h>
(-)agent/seahorse-agent-prompt.c~ (+2 lines)
Lines 25-30 Link Here
25
 * Public License.
25
 * Public License.
26
 */
26
 */
27
27
28
#include "config.h"
29
28
#include <math.h>
30
#include <math.h>
29
#include <stdio.h>
31
#include <stdio.h>
30
#include <stdlib.h>
32
#include <stdlib.h>

Return to bug 275445