Commit 0c78ce5a by Thomas Quinot Committed by Arnaud Charlet

socket.c: Minor reformatting.

2008-08-05  Thomas Quinot  <quinot@adacore.com>

	* socket.c: Minor reformatting.

From-SVN: r138702
parent 5efa4d68
...@@ -37,7 +37,8 @@ ...@@ -37,7 +37,8 @@
#else #else
#include "gsocket.h" #include "gsocket.h"
/* Include all the necessary system-specific headers and define the /* Include all the necessary system-specific headers and define the
necessary macros (shared with gen-soccon). */ * necessary macros (shared with gen-oscons).
*/
#if !defined(SO_NOSIGPIPE) && !defined (MSG_NOSIGNAL) #if !defined(SO_NOSIGPIPE) && !defined (MSG_NOSIGNAL)
#include <signal.h> #include <signal.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment