Style(9) cleanup.
authorChris Pressey <cpressey@dragonflybsd.org>
Wed, 24 Mar 2004 17:46:23 +0000 (17:46 +0000)
committerChris Pressey <cpressey@dragonflybsd.org>
Wed, 24 Mar 2004 17:46:23 +0000 (17:46 +0000)
commitfcc9ea4ee2991d096112808852070263c607af14
treed7d4c2507e2fa104ef24b8fc3a30de41761fcda1
parent4a77c3ab74074f041ea449a611394dfb3546e1aa
Style(9) cleanup.

- Convert K&R-style function definitions to ANSI style.
- Remove ``register'' keywords.
- Add needed static prototypes.
- Sort and space #include's as per style(9).
- Adjust indentation issues in a few places.
- Fix two typos in comments.
- Add $DragonFly$ tags.
usr.sbin/pcvt/cursor/cursor.c
usr.sbin/pcvt/demo/playvt.c
usr.sbin/pcvt/fontedit/fontedit.c
usr.sbin/pcvt/ispcvt/ispcvt.c
usr.sbin/pcvt/kcon/kcon.c
usr.sbin/pcvt/keycap/keycap.c
usr.sbin/pcvt/loadfont/loadfont.c
usr.sbin/pcvt/scon/scon.c
usr.sbin/pcvt/set2061/ICD2061Aalt.c
usr.sbin/pcvt/set2061/main.c
usr.sbin/pcvt/userkeys/vt220keys.c