* GSWeb/GSWSession.m

do not include linux/sys.h
          patch by Graham Lee


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@37488 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
buzzdee 2013-12-21 07:09:12 +00:00
parent 0e263dd5a5
commit 0c5ba4561a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-12-21: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* GSWeb/GSWSession.m
do not include linux/sys.h
patch by Graham Lee
2013-06-22: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* GSWeb/GSWComponentRequestHandler.m
* GSWeb/GSWComponent.m

View file

@ -40,7 +40,6 @@ RCS_ID("$Id$")
#include <time.h>
#if __linux__
#include <linux/kernel.h>
#include <linux/sys.h>
#include <sys/sysinfo.h>
#endif