Marcel Moolenaar 10aeefc913 Fix Quad handling on 64-bit architectures. On 64-bit machines, a Quad
also occupies a single slot. There's no need for any special handling
of Quads. While here, remove the silly make_quad() function. We have
the 2 longs on 32-bit machines already lined up in the argument array,
so we can fetch the Quad with a simple cast.

Before:
  lseek(1,0x123456789,0xd0d0d0d0d0d0d0d0) = 4886718345 (0x123456789)
After:
  lseek(1,0x123456789,SEEK_SET)           = 4886718345 (0x123456789)
2004-09-05 05:27:30 +00:00
..
2002-05-30 13:33:59 +00:00
Use
2003-06-06 13:46:55 +00:00
2003-06-14 19:32:52 +00:00
2003-06-14 19:32:52 +00:00
2004-08-23 12:53:46 +00:00
2004-07-15 04:45:24 +00:00
2004-08-04 02:55:25 +00:00
2004-07-31 06:22:57 +00:00
2004-05-19 09:45:46 +00:00
2004-07-07 19:57:16 +00:00
2004-07-03 00:24:45 +00:00
2004-03-02 14:06:27 +00:00
2004-05-19 10:44:24 +00:00
2002-06-30 05:25:07 +00:00
2002-06-30 05:25:07 +00:00
2004-08-02 11:12:13 +00:00
2002-09-04 23:29:10 +00:00
2002-06-30 05:25:07 +00:00
2004-07-03 00:24:45 +00:00
2004-07-07 17:39:16 +00:00
2004-07-03 00:24:45 +00:00
2004-07-03 00:24:45 +00:00
2004-07-07 19:57:16 +00:00
2004-08-08 18:59:19 +00:00
2004-07-15 04:51:21 +00:00
2004-07-03 00:24:45 +00:00
2004-07-03 00:24:45 +00:00
2004-03-06 23:36:41 +00:00
2002-09-04 23:29:10 +00:00
2004-07-19 11:21:34 +00:00
2004-07-03 00:24:45 +00:00
2004-05-19 09:51:31 +00:00
2004-02-05 22:01:28 +00:00
2004-07-03 00:24:45 +00:00
2004-03-14 05:51:20 +00:00
2004-07-03 00:24:45 +00:00
2004-07-03 00:24:45 +00:00
2002-12-27 12:15:40 +00:00
2004-07-13 02:18:21 +00:00
2004-07-03 00:24:45 +00:00
2004-07-07 19:57:16 +00:00
2004-07-26 20:24:59 +00:00
2004-07-16 06:21:40 +00:00
2004-07-03 00:24:45 +00:00
2004-07-03 00:24:45 +00:00
2004-07-03 00:24:45 +00:00
2004-07-03 00:24:45 +00:00
2004-07-11 15:04:16 +00:00
2003-10-06 01:55:17 +00:00
2004-07-03 00:24:45 +00:00
2002-11-26 17:33:37 +00:00
2002-09-04 23:29:10 +00:00
2002-09-04 23:29:10 +00:00
2004-08-04 03:02:14 +00:00
2002-09-04 23:29:10 +00:00
2002-09-04 23:29:10 +00:00
2004-07-03 00:24:45 +00:00
2004-07-02 22:25:40 +00:00
2004-07-03 00:24:45 +00:00
2003-10-26 05:28:01 +00:00
2003-10-26 05:28:01 +00:00