summaryrefslogtreecommitdiff
path: root/emulators/gpsim/patches/patch-aa
diff options
context:
space:
mode:
authoragc <agc>2001-04-27 14:43:55 +0000
committeragc <agc>2001-04-27 14:43:55 +0000
commitd17f1f8fc5de71688e9d651e6c4101ff178d388c (patch)
treefa1e03be21067cc987500d92cc18b9695dd10521 /emulators/gpsim/patches/patch-aa
parent0bca77fc7fe43d154981bc6fea2ecb35545faee6 (diff)
downloadpkgsrc-d17f1f8fc5de71688e9d651e6c4101ff178d388c.tar.gz
Initial import of gpsim into the packages collection.
Provided in PR 12490 by Shelby <snoonan@dragonfly.tbearsiberians.com> Minor modifications by myself. gpsim is a PIC simulator that supports X, stimulii, and modules
Diffstat (limited to 'emulators/gpsim/patches/patch-aa')
-rw-r--r--emulators/gpsim/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/gpsim/patches/patch-aa b/emulators/gpsim/patches/patch-aa
new file mode 100644
index 00000000000..86ad36a5e2d
--- /dev/null
+++ b/emulators/gpsim/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/04/27 14:43:56 agc Exp $
+
+--- gui/gui_regwin.c.orig Mon Mar 26 23:28:56 2001
++++ gui/gui_regwin.c Mon Mar 26 23:29:13 2001
+@@ -1,6 +1,6 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <sys/errno.h>
++#include <errno.h>
+
+ #include "../config.h"
+ #ifdef HAVE_GUI