Bugzilla – Attachment 1030 Details for
Bug 1122
__USE_GNU is internal glibc macro and should not be used
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed simple patch
openssh-4.2p1-gnu-source.patch (text/plain), 547 bytes, created by
Tomas Mraz
on 2005-11-22 05:44:19 AEDT
(
hide
)
Description:
Proposed simple patch
Filename:
MIME Type:
Creator:
Tomas Mraz
Created:
2005-11-22 05:44:19 AEDT
Size:
547 bytes
patch
obsolete
>--- openssh-4.2p1/includes.h.gnu-source 2005-08-26 22:15:20.000000000 +0200 >+++ openssh-4.2p1/includes.h 2005-11-21 16:02:23.000000000 +0100 >@@ -21,6 +21,8 @@ > > #include "config.h" > >+#define _GNU_SOURCE /* activate extra prototypes for glibc */ >+ > #include <stdarg.h> > #include <stdio.h> > #include <ctype.h> >@@ -67,7 +69,6 @@ > #ifdef HAVE_NEXT > # include <libc.h> > #endif >-#define __USE_GNU /* before unistd.h, activate extra prototypes for glibc */ > #include <unistd.h> /* For STDIN_FILENO, etc */ > #include <termios.h> /* Struct winsize */ >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 1122
: 1030