From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harald Hoyer Date: Thu, 15 Jul 2004 09:09:04 +0000 Subject: this adds lseek64 to klibc Message-Id: <40F649B0.6020201@redhat.com> MIME-Version: 1 Content-Type: multipart/mixed; boundary="------------060509000308030001040700" List-Id: To: linux-hotplug@vger.kernel.org This is a multi-part message in MIME format. --------------060509000308030001040700 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit +#define lseek64 llseek --------------060509000308030001040700 Content-Type: text/x-patch; name="udev-029-lseek64.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="udev-029-lseek64.patch" diff -ur udev-029/klibc/klibc/include/unistd.h udev-029.new/klibc/klibc/include/unistd.h --- udev-029/klibc/klibc/include/unistd.h 2004-07-02 20:17:03.000000000 +0200 +++ udev-029.new/klibc/klibc/include/unistd.h 2004-07-06 15:11:05.144770448 +0200 @@ -83,6 +83,7 @@ __extern int close(int); __extern off_t lseek(int, off_t, int); __extern loff_t llseek(int, loff_t, int); +#define lseek64 llseek __extern int dup(int); __extern int dup2(int, int); __extern int fcntl(int, int, long); --------------060509000308030001040700-- ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel