Files
pkgsrc-ng/x11/xp/patches/patch-ad
2013-09-26 17:14:40 +02:00

22 lines
464 B
Plaintext

$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;