window(1): Remove __RCSID & friends.
authorSascha Wildner <saw@online.de>
Fri, 9 Apr 2010 05:38:27 +0000 (07:38 +0200)
committerSascha Wildner <saw@online.de>
Fri, 9 Apr 2010 05:39:02 +0000 (07:39 +0200)
commit2c872e05abde7665fd7d24427d1317995fe97d2f
tree409471a6cd0dd8dc411cb60c458aef463546913b
parent0b698188f7f22d795130666021db100cca329adc
window(1): Remove __RCSID & friends.
85 files changed:
usr.bin/window/Makefile
usr.bin/window/char.c
usr.bin/window/cmd.c
usr.bin/window/cmd1.c
usr.bin/window/cmd2.c
usr.bin/window/cmd3.c
usr.bin/window/cmd4.c
usr.bin/window/cmd5.c
usr.bin/window/cmd6.c
usr.bin/window/cmd7.c
usr.bin/window/compress.c
usr.bin/window/context.c
usr.bin/window/error.c
usr.bin/window/lcmd.c
usr.bin/window/lcmd1.c
usr.bin/window/lcmd2.c
usr.bin/window/main.c
usr.bin/window/mloop.c
usr.bin/window/parser1.c
usr.bin/window/parser2.c
usr.bin/window/parser3.c
usr.bin/window/parser4.c
usr.bin/window/parser5.c
usr.bin/window/scanner.c
usr.bin/window/startup.c
usr.bin/window/string.c
usr.bin/window/ttf100.c
usr.bin/window/ttgeneric.c
usr.bin/window/tth19.c
usr.bin/window/tth29.c
usr.bin/window/ttinit.c
usr.bin/window/ttoutput.c
usr.bin/window/tttermcap.c
usr.bin/window/tttvi925.c
usr.bin/window/ttwyse60.c
usr.bin/window/ttwyse75.c
usr.bin/window/ttzapple.c
usr.bin/window/ttzentec.c
usr.bin/window/var.c
usr.bin/window/win.c
usr.bin/window/wwadd.c
usr.bin/window/wwalloc.c
usr.bin/window/wwbox.c
usr.bin/window/wwchild.c
usr.bin/window/wwclose.c
usr.bin/window/wwclreol.c
usr.bin/window/wwclreos.c
usr.bin/window/wwcursor.c
usr.bin/window/wwdata.c [deleted file]
usr.bin/window/wwdelchar.c
usr.bin/window/wwdelete.c
usr.bin/window/wwdelline.c
usr.bin/window/wwdump.c
usr.bin/window/wwend.c
usr.bin/window/wwenviron.c
usr.bin/window/wwerror.c
usr.bin/window/wwflush.c
usr.bin/window/wwframe.c
usr.bin/window/wwgets.c
usr.bin/window/wwinit.c
usr.bin/window/wwinschar.c
usr.bin/window/wwinsline.c
usr.bin/window/wwiomux.c
usr.bin/window/wwlabel.c
usr.bin/window/wwmisc.c
usr.bin/window/wwmove.c
usr.bin/window/wwopen.c
usr.bin/window/wwprintf.c
usr.bin/window/wwpty.c
usr.bin/window/wwputc.c
usr.bin/window/wwputs.c
usr.bin/window/wwredraw.c
usr.bin/window/wwredrawwin.c
usr.bin/window/wwrint.c
usr.bin/window/wwscroll.c
usr.bin/window/wwsize.c
usr.bin/window/wwspawn.c
usr.bin/window/wwsuspend.c
usr.bin/window/wwterminfo.c
usr.bin/window/wwtty.c
usr.bin/window/wwunframe.c
usr.bin/window/wwupdate.c
usr.bin/window/wwwrite.c
usr.bin/window/xx.c
usr.bin/window/xxflush.c