21 lines
464 B
Text
21 lines
464 B
Text
$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;
|