Remove the patches forgotten by my previous commit.

This commit is contained in:
Kirill Ponomarev 2004-08-29 19:33:07 +00:00
parent 1d260352d8
commit 4f4ed1d3b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117594
4 changed files with 0 additions and 104 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;