From owner-cvs-all Tue Jun 30 10:23:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA25773 for cvs-all-outgoing; Tue, 30 Jun 1998 10:23:07 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA25737; Tue, 30 Jun 1998 10:22:52 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA26313; Tue, 30 Jun 1998 10:21:51 -0700 (PDT) Date: Tue, 30 Jun 1998 10:21:51 -0700 (PDT) Message-Id: <199806301721.KAA26313@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/rpc netnamer.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/30 10:21:50 PDT Modified files: lib/libc/rpc netnamer.c Log: Fixed scanf format errors. The error handling is not quite bug for bug compatible. I think small negative uids are handled compatibly but other out of bounds ones are truncated differently for certain sizes of uid_t. Revision Changes Path 1.3 +4 -7 src/lib/libc/rpc/netnamer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message