- use STAILQ, instead of hand grown implementation
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Tue, 16 Nov 2004 12:16:36 +0000 (12:16 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Tue, 16 Nov 2004 12:16:36 +0000 (12:16 +0000)
commit023c70f245f964cfe905e026faeef791de5f4bae
tree466c96f380c6905c4abbbdd5f47e70226db9fdf4
parent9dadf159cff83534fb8666e3060c9fddaaeafb74
- use STAILQ, instead of hand grown implementation
- split VARENT/VAR into varent with a const point to var and header, width
  and dwidth as modifiable fields
- change users of most VARENT fields to use the modifiable fields
- make VAR[] var static const now
- remove dwidth field from VAR, not needed now
- while changing prototypes anyway, remove the unneeded space before the
  argument list
bin/ps/extern.h
bin/ps/fmt.c
bin/ps/keyword.c
bin/ps/print.c
bin/ps/ps.c
bin/ps/ps.h