diff options
author | ed <ed@FreeBSD.org> | 2009-01-16 15:00:30 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2009-01-16 15:00:30 +0000 |
commit | 0de38335a4f0b28f380fc19df0cad9ad62b66b44 (patch) | |
tree | 946e1365299ddd47d5b2a7e41be7c47603a8482e /usr.bin | |
parent | c257a974fc7a07815dbe15d337df6526ab9eb787 (diff) | |
download | FreeBSD-src-0de38335a4f0b28f380fc19df0cad9ad62b66b44.zip FreeBSD-src-0de38335a4f0b28f380fc19df0cad9ad62b66b44.tar.gz |
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
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mail/Makefile | 4 | ||||
-rw-r--r-- | usr.bin/mail/util.c (renamed from usr.bin/mail/aux.c) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mail/Makefile b/usr.bin/mail/Makefile index 491d06f..5fa455b 100644 --- a/usr.bin/mail/Makefile +++ b/usr.bin/mail/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PROG= mail -SRCS= version.c aux.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \ +SRCS= version.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \ getname.c head.c v7.local.c lex.c list.c main.c names.c popen.c \ - quit.c send.c strings.c temp.c tty.c vars.c + quit.c send.c strings.c temp.c tty.c util.c vars.c FILES= mail.help mail.tildehelp FILESDIR= ${SHAREDIR}/misc EFILES= mail.rc diff --git a/usr.bin/mail/aux.c b/usr.bin/mail/util.c index e764aac..e764aac 100644 --- a/usr.bin/mail/aux.c +++ b/usr.bin/mail/util.c |