[hipl-commit] [trunk] Rev 4369: Remove obscure Debian compilation workaround.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 20 Apr 2010 18:26:12 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 20/04/2010 at 18:26:12
Revision: 4369
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove obscure Debian compilation workaround.
  
  This hack is 6 years old now and not needed on current systems, most
  likely it is not even necessary on old systems by now...

Modified:
  M  test/conntest-server.c

=== modified file 'test/conntest-server.c'
--- test/conntest-server.c      2010-04-20 15:20:07 +0000
+++ test/conntest-server.c      2010-04-20 15:25:10 +0000
@@ -19,10 +19,6 @@
 #include <netinet/ip.h>
 #include <unistd.h>
 #include <netdb.h>
-/* Workaround for some compilation problems on Debian */
-#ifndef __user
-#  define __user
-#endif
 #include <signal.h>
 
 #include "lib/core/debug.h"

Other related posts:

  • » [hipl-commit] [trunk] Rev 4369: Remove obscure Debian compilation workaround. - Diego Biurrun