Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
827a1788
Commit
827a1788
authored
Nov 02, 1999
by
Dave Love
Browse files
Undo last change and define _GNU_SOURCE before config.h.
parent
b5540f0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
src/ChangeLog
src/ChangeLog
+2
-1
src/process.c
src/process.c
+2
-5
No files found.
src/ChangeLog
View file @
827a1788
No preview for this file type
src/process.c
View file @
827a1788
...
@@ -20,8 +20,8 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
...
@@ -20,8 +20,8 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Boston, MA 02111-1307, USA. */
#define _GNU_SOURCE
/* to get strsignal declared with glibc 2 */
#include <config.h>
#include <config.h>
#include <signal.h>
#include <signal.h>
/* This file is split into two parts by the following preprocessor
/* This file is split into two parts by the following preprocessor
...
@@ -43,9 +43,6 @@ Boston, MA 02111-1307, USA. */
...
@@ -43,9 +43,6 @@ Boston, MA 02111-1307, USA. */
#ifdef HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#include <unistd.h>
#endif
#endif
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifdef WINDOWSNT
#ifdef WINDOWSNT
#include <stdlib.h>
#include <stdlib.h>
...
@@ -62,7 +59,7 @@ Boston, MA 02111-1307, USA. */
...
@@ -62,7 +59,7 @@ Boston, MA 02111-1307, USA. */
#endif
/* NEED_NET_ERRNO_H */
#endif
/* NEED_NET_ERRNO_H */
#endif
/* HAVE_SOCKETS */
#endif
/* HAVE_SOCKETS */
/* TERM is a poor-man's SLIP, used on Linux. */
/* TERM is a poor-man's SLIP, used on
GNU/
Linux. */
#ifdef TERM
#ifdef TERM
#include <client.h>
#include <client.h>
#endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment