Index: head/net/gnunet/files/patch-src_applications_afs_gtkui_statistics.c =================================================================== --- head/net/gnunet/files/patch-src_applications_afs_gtkui_statistics.c (revision 117593) +++ head/net/gnunet/files/patch-src_applications_afs_gtkui_statistics.c (nonexistent) @@ -1,37 +0,0 @@ ---- src/applications/afs/gtkui/statistics.c.orig Fri May 21 09:34:00 2004 -+++ src/applications/afs/gtkui/statistics.c Fri May 21 09:34:23 2004 -@@ -178,14 +178,14 @@ - gfloat ** data) { - long long val; - char * cmh; -- long long cval; -+ long cval; - - cmh = getConfigurationOptionValue(sock, - "gnunetd", - "connection-max-hosts"); - if (cmh == NULL) - return SYSERR; -- cval = atoll(cmh); -+ cval = atol(cmh); - FREE(cmh); - if (OK != getStatValue(&val, - NULL, -@@ -291,7 +291,7 @@ - "MAXNETDOWNBPSTOTAL"); - if (available == NULL) - return SYSERR; -- band = atoll(available) * dtime / cronSECONDS; -+ band = atol(available) * dtime / cronSECONDS; - FREE(available); - total -= ltotal; - noise -= lnoise; -@@ -395,7 +395,7 @@ - "MAXNETUPBPSTOTAL"); - if (available == NULL) - return SYSERR; -- band = atoll(available) * dtime / cronSECONDS; -+ band = atol(available) * dtime / cronSECONDS; - FREE(available); - total -= ltotal; - noise -= lnoise; Property changes on: head/net/gnunet/files/patch-src_applications_afs_gtkui_statistics.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net/gnunet/files/patch-types.h =================================================================== --- head/net/gnunet/files/patch-types.h (revision 117593) +++ head/net/gnunet/files/patch-types.h (nonexistent) @@ -1,15 +0,0 @@ ---- src/util/gcry/types.h.orig Mon Oct 6 20:17:50 2003 -+++ src/util/gcry/types.h Mon Oct 6 20:18:10 2003 -@@ -48,12 +48,6 @@ - #define HAVE_BYTE_TYPEDEF - #endif - --#ifndef HAVE_USHORT_TYPEDEF -- #undef ushort /* maybe there is a macro with this name */ -- typedef unsigned short ushort; -- #define HAVE_USHORT_TYPEDEF --#endif -- - #ifndef HAVE_ULONG_TYPEDEF - #undef ulong /* maybe there is a macro with this name */ - typedef unsigned long ulong; Property changes on: head/net/gnunet/files/patch-types.h ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net-p2p/gnunet/files/patch-src_applications_afs_gtkui_statistics.c =================================================================== --- head/net-p2p/gnunet/files/patch-src_applications_afs_gtkui_statistics.c (revision 117593) +++ head/net-p2p/gnunet/files/patch-src_applications_afs_gtkui_statistics.c (nonexistent) @@ -1,37 +0,0 @@ ---- src/applications/afs/gtkui/statistics.c.orig Fri May 21 09:34:00 2004 -+++ src/applications/afs/gtkui/statistics.c Fri May 21 09:34:23 2004 -@@ -178,14 +178,14 @@ - gfloat ** data) { - long long val; - char * cmh; -- long long cval; -+ long cval; - - cmh = getConfigurationOptionValue(sock, - "gnunetd", - "connection-max-hosts"); - if (cmh == NULL) - return SYSERR; -- cval = atoll(cmh); -+ cval = atol(cmh); - FREE(cmh); - if (OK != getStatValue(&val, - NULL, -@@ -291,7 +291,7 @@ - "MAXNETDOWNBPSTOTAL"); - if (available == NULL) - return SYSERR; -- band = atoll(available) * dtime / cronSECONDS; -+ band = atol(available) * dtime / cronSECONDS; - FREE(available); - total -= ltotal; - noise -= lnoise; -@@ -395,7 +395,7 @@ - "MAXNETUPBPSTOTAL"); - if (available == NULL) - return SYSERR; -- band = atoll(available) * dtime / cronSECONDS; -+ band = atol(available) * dtime / cronSECONDS; - FREE(available); - total -= ltotal; - noise -= lnoise; Property changes on: head/net-p2p/gnunet/files/patch-src_applications_afs_gtkui_statistics.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net-p2p/gnunet/files/patch-types.h =================================================================== --- head/net-p2p/gnunet/files/patch-types.h (revision 117593) +++ head/net-p2p/gnunet/files/patch-types.h (nonexistent) @@ -1,15 +0,0 @@ ---- src/util/gcry/types.h.orig Mon Oct 6 20:17:50 2003 -+++ src/util/gcry/types.h Mon Oct 6 20:18:10 2003 -@@ -48,12 +48,6 @@ - #define HAVE_BYTE_TYPEDEF - #endif - --#ifndef HAVE_USHORT_TYPEDEF -- #undef ushort /* maybe there is a macro with this name */ -- typedef unsigned short ushort; -- #define HAVE_USHORT_TYPEDEF --#endif -- - #ifndef HAVE_ULONG_TYPEDEF - #undef ulong /* maybe there is a macro with this name */ - typedef unsigned long ulong; Property changes on: head/net-p2p/gnunet/files/patch-types.h ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property