diff options
Diffstat (limited to 'main/gcc/ada-fixes.patch')
-rw-r--r-- | main/gcc/ada-fixes.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/main/gcc/ada-fixes.patch b/main/gcc/ada-fixes.patch index c302f5be58..60a16a368e 100644 --- a/main/gcc/ada-fixes.patch +++ b/main/gcc/ada-fixes.patch @@ -23,15 +23,6 @@ #elif defined (USE_OPENPTY) status = openpty (&master_fd, &slave_fd, NULL, NULL, NULL); #elif defined (USE_CLONE_DEVICE) -@@ -1179,7 +1170,7 @@ - int status; - - /* ensure that s is filled with 0 */ -- bzero (&s, sizeof (&s)); -+ bzero (&s, sizeof (s)); - - /* Get the current terminal settings */ - status = tcgetattr (fd, &s); --- gcc-4.8.1/gcc/ada/cal.c.orig +++ gcc-4.8.1/gcc/ada/cal.c @@ -65,6 +65,7 @@ |