On Sat, May 23, 2015 at 03:01:03PM +0200, Theo Buehler wrote:
> > Hi, Please don't forget to include Otto's license to the code, that
> > you modified.
> >
>
> Thanks for this reminder. Please accept my apologies, I'm not very
> familiar with the customs of licencing which doesn't exist in my
> profession.
>
> Would this be a satisfactory way of fulfilling your request?
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/src/bin/ksh/Makefile,v
> retrieving revision 1.29
> diff -u -p -r1.29 Makefile
> --- Makefile 2 Dec 2013 20:41:01 -0000 1.29
> +++ Makefile 23 May 2015 12:56:30 -0000
> @@ -6,7 +6,7 @@ SRCS= alloc.c c_ksh.c c_sh.c c_test.c c_
> misc.c path.c shf.c syn.c table.c trap.c tree.c tty.c var.c \
> version.c vi.c
>
> -DEFS= -Wall
> +DEFS= -Wall -Wunused-function
> CFLAGS+=${DEFS} -I. -I${.CURDIR} -I${.CURDIR}/../../lib/libc/gen
> MAN= ksh.1 sh.1
>
Please ignore this chunk, I included this by mistake.