From owner-cvs-include Sun Oct 19 09:50:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA18369 for cvs-include-outgoing; Sun, 19 Oct 1997 09:50:50 -0700 (PDT) (envelope-from owner-cvs-include) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA18340; Sun, 19 Oct 1997 09:50:31 -0700 (PDT) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id JAA03816; Sun, 19 Oct 1997 09:48:55 -0700 (PDT) Date: Sun, 19 Oct 1997 09:48:55 -0700 (PDT) Message-Id: <199710191648.JAA03816@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG Subject: cvs commit: src/include/arpa tftp.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/10/19 09:48:55 PDT Modified files: include/arpa tftp.h Log: Declare the various 2-byte values in TFTP as being `unsigned short'. RFC 1350 isn't very explicit about this, but the use of signed integers doesn't seem to make sense. Should be in 2.2.5, but is probably too late to be verified completely. PR: bin/4502 Submitted by: Dirk Nehrling via Lars Koeller Revision Changes Path 1.3 +3 -3 src/include/arpa/tftp.h From owner-cvs-include Wed Oct 22 03:59:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA22510 for cvs-include-outgoing; Wed, 22 Oct 1997 03:59:43 -0700 (PDT) (envelope-from owner-cvs-include) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA22460; Wed, 22 Oct 1997 03:58:06 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA15445; Wed, 22 Oct 1997 03:57:55 -0700 (PDT) Date: Wed, 22 Oct 1997 03:57:55 -0700 (PDT) Message-Id: <199710221057.DAA15445@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG Subject: cvs commit: src/include unistd.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1997/10/22 03:57:55 PDT Modified files: include unistd.h Log: Change usleep return type from void to int to match OpenGroup specs. Revision Changes Path 1.18 +1 -1 src/include/unistd.h