From owner-cvs-all  Mon Jun  3 16:13:17 2002
Delivered-To: cvs-all@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP
	id 259A637B409; Mon,  3 Jun 2002 16:13:12 -0700 (PDT)
Received: (from mike@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g53NDCr70417;
	Mon, 3 Jun 2002 16:13:12 -0700 (PDT)
	(envelope-from mike)
Message-Id: <200206032313.g53NDCr70417@freefall.freebsd.org>
From: Mike Barcroft <mike@FreeBSD.org>
Date: Mon, 3 Jun 2002 16:13:12 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/games/cribbage instr.c src/games/sail pl_1.c
         src/gnu/lib/libdialog raw_popen.c src/usr.bin/rlogin rlogin.c
         src/usr.bin/script script.c src/usr.bin/window wwchild.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
List-ID: <cvs-all.FreeBSD.ORG>
List-Archive: <http://docs.freebsd.org/mail/> (Web Archive)
List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions)
List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all>
List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all>
X-Loop: FreeBSD.ORG

mike        2002/06/03 16:13:12 PDT

  Modified files:
    games/cribbage       instr.c 
    games/sail           pl_1.c 
    gnu/lib/libdialog    raw_popen.c 
    usr.bin/rlogin       rlogin.c 
    usr.bin/script       script.c 
    usr.bin/window       wwchild.c 
  Log:
  Use POSIX macros for wait(2)-style status information instead of the
  deprecated 4.2/4.3BSD wait union.  Fix some nearby pid_t/int
  confusion.
  
  Revision  Changes    Path
  1.6       +3 -3      src/games/cribbage/instr.c
  1.3       +2 -2      src/games/sail/pl_1.c
  1.4       +2 -3      src/gnu/lib/libdialog/raw_popen.c
  1.33      +4 -4      src/usr.bin/rlogin/rlogin.c
  1.19      +3 -3      src/usr.bin/script/script.c
  1.5       +3 -4      src/usr.bin/window/wwchild.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message