From owner-cvs-src@FreeBSD.ORG Thu Feb 10 09:13:21 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EA3E16A4CE; Thu, 10 Feb 2005 09:13:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 259B343D2F; Thu, 10 Feb 2005 09:13:21 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1A9DLIb068637; Thu, 10 Feb 2005 09:13:21 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1A9DKYo068636; Thu, 10 Feb 2005 09:13:20 GMT (envelope-from stefanf) Message-Id: <200502100913.j1A9DKYo068636@repoman.freebsd.org> From: Stefan Farfeleder Date: Thu, 10 Feb 2005 09:13:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/ipcs ipcs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2005 09:13:21 -0000 stefanf 2005-02-10 09:13:20 UTC FreeBSD src repository Modified files: usr.bin/ipcs ipcs.c Log: Turn K&R functions into prototypes. Revision Changes Path 1.25 +6 -17 src/usr.bin/ipcs/ipcs.c