On Sun, Dec 13, 2020 at 03:44:54PM -0500, Daniel Dickman wrote:
> 
> 
> On Sat, 12 Dec 2020, Jonathan Gray wrote:
> 
> > games/battlestar/com1.c
> > games/battlestar/com2.c
> > games/battlestar/com3.c
> > games/battlestar/com4.c
> > games/battlestar/com5.c
> > games/battlestar/com6.c
> > games/battlestar/com7.c
> > usr.bin/mail/aux.c
> 
> Diff below syncs with netbsd commits from 2001 to avoid filenames that are 
> reserved on windows.
> 
> for battlestar, rename comX.c --> commandX.c
> 
> for mail, rename aux.c --> support.c
> 
> ok?

I don't think it is worth doing without doing all of it.
The pod names and regress parts are less straight foward.

> 
> (the file renames are not shown in the diff below)
> 
> 
> Index: games/battlestar/Makefile
> ===================================================================
> RCS file: /cvs/src/games/battlestar/Makefile,v
> retrieving revision 1.10
> diff -u -p -u -r1.10 Makefile
> --- games/battlestar/Makefile 25 Nov 2015 23:18:11 -0000      1.10
> +++ games/battlestar/Makefile 13 Dec 2020 20:33:50 -0000
> @@ -1,7 +1,8 @@
>  #    $OpenBSD: Makefile,v 1.10 2015/11/25 23:18:11 deraadt Exp $
>  
>  PROG=        battlestar
> -SRCS=        battlestar.c com1.c com2.c com3.c com4.c com5.c com6.c com7.c \
> +SRCS=        battlestar.c command1.c command2.c command3.c command4.c \
> +     command5.c command6.c command7.c \
>       init.c cypher.c getcom.c parse.c room.c save.c fly.c misc.c \
>       globals.c dayfile.c nightfile.c dayobjs.c nightobjs.c words.c
>  MAN= battlestar.6
> Index: usr.bin/mail/Makefile
> ===================================================================
> RCS file: /cvs/src/usr.bin/mail/Makefile,v
> retrieving revision 1.12
> diff -u -p -u -r1.12 Makefile
> --- usr.bin/mail/Makefile     16 Sep 2018 02:38:57 -0000      1.12
> +++ usr.bin/mail/Makefile     13 Dec 2020 20:33:50 -0000
> @@ -1,7 +1,7 @@
>  #    $OpenBSD: Makefile,v 1.12 2018/09/16 02:38:57 millert Exp $
>  
>  PROG=        mail
> -SRCS=        version.c aux.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c \
> +SRCS=        version.c support.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c \
>       edit.c fio.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
>  SFILES=      mail.help mail.tildehelp
> 
> 

Reply via email to