Small speedups:
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Tue, 9 Nov 2004 08:47:36 +0000 (08:47 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Tue, 9 Nov 2004 08:47:36 +0000 (08:47 +0000)
commitaa0e669802cce733d1d4914e821ebdd77fd372b8
tree092edc8571af969f9d2b27bf52dc2407577ab505
parent2ae68842c5623693a01a02d58f12af82d74d6e54
Small speedups:
- run.c: instead of counting string lenght and using strcpy afterwards anyway,
  use memmove
- tran.c: use strdup instead of malloc + strcpy

Submitted-by: Andreas Hauser <andy@splashground.de>
usr.bin/awk/Makefile
usr.bin/awk/patches/run.c.patch [new file with mode: 0644]
usr.bin/awk/patches/tran.c.patch [new file with mode: 0644]