git: window(1): Remove __RCSID & friends.

Sascha Wildner swildner at crater.dragonflybsd.org
Thu Apr 8 22:40:37 PDT 2010


commit 2c872e05abde7665fd7d24427d1317995fe97d2f
Author: Sascha Wildner <saw at online.de>
Date:   Fri Apr 9 07:38:27 2010 +0200

    window(1): Remove __RCSID & friends.

Summary of changes:
 usr.bin/window/Makefile      |    2 +-
 usr.bin/window/char.c        |   10 +---------
 usr.bin/window/cmd.c         |   10 +---------
 usr.bin/window/cmd1.c        |   10 +---------
 usr.bin/window/cmd2.c        |   10 +---------
 usr.bin/window/cmd3.c        |   10 +---------
 usr.bin/window/cmd4.c        |   10 +---------
 usr.bin/window/cmd5.c        |   10 +---------
 usr.bin/window/cmd6.c        |   10 +---------
 usr.bin/window/cmd7.c        |   10 +---------
 usr.bin/window/compress.c    |   10 +---------
 usr.bin/window/context.c     |   10 +---------
 usr.bin/window/error.c       |   10 +---------
 usr.bin/window/lcmd.c        |   10 +---------
 usr.bin/window/lcmd1.c       |   10 +---------
 usr.bin/window/lcmd2.c       |   10 +---------
 usr.bin/window/main.c        |   15 +--------------
 usr.bin/window/mloop.c       |   10 +---------
 usr.bin/window/parser1.c     |   10 +---------
 usr.bin/window/parser2.c     |   10 +---------
 usr.bin/window/parser3.c     |   10 +---------
 usr.bin/window/parser4.c     |   10 +---------
 usr.bin/window/parser5.c     |   10 +---------
 usr.bin/window/scanner.c     |   10 +---------
 usr.bin/window/startup.c     |   10 +---------
 usr.bin/window/string.c      |   10 +---------
 usr.bin/window/ttf100.c      |   10 +---------
 usr.bin/window/ttgeneric.c   |   10 +---------
 usr.bin/window/tth19.c       |   10 +---------
 usr.bin/window/tth29.c       |   10 +---------
 usr.bin/window/ttinit.c      |   10 +---------
 usr.bin/window/ttoutput.c    |   10 +---------
 usr.bin/window/tttermcap.c   |   10 +---------
 usr.bin/window/tttvi925.c    |   10 +---------
 usr.bin/window/ttwyse60.c    |   10 +---------
 usr.bin/window/ttwyse75.c    |   10 +---------
 usr.bin/window/ttzapple.c    |   10 +---------
 usr.bin/window/ttzentec.c    |   10 +---------
 usr.bin/window/var.c         |   10 +---------
 usr.bin/window/win.c         |   10 +---------
 usr.bin/window/wwadd.c       |   10 +---------
 usr.bin/window/wwalloc.c     |   10 +---------
 usr.bin/window/wwbox.c       |   10 +---------
 usr.bin/window/wwchild.c     |   10 +---------
 usr.bin/window/wwclose.c     |   10 +---------
 usr.bin/window/wwclreol.c    |   10 +---------
 usr.bin/window/wwclreos.c    |   10 +---------
 usr.bin/window/wwcursor.c    |   10 +---------
 usr.bin/window/wwdata.c      |   42 ------------------------------------------
 usr.bin/window/wwdelchar.c   |   10 +---------
 usr.bin/window/wwdelete.c    |   10 +---------
 usr.bin/window/wwdelline.c   |   10 +---------
 usr.bin/window/wwdump.c      |   10 +---------
 usr.bin/window/wwend.c       |   10 +---------
 usr.bin/window/wwenviron.c   |   10 +---------
 usr.bin/window/wwerror.c     |   10 +---------
 usr.bin/window/wwflush.c     |   10 +---------
 usr.bin/window/wwframe.c     |   10 +---------
 usr.bin/window/wwgets.c      |   10 +---------
 usr.bin/window/wwinit.c      |   10 +---------
 usr.bin/window/wwinschar.c   |   10 +---------
 usr.bin/window/wwinsline.c   |   10 +---------
 usr.bin/window/wwiomux.c     |   10 +---------
 usr.bin/window/wwlabel.c     |   10 +---------
 usr.bin/window/wwmisc.c      |   10 +---------
 usr.bin/window/wwmove.c      |   10 +---------
 usr.bin/window/wwopen.c      |   10 +---------
 usr.bin/window/wwprintf.c    |   10 +---------
 usr.bin/window/wwpty.c       |   10 +---------
 usr.bin/window/wwputc.c      |   10 +---------
 usr.bin/window/wwputs.c      |   10 +---------
 usr.bin/window/wwredraw.c    |   10 +---------
 usr.bin/window/wwredrawwin.c |   10 +---------
 usr.bin/window/wwrint.c      |   10 +---------
 usr.bin/window/wwscroll.c    |   10 +---------
 usr.bin/window/wwsize.c      |   10 +---------
 usr.bin/window/wwspawn.c     |   10 +---------
 usr.bin/window/wwsuspend.c   |   10 +---------
 usr.bin/window/wwterminfo.c  |   10 +---------
 usr.bin/window/wwtty.c       |   10 +---------
 usr.bin/window/wwunframe.c   |   10 +---------
 usr.bin/window/wwupdate.c    |   10 +---------
 usr.bin/window/wwwrite.c     |   10 +---------
 usr.bin/window/xx.c          |   10 +---------
 usr.bin/window/xxflush.c     |   10 +---------
 85 files changed, 84 insertions(+), 795 deletions(-)
 delete mode 100644 usr.bin/window/wwdata.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2c872e05abde7665fd7d24427d1317995fe97d2f


-- 
DragonFly BSD source repository





More information about the Commits mailing list