diff options
author | mycroft <mycroft> | 2000-11-23 18:23:46 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2000-11-23 18:23:46 +0000 |
commit | 4978ac068f97e7e03f519f0768c18ebac6198258 (patch) | |
tree | 0105b2397a091c74f3da697ff7fd9973ff6f9053 /graphics/ee/patches | |
parent | 43715b666ccd773b859548f65525bdbeca9fc14d (diff) | |
download | pkgsrc-4978ac068f97e7e03f519f0768c18ebac6198258.tar.gz |
Remove silly part of this patch.
Diffstat (limited to 'graphics/ee/patches')
-rw-r--r-- | graphics/ee/patches/patch-aa | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/ee/patches/patch-aa b/graphics/ee/patches/patch-aa index 9f1fd21a72c..9ef4602d15b 100644 --- a/graphics/ee/patches/patch-aa +++ b/graphics/ee/patches/patch-aa @@ -1,4 +1,5 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/03/31 21:00:22 garbled Exp $ +$NetBSD: patch-aa,v 1.2 2000/11/23 18:23:47 mycroft Exp $ + --- ee_conf.c.orig Wed Mar 31 12:15:14 1999 +++ ee_conf.c Wed Mar 31 12:22:10 1999 @@ -10,6 +10,9 @@ @@ -11,14 +12,12 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/03/31 21:00:22 garbled Exp $ #include "globals.h" #include "functions.h" -@@ -25,10 +28,18 @@ +@@ -25,10 +28,16 @@ gchar *hom; gchar *s; FILE *f; + struct stat sb; + int i; -+ -+ extern int errno; hom = homedir(getuid()); if (!hom) |