From owner-cvs-src-old@FreeBSD.ORG Fri Jan 16 15:00:44 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7983010656EA for ; Fri, 16 Jan 2009 15:00:44 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 670E58FC0C for ; Fri, 16 Jan 2009 15:00:44 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n0GF0iMa060606 for ; Fri, 16 Jan 2009 15:00:44 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n0GF0ies060605 for cvs-src-old@freebsd.org; Fri, 16 Jan 2009 15:00:44 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200901161500.n0GF0ies060605@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Fri, 16 Jan 2009 15:00:30 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/mail Makefile aux.c util.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 15:00:45 -0000 ed 2009-01-16 15:00:30 UTC FreeBSD src repository Modified files: usr.bin/mail Makefile Added files: usr.bin/mail util.c Removed files: usr.bin/mail aux.c Log: SVN rev 187331 on 2009-01-16 15:00:30Z by ed Rename mail(1)'s aux.c to util.c. The name `aux' is reserved on Windows file systems. aux.c in the mail(1) directory contains some random utility functions. I'm renaming this file to util.c to make it possible to check out this directory on Windows. MFC after: 1 month Revision Changes Path 1.12 +2 -2 src/usr.bin/mail/Makefile 1.15 +0 -632 src/usr.bin/mail/aux.c (dead) 1.1 +632 -0 src/usr.bin/mail/util.c (new)