From owner-freebsd-current@FreeBSD.ORG Fri Sep 23 20:40:59 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CC2616A41F for ; Fri, 23 Sep 2005 20:40:59 +0000 (GMT) (envelope-from leonardo@iken.com.br) Received: from tinc.cathedrallabs.org (tinc.cathedrallabs.org [72.9.252.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC79043D45 for ; Fri, 23 Sep 2005 20:40:58 +0000 (GMT) (envelope-from leonardo@iken.com.br) Received: by tinc.cathedrallabs.org (Postfix, from userid 1002) id 81838104BF; Fri, 23 Sep 2005 16:40:58 -0400 (EDT) Date: Fri, 23 Sep 2005 16:40:58 -0400 From: Leonardo Chiquitto Filho To: freebsd-current@freebsd.org Message-ID: <20050923204058.GA25742@cathedrallabs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Mailman-Approved-At: Sat, 24 Sep 2005 11:34:28 +0000 Subject: [PATCH] small sed patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2005 20:40:59 -0000 Hello, Here's a patch to remove a prototype for a function that doesn't exist anymore. - Leonardo Index: main.c =================================================================== RCS file: /home/ncvs/src/usr.bin/sed/main.c,v retrieving revision 1.36 diff -u -r1.36 main.c --- main.c 10 May 2005 13:40:50 -0000 1.36 +++ main.c 23 Sep 2005 19:58:40 -0000 @@ -114,7 +114,6 @@ static void add_compunit(enum e_cut, char *); static void add_file(char *); -static int inplace_edit(char **); static void usage(void); int