summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2005-07-01 17:23:26 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2005-07-01 17:23:26 +0000
commit7fa2f8648317ce3dcd108d5295c598244496e314 (patch)
tree9ff143a52a4ba226eb37ef816b6496ec0b4e3a1b /net-misc/htpdate/files
parentmask USE_EXPANDed flags only used by other profiles (diff)
downloadhistorical-7fa2f8648317ce3dcd108d5295c598244496e314.tar.gz
historical-7fa2f8648317ce3dcd108d5295c598244496e314.tar.bz2
historical-7fa2f8648317ce3dcd108d5295c598244496e314.zip
Fixed endianess problem, marked ~ppc
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-misc/htpdate/files')
-rw-r--r--net-misc/htpdate/files/ppc.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-misc/htpdate/files/ppc.patch b/net-misc/htpdate/files/ppc.patch
new file mode 100644
index 000000000000..2da8aea388a2
--- /dev/null
+++ b/net-misc/htpdate/files/ppc.patch
@@ -0,0 +1,12 @@
+--- htpdate.c.old 2005-07-01 19:13:17.000000000 +0200
++++ htpdate.c 2005-07-01 19:13:38.000000000 +0200
+@@ -279,7 +279,8 @@
+ int nap = 0, when = 500000;
+ char minsleep = 10, maxsleep = 18, sleeptime = minsleep;
+ int timelimit = 31536000; /* default 1 year */
+- char setmode = 0, httpversion = 0, try, param;
++ char setmode = 0, httpversion = 0, try;
++ int param;
+ char *pidfile = "/var/run/htpdate.pid";
+ FILE *pid_file;
+ pid_t pid;