summaryrefslogtreecommitdiff
path: root/xc/unsupported/lib/PHIGS/cp
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-09-21 11:10:28 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-09-21 11:10:28 -0700
commit9b0c8f1ae9f56cb00850351f5247b035e832edd6 (patch)
treecf60362908557930f8930862b08f610f106f16e3 /xc/unsupported/lib/PHIGS/cp
parent8bd5170e65dcd9bf0368033942c4498928446ada (diff)
final stateHEADmaster
Diffstat (limited to 'xc/unsupported/lib/PHIGS/cp')
-rw-r--r--xc/unsupported/lib/PHIGS/cp/Imakefile2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cp_ccom.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cp_inp.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cp_priv.h2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cp_rcom.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cp_util.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cpa_clnt.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cpa_css.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cpa_pm.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cpa_util.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cpa_ws.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cpb_clnt.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cpb_css.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cpb_pm.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cpb_util.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cpb_ws.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cpm_tlkt.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cpm_xevnt.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cpx_ar.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cpx_clnt.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cpx_css.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cpx_misc.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cpx_pm.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cpx_util.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/cpx_ws.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/phigsmon.c2
-rw-r--r--xc/unsupported/lib/PHIGS/cp/psl.c2
27 files changed, 27 insertions, 27 deletions
diff --git a/xc/unsupported/lib/PHIGS/cp/Imakefile b/xc/unsupported/lib/PHIGS/cp/Imakefile
index 4d3b0d9ed..c04afea6d 100644
--- a/xc/unsupported/lib/PHIGS/cp/Imakefile
+++ b/xc/unsupported/lib/PHIGS/cp/Imakefile
@@ -1,5 +1,5 @@
XCOMM
-XCOMM $XConsortium: Imakefile,v 5.18 93/09/29 23:12:14 rws Exp $
+XCOMM $XConsortium: Imakefile,v 5.19 94/04/17 20:41:07 rws Exp $
XCOMM
XCOMM
XCOMM Copyright 1989, 1990, 1991 by Sun Microsystems, Inc. and the X Consortium
diff --git a/xc/unsupported/lib/PHIGS/cp/cp_ccom.c b/xc/unsupported/lib/PHIGS/cp/cp_ccom.c
index 36d5d2d9d..18aa7caf4 100644
--- a/xc/unsupported/lib/PHIGS/cp/cp_ccom.c
+++ b/xc/unsupported/lib/PHIGS/cp/cp_ccom.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cp_ccom.c,v 5.19 92/08/10 20:46:50 eswu Exp $ */
+/* $XConsortium: cp_ccom.c,v 5.20 94/04/17 20:41:10 eswu Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cp_inp.c b/xc/unsupported/lib/PHIGS/cp/cp_inp.c
index e0b717d63..260d6e96e 100644
--- a/xc/unsupported/lib/PHIGS/cp/cp_inp.c
+++ b/xc/unsupported/lib/PHIGS/cp/cp_inp.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cp_inp.c,v 5.1 91/02/16 09:48:39 rws Exp $ */
+/* $XConsortium: cp_inp.c,v 5.2 94/04/17 20:41:11 rws Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cp_priv.h b/xc/unsupported/lib/PHIGS/cp/cp_priv.h
index fc63345a0..118cd5ae7 100644
--- a/xc/unsupported/lib/PHIGS/cp/cp_priv.h
+++ b/xc/unsupported/lib/PHIGS/cp/cp_priv.h
@@ -1,4 +1,4 @@
-/* $XConsortium: cp_priv.h,v 5.8 92/05/05 08:46:00 rws Exp $ */
+/* $XConsortium: cp_priv.h,v 5.9 94/04/17 20:41:11 rws Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cp_rcom.c b/xc/unsupported/lib/PHIGS/cp/cp_rcom.c
index 9f99dd307..9c0aabd2e 100644
--- a/xc/unsupported/lib/PHIGS/cp/cp_rcom.c
+++ b/xc/unsupported/lib/PHIGS/cp/cp_rcom.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cp_rcom.c,v 5.7 91/07/26 20:12:28 rws Exp $ */
+/* $XConsortium: cp_rcom.c,v 5.8 94/04/17 20:41:12 rws Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cp_util.c b/xc/unsupported/lib/PHIGS/cp/cp_util.c
index d84fa8bf9..fa440b74e 100644
--- a/xc/unsupported/lib/PHIGS/cp/cp_util.c
+++ b/xc/unsupported/lib/PHIGS/cp/cp_util.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cp_util.c,v 5.1 91/02/16 09:48:26 rws Exp $ */
+/* $XConsortium: cp_util.c,v 5.2 94/04/17 20:41:13 rws Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cpa_clnt.c b/xc/unsupported/lib/PHIGS/cp/cpa_clnt.c
index 1b2954f11..9ae109d42 100644
--- a/xc/unsupported/lib/PHIGS/cp/cpa_clnt.c
+++ b/xc/unsupported/lib/PHIGS/cp/cpa_clnt.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cpa_clnt.c,v 5.4 92/01/28 11:42:39 mor Exp $ */
+/* $XConsortium: cpa_clnt.c,v 5.5 94/04/17 20:41:14 mor Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cpa_css.c b/xc/unsupported/lib/PHIGS/cp/cpa_css.c
index 1f230f8ce..05ce74487 100644
--- a/xc/unsupported/lib/PHIGS/cp/cpa_css.c
+++ b/xc/unsupported/lib/PHIGS/cp/cpa_css.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cpa_css.c,v 5.7 92/12/29 21:21:41 mor Exp $ */
+/* $XConsortium: cpa_css.c,v 5.8 94/04/17 20:41:15 mor Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cpa_pm.c b/xc/unsupported/lib/PHIGS/cp/cpa_pm.c
index 8c35d9259..5967813e5 100644
--- a/xc/unsupported/lib/PHIGS/cp/cpa_pm.c
+++ b/xc/unsupported/lib/PHIGS/cp/cpa_pm.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cpa_pm.c,v 5.1 91/02/16 09:48:38 rws Exp $ */
+/* $XConsortium: cpa_pm.c,v 5.2 94/04/17 20:41:16 rws Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cpa_util.c b/xc/unsupported/lib/PHIGS/cp/cpa_util.c
index 147e49c67..431b6dc5c 100644
--- a/xc/unsupported/lib/PHIGS/cp/cpa_util.c
+++ b/xc/unsupported/lib/PHIGS/cp/cpa_util.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cpa_util.c,v 5.2 91/07/15 20:48:27 hersh Exp $ */
+/* $XConsortium: cpa_util.c,v 5.3 94/04/17 20:41:16 hersh Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cpa_ws.c b/xc/unsupported/lib/PHIGS/cp/cpa_ws.c
index 42c211dce..1146b0114 100644
--- a/xc/unsupported/lib/PHIGS/cp/cpa_ws.c
+++ b/xc/unsupported/lib/PHIGS/cp/cpa_ws.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cpa_ws.c,v 5.6 91/10/01 03:00:18 hersh Exp $ */
+/* $XConsortium: cpa_ws.c,v 5.7 94/04/17 20:41:17 hersh Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cpb_clnt.c b/xc/unsupported/lib/PHIGS/cp/cpb_clnt.c
index 15e690ef6..6a0f5ce4c 100644
--- a/xc/unsupported/lib/PHIGS/cp/cpb_clnt.c
+++ b/xc/unsupported/lib/PHIGS/cp/cpb_clnt.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cpb_clnt.c,v 5.3 91/05/05 15:40:24 rws Exp $ */
+/* $XConsortium: cpb_clnt.c,v 5.4 94/04/17 20:41:18 rws Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cpb_css.c b/xc/unsupported/lib/PHIGS/cp/cpb_css.c
index 81e5e29eb..1c6748780 100644
--- a/xc/unsupported/lib/PHIGS/cp/cpb_css.c
+++ b/xc/unsupported/lib/PHIGS/cp/cpb_css.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cpb_css.c,v 5.1 91/02/16 09:48:45 rws Exp $ */
+/* $XConsortium: cpb_css.c,v 5.2 94/04/17 20:41:19 rws Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cpb_pm.c b/xc/unsupported/lib/PHIGS/cp/cpb_pm.c
index b46352f43..8d9b62bad 100644
--- a/xc/unsupported/lib/PHIGS/cp/cpb_pm.c
+++ b/xc/unsupported/lib/PHIGS/cp/cpb_pm.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cpb_pm.c,v 5.2 91/05/05 15:40:37 rws Exp $ */
+/* $XConsortium: cpb_pm.c,v 5.3 94/04/17 20:41:19 rws Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cpb_util.c b/xc/unsupported/lib/PHIGS/cp/cpb_util.c
index cc669671c..f7be2e6b8 100644
--- a/xc/unsupported/lib/PHIGS/cp/cpb_util.c
+++ b/xc/unsupported/lib/PHIGS/cp/cpb_util.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cpb_util.c,v 5.1 91/02/16 09:48:47 rws Exp $ */
+/* $XConsortium: cpb_util.c,v 5.2 94/04/17 20:41:20 rws Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cpb_ws.c b/xc/unsupported/lib/PHIGS/cp/cpb_ws.c
index a5d3d1c17..72d5b142f 100644
--- a/xc/unsupported/lib/PHIGS/cp/cpb_ws.c
+++ b/xc/unsupported/lib/PHIGS/cp/cpb_ws.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cpb_ws.c,v 5.2 91/07/12 20:28:55 hersh Exp $ */
+/* $XConsortium: cpb_ws.c,v 5.3 94/04/17 20:41:21 hersh Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cpm_tlkt.c b/xc/unsupported/lib/PHIGS/cp/cpm_tlkt.c
index bae67b54a..e364e03ff 100644
--- a/xc/unsupported/lib/PHIGS/cp/cpm_tlkt.c
+++ b/xc/unsupported/lib/PHIGS/cp/cpm_tlkt.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cpm_tlkt.c,v 5.3 91/09/30 16:49:20 hersh Exp $ */
+/* $XConsortium: cpm_tlkt.c,v 5.4 94/04/17 20:41:21 hersh Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cpm_xevnt.c b/xc/unsupported/lib/PHIGS/cp/cpm_xevnt.c
index 474e753e6..a38f29795 100644
--- a/xc/unsupported/lib/PHIGS/cp/cpm_xevnt.c
+++ b/xc/unsupported/lib/PHIGS/cp/cpm_xevnt.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cpm_xevnt.c,v 4.1 91/02/16 09:48:30 rws Exp $ */
+/* $XConsortium: cpm_xevnt.c,v 4.2 94/04/17 20:41:22 rws Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cpx_ar.c b/xc/unsupported/lib/PHIGS/cp/cpx_ar.c
index 442c72e8e..cfe3afaad 100644
--- a/xc/unsupported/lib/PHIGS/cp/cpx_ar.c
+++ b/xc/unsupported/lib/PHIGS/cp/cpx_ar.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cpx_ar.c,v 5.8 91/07/19 14:17:29 hersh Exp $ */
+/* $XConsortium: cpx_ar.c,v 5.9 94/04/17 20:41:23 hersh Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cpx_clnt.c b/xc/unsupported/lib/PHIGS/cp/cpx_clnt.c
index 360f3b079..73a607136 100644
--- a/xc/unsupported/lib/PHIGS/cp/cpx_clnt.c
+++ b/xc/unsupported/lib/PHIGS/cp/cpx_clnt.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cpx_clnt.c,v 5.9 92/01/28 11:38:46 mor Exp $ */
+/* $XConsortium: cpx_clnt.c,v 5.10 94/04/17 20:41:25 mor Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cpx_css.c b/xc/unsupported/lib/PHIGS/cp/cpx_css.c
index 58ac54781..f151542da 100644
--- a/xc/unsupported/lib/PHIGS/cp/cpx_css.c
+++ b/xc/unsupported/lib/PHIGS/cp/cpx_css.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cpx_css.c,v 5.1 91/02/16 09:48:31 rws Exp $ */
+/* $XConsortium: cpx_css.c,v 5.2 94/04/17 20:41:26 rws Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cpx_misc.c b/xc/unsupported/lib/PHIGS/cp/cpx_misc.c
index f0a44d521..69b36e65b 100644
--- a/xc/unsupported/lib/PHIGS/cp/cpx_misc.c
+++ b/xc/unsupported/lib/PHIGS/cp/cpx_misc.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cpx_misc.c,v 5.1 91/02/16 09:48:32 rws Exp $ */
+/* $XConsortium: cpx_misc.c,v 5.2 94/04/17 20:41:27 rws Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cpx_pm.c b/xc/unsupported/lib/PHIGS/cp/cpx_pm.c
index d54e74bb3..eac7ded3d 100644
--- a/xc/unsupported/lib/PHIGS/cp/cpx_pm.c
+++ b/xc/unsupported/lib/PHIGS/cp/cpx_pm.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cpx_pm.c,v 5.2 93/01/05 14:33:11 mor Exp $ */
+/* $XConsortium: cpx_pm.c,v 5.3 94/04/17 20:41:27 mor Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cpx_util.c b/xc/unsupported/lib/PHIGS/cp/cpx_util.c
index f7f8bd936..10db1be88 100644
--- a/xc/unsupported/lib/PHIGS/cp/cpx_util.c
+++ b/xc/unsupported/lib/PHIGS/cp/cpx_util.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cpx_util.c,v 5.4 93/01/05 14:28:01 mor Exp $ */
+/* $XConsortium: cpx_util.c,v 5.5 94/04/17 20:41:28 mor Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/cpx_ws.c b/xc/unsupported/lib/PHIGS/cp/cpx_ws.c
index 75dd280dc..e1b0d91d5 100644
--- a/xc/unsupported/lib/PHIGS/cp/cpx_ws.c
+++ b/xc/unsupported/lib/PHIGS/cp/cpx_ws.c
@@ -1,4 +1,4 @@
-/* $XConsortium: cpx_ws.c,v 5.2 91/04/04 21:05:47 hersh Exp $ */
+/* $XConsortium: cpx_ws.c,v 5.3 94/04/17 20:41:29 hersh Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/phigsmon.c b/xc/unsupported/lib/PHIGS/cp/phigsmon.c
index 4c8b108e8..f38d6402a 100644
--- a/xc/unsupported/lib/PHIGS/cp/phigsmon.c
+++ b/xc/unsupported/lib/PHIGS/cp/phigsmon.c
@@ -1,4 +1,4 @@
-/* $XConsortium: phigsmon.c,v 5.9 92/08/10 20:46:54 eswu Exp $ */
+/* $XConsortium: phigsmon.c,v 5.10 94/04/17 20:41:29 eswu Exp $ */
/***********************************************************
diff --git a/xc/unsupported/lib/PHIGS/cp/psl.c b/xc/unsupported/lib/PHIGS/cp/psl.c
index 2f50c381e..8930c7cfd 100644
--- a/xc/unsupported/lib/PHIGS/cp/psl.c
+++ b/xc/unsupported/lib/PHIGS/cp/psl.c
@@ -1,4 +1,4 @@
-/* $XConsortium: psl.c,v 5.1 91/02/16 09:48:36 rws Exp $ */
+/* $XConsortium: psl.c,v 5.2 94/04/17 20:41:30 rws Exp $ */
/***********************************************************