From owner-freebsd-hackers Sat Sep 16 20:20:40 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA22475 for hackers-outgoing; Sat, 16 Sep 1995 20:20:40 -0700 Received: from aslan.cdrom.com (aslan.cdrom.com [192.216.223.142]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id UAA22470 for ; Sat, 16 Sep 1995 20:20:36 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by aslan.cdrom.com (8.6.12/8.6.9) with SMTP id UAA07401; Sat, 16 Sep 1995 20:20:25 -0700 Message-Id: <199509170320.UAA07401@aslan.cdrom.com> X-Authentication-Warning: aslan.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: Josh MacDonald cc: freebsd-hackers@freebsd.org Subject: Re: 64 bit off_t and varargs/printf In-reply-to: Your message of "Sat, 16 Sep 1995 18:22:06 PDT." <199509170122.SAA12369@cory.EECS.Berkeley.EDU> Date: Sat, 16 Sep 1995 20:20:25 -0700 From: "Justin T. Gibbs" Sender: owner-hackers@freebsd.org Precedence: bulk > >I'm working on porting rdist-6.1 to FreeBSD. Its been a pain, >because, for reasons I have not been able to determine, it is puking >on a vsprintf() call with off_t's involved. I wondered if anyone else >has experienced this problem. I'm really clueless about var_args and >for me to debug this would require a lot of research. I remember a >discussion perhaps 6 months ago about a bug in wu-ftpd that was >related to the off_t size, though I don't remember the conclusions >made. Basically, a call like this: off_t is a quad, so your format must be %qd. >-josh -- Justin T. Gibbs =========================================== Software Developer - Walnut Creek CDROM FreeBSD: Turning PCs into workstations ===========================================