blob: 4bfc4f31180e7fcc2a037dd05772a100359c6750 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-ad,v 1.1 2005/12/04 01:21:00 joerg Exp $
--- mysystem.c.orig 2005-12-04 00:58:03.000000000 +0000
+++ mysystem.c
@@ -1,15 +1,12 @@
#include <errno.h>
#include <signal.h>
#include <stdio.h>
+#include <stdlib.h>
#include <X11/Xos.h>
#include <X11/Intrinsic.h>
#include "mysystem.h"
#include "appres.h"
-extern char *malloc();
-extern char *getenv();
-
-extern int errno;
extern Argc;
extern char **Argv;
extern AppResources app_resources;
|