simplification, including use of strtoull() everywhere

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35503 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2012-09-03 13:36:45 +00:00
parent a553252cc9
commit 0623c0c0c2
33 changed files with 41 additions and 66 deletions

View file

@ -54,7 +54,6 @@
#include <sys/types.h>
#include <sys/un.h>
#include <arpa/inet.h> /* for inet_ntoa() */
#include <string.h> /* for strchr() */
#include <ctype.h> /* for strchr() */
#if defined(HAVE_SYS_FCNTL_H)