From owner-freebsd-commit Wed Jan 31 00:03:18 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA28572 for freebsd-commit-outgoing; Wed, 31 Jan 1996 00:03:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA28538 for cvs-all-outgoing; Wed, 31 Jan 1996 00:02:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA28514 for cvs-include-outgoing; Wed, 31 Jan 1996 00:02:46 -0800 (PST) Received: (from hsu@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA28500 Wed, 31 Jan 1996 00:02:29 -0800 (PST) Date: Wed, 31 Jan 1996 00:02:29 -0800 (PST) From: Jeffrey Hsu Message-Id: <199601310802.AAA28500@freefall.freebsd.org> To: CVS-committers, cvs-include Subject: cvs commit: src/include/rpc auth.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk hsu 96/01/31 00:02:25 Modified: include/rpc auth.h Log: Remove unnecessary typedef. All inclusions of in the source tree are preceded by an inclusion of , so the 32-bit fixed sized type u_int32_t is already available to us. Revision Changes Path 1.5 +3 -7 src/include/rpc/auth.h