View | Details | Raw Unified | Return to bug 1122
Collapse All | Expand All

(-)openssh-4.2p1/includes.h.gnu-source (-1 / +2 lines)
Lines 21-26 Link Here
21
21
22
#include "config.h"
22
#include "config.h"
23
23
24
#define _GNU_SOURCE /* activate extra prototypes for glibc */
25
24
#include <stdarg.h>
26
#include <stdarg.h>
25
#include <stdio.h>
27
#include <stdio.h>
26
#include <ctype.h>
28
#include <ctype.h>
Lines 67-73 Link Here
67
#ifdef HAVE_NEXT
69
#ifdef HAVE_NEXT
68
#  include <libc.h>
70
#  include <libc.h>
69
#endif
71
#endif
70
#define __USE_GNU /* before unistd.h, activate extra prototypes for glibc */
71
#include <unistd.h> /* For STDIN_FILENO, etc */
72
#include <unistd.h> /* For STDIN_FILENO, etc */
72
#include <termios.h> /* Struct winsize */
73
#include <termios.h> /* Struct winsize */
73
74

Return to bug 1122