summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-08 15:08:50 +0000
committerKevin E Martin <kem@kem.org>2005-11-08 15:08:50 +0000
commitf2c98784b95d8eff2117efd7a055b1507c5982c0 (patch)
tree42465ffa5d0fbf1b181c384a59350d20182edd59
parent16acfe611e89e1c4fee2db95abcc235b7829e45b (diff)
Add newly checked in files to symlink scriptXORG-6_99_99_902
-rwxr-xr-xsymlink.sh21
1 files changed, 21 insertions, 0 deletions
diff --git a/symlink.sh b/symlink.sh
index 659c12c..cc7168c 100755
--- a/symlink.sh
+++ b/symlink.sh
@@ -7678,9 +7678,12 @@ symlink_xserver_hw_xfree86_ossupport_sco() {
dst_dir xserver/xorg/hw/xfree86/os-support/sco
action VTsw_sco.c
+ action sco_KbdMap.c
action sco_init.c
action sco_io.c
action sco_iop.c
+ action sco_kbd.c
+ action sco_kbd.h
action sco_mouse.c
action sco_video.c
}
@@ -7747,6 +7750,23 @@ symlink_xserver_hw_xfree86_ossupport_sysv() {
action xqueue.h
}
+symlink_xserver_hw_xfree86_ossupport_usl() {
+ src_dir programs/Xserver/hw/xfree86/os-support/usl
+ dst_dir xserver/xorg/hw/xfree86/os-support/usl
+
+ action usl_init.c
+ action usl_io.c
+ action usl_iop.c
+ action usl_kbd.c
+ action usl_kbd.h
+ action usl_KbdMap.c
+ action usl_mouse.c
+ action usl_video.c
+ action usl_vtsw.c
+ action usl_xqueue.c
+ action usl_xqueue.h
+}
+
symlink_xserver_hw_xfree86_parser() {
src_dir programs/Xserver/hw/xfree86/parser
dst_dir xserver/xorg/hw/xfree86/parser
@@ -9080,6 +9100,7 @@ symlink_xserver() {
symlink_xserver_hw_xfree86_ossupport_shared
symlink_xserver_hw_xfree86_ossupport_sunos
symlink_xserver_hw_xfree86_ossupport_sysv
+ symlink_xserver_hw_xfree86_ossupport_usl
symlink_xserver_hw_xfree86_parser
symlink_xserver_hw_xfree86_rac
symlink_xserver_hw_xfree86_ramdac