]> git.pld-linux.org Git - packages/crossavr-gdb.git/commitdiff
- outdated master
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 16 Mar 2009 21:06:37 +0000 (21:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdb-gdbinit-stat.patch -> 1.2

gdb-gdbinit-stat.patch [deleted file]

diff --git a/gdb-gdbinit-stat.patch b/gdb-gdbinit-stat.patch
deleted file mode 100644 (file)
index 47820e4..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- gdb/main.c.orig    2005-04-08 18:21:50.000000000 -0400
-+++ gdb/main.c 2005-04-08 18:41:15.000000000 -0400
-@@ -693,7 +693,7 @@
-   if (!homedir
-       || memcmp ((char *) &homebuf, (char *) &cwdbuf, sizeof (struct stat)))
--    if (!inhibit_gdbinit)
-+    if (!inhibit_gdbinit && (cwdbuf.st_uid == getuid()) && (!cwdbuf.st_mode & (S_IWOTH)))
-       {
-       catch_command_errors (source_command, gdbinit, 0, RETURN_MASK_ALL);
-       }
This page took 0.114234 seconds and 4 git commands to generate.