tt/mini_isam: remove all ancient sccsid blocks
authorJon Trulson <jon@radscan.com>
Sun, 1 Jul 2018 01:10:10 +0000 (19:10 -0600)
committerJon Trulson <jon@radscan.com>
Sun, 1 Jul 2018 01:10:10 +0000 (19:10 -0600)
64 files changed:
cde/lib/tt/mini_isam/isadd1key.c
cde/lib/tt/mini_isam/isaddindex.c
cde/lib/tt/mini_isam/isaddprimary.c
cde/lib/tt/mini_isam/isalloc.c
cde/lib/tt/mini_isam/isamaddindex.c
cde/lib/tt/mini_isam/isamdelrec.c
cde/lib/tt/mini_isam/isamerror.c
cde/lib/tt/mini_isam/isamhooks.c
cde/lib/tt/mini_isam/isamopen.c
cde/lib/tt/mini_isam/isamwrite.c
cde/lib/tt/mini_isam/isapplmr.c
cde/lib/tt/mini_isam/isapplmw.c
cde/lib/tt/mini_isam/isbsearch.c
cde/lib/tt/mini_isam/isbtree.c
cde/lib/tt/mini_isam/isbtree2.c
cde/lib/tt/mini_isam/isbtree3.c
cde/lib/tt/mini_isam/isbuild.c
cde/lib/tt/mini_isam/isbytearray.c
cde/lib/tt/mini_isam/ischange1key.c
cde/lib/tt/mini_isam/isclose.c
cde/lib/tt/mini_isam/iscntl.c
cde/lib/tt/mini_isam/iscurpos.c
cde/lib/tt/mini_isam/isdatconv.c
cde/lib/tt/mini_isam/isdel1key.c
cde/lib/tt/mini_isam/isdelcurr.c
cde/lib/tt/mini_isam/isdelrec.c
cde/lib/tt/mini_isam/isdiskbufs2.c
cde/lib/tt/mini_isam/isdlink.c
cde/lib/tt/mini_isam/iserase.c
cde/lib/tt/mini_isam/iserror.c
cde/lib/tt/mini_isam/isfab.c
cde/lib/tt/mini_isam/isfcb.c
cde/lib/tt/mini_isam/isfcbindex.c
cde/lib/tt/mini_isam/isfcbwatchfd.c
cde/lib/tt/mini_isam/isfd.c
cde/lib/tt/mini_isam/isfileio.c
cde/lib/tt/mini_isam/isfixrec.c
cde/lib/tt/mini_isam/isfname.c
cde/lib/tt/mini_isam/isindexconv.c
cde/lib/tt/mini_isam/isindexinfo.c
cde/lib/tt/mini_isam/isindfreel.c
cde/lib/tt/mini_isam/iskeyaux.c
cde/lib/tt/mini_isam/iskeycalc.c
cde/lib/tt/mini_isam/iskeycmp.c
cde/lib/tt/mini_isam/iskeyconv.c
cde/lib/tt/mini_isam/iskeyvalid.c
cde/lib/tt/mini_isam/isminmax.c
cde/lib/tt/mini_isam/ismngfcb.c
cde/lib/tt/mini_isam/isopen.c
cde/lib/tt/mini_isam/ispageio.c
cde/lib/tt/mini_isam/isperm.c
cde/lib/tt/mini_isam/isread.c
cde/lib/tt/mini_isam/isrename.c
cde/lib/tt/mini_isam/isrewcurr.c
cde/lib/tt/mini_isam/isrewrec.c
cde/lib/tt/mini_isam/issignals.c
cde/lib/tt/mini_isam/issort.c
cde/lib/tt/mini_isam/isstart.c
cde/lib/tt/mini_isam/issync.c
cde/lib/tt/mini_isam/isvarrec.c
cde/lib/tt/mini_isam/isvars.c
cde/lib/tt/mini_isam/isversion.c
cde/lib/tt/mini_isam/iswrite.c
cde/lib/tt/mini_isam/iswrrec.c

index d69ce7d36d7b52d81d2ba0e87de21a6b493d54f6..b4218323a4cdd8a1c054c42b8f82cc7d626b70a2 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isadd1key.c /main/3 1995/10/23 11:33:17 rswiston $                                                          */
-#ifndef lint
-    static char sccsid[] = "@(#)isadd1key.c 1.3 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 9c917d70cd197483153d1033a3ff1094d34846d8..64a910d7e8881d366deceb61f151aac9b685b4f9 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isaddindex.c /main/3 1995/10/23 11:33:26 rswiston $                                                         */
-#ifndef lint
-static char sccsid[] = "@(#)isaddindex.c 1.8 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index c1ae9e509457fe297860510dc021a2ce823c951a..9d8869d20851622fb4cefe10690e520b10f87d4e 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isaddprimary.c /main/3 1995/10/23 11:33:35 rswiston $                                                       */
-#ifndef lint
-static char sccsid[] = "@(#)isaddprimary.c 1.8 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /* @(#)isaddprimary.c  1.7 93/09/07
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 7ffcfdb90fb4c6c990298d24b0822396589a1465..2084ca3b227540e53337dbc5bec34f45acc55a8f 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isalloc.c /main/3 1995/10/23 11:33:43 rswiston $                                                    */
-#ifndef lint
-static char sccsid[] = "@(#)isalloc.c 1.3 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 7ce8a57112834b7a129b814a7775830eb582a62c..35480b75e7d8f2d20852548c107af82dea12455d 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isamaddindex.c /main/3 1995/10/23 11:34:12 rswiston $                                                       */
-#ifndef lint
-static char sccsid[] = "@(#)isamaddindex.c 1.14 89/09/14 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 5c490b345cc8a648e0fb9d94f45d1e95631b3ec0..7f3537d14195d553ef55dd3b313e4f35e994c53c 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isamdelrec.c /main/3 1995/10/23 11:34:30 rswiston $                                                         */
-#ifndef lint
-static char sccsid[] = "@(#)isamdelrec.c 1.6 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index a24ab9810078816b87cea5e128928fbd88fd1be6..a04e533e57da4667fae33614822853e1c5e194dd 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isamerror.c /main/3 1995/10/23 11:34:39 rswiston $                                                          */
-#ifndef lint
-static char sccsid[] = "@(#)isamerror.c 1.4 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 32dddb57c5a12f04f88d45a9463352727cd1c19e..01ccd1be81e749f46935fc28b3ba44b42fa5e97f 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isamhooks.c /main/3 1995/10/23 11:34:48 rswiston $                                                          */
-#ifndef lint
-static char sccsid[] = "@(#)isamhooks.c 1.7 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index e3e8b5941221ca630bc49ff886528066f42f1240..3fec9131b96c650d1c2c7870bcb8488e47c64789 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $TOG: isamopen.c /main/5 1998/04/10 08:03:57 mgreess $                                                    */
-#ifndef lint
-static char sccsid[] = "@(#)isamopen.c 1.10 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index f0edc8dac8cd5b8edafb36527c7b5f9f70e9a08c..b2922a721f9124541ea27170e515997c38ba5963 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isamwrite.c /main/3 1995/10/23 11:35:14 rswiston $                                                          */
-#ifndef lint
-static char sccsid[] = "@(#)isamwrite.c 1.6 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 69c13304f86b173ecf571e51f4adc594202931b1..0fdeba080831866b63924b741976cb1289c656c4 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isapplmr.c /main/3 1995/10/23 11:35:25 rswiston $                                                   */
-#ifndef lint
-static char sccsid[] = "@(#)isapplmr.c 1.5 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index e904a5f39a83ce71b19048483b786f68ec0ff094..b184b65b2aa73c17a07d907eda6946ad6341c48b 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isapplmw.c /main/3 1995/10/23 11:35:35 rswiston $                                                   */
-#ifndef lint
-static char sccsid[] = "@(#)isapplmw.c 1.5 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index f3c1d8887ef82ce0043a606961b7a248ccda3034..2fae98df969800e06912aaa57924dc920995876d 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isbsearch.c /main/3 1995/10/23 11:35:44 rswiston $                                                          */
-#ifndef lint
-static char sccsid[] = "@(#)isbsearch.c 1.3 89/07/17 Copyr 1988 Sun Micro";
-#endif
 
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
index ea305d0144c1669c34a50e123c1f8a55e57d9a50..4547adf1275e6b5a91b2861658d3a3e85e6ada1d 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isbtree.c /main/3 1995/10/23 11:35:52 rswiston $                                                    */
-#ifndef lint
-    static char sccsid[] = "@(#)isbtree.c 1.4 89/07/17 Copyr 1988 Sun Micro";
-#endif
 
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
index 66ffeac760227976036d98d73aacab7e4a4481be..2ce2396c300db6989eaa879019dfa3ba675525df 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isbtree2.c /main/3 1995/10/23 11:36:02 rswiston $                                                   */
-#ifndef lint
-    static char sccsid[] = "@(#)isbtree2.c 1.5 89/07/17 Copyr 1988 Sun Micro";
-#endif
 
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
index 5898a3db91c0c077a2c5044e890bb6efcb983e3f..adb6c4c48b3f6911f45937064ef74766325d7110 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isbtree3.c /main/3 1995/10/23 11:36:12 rswiston $                                                   */
-#ifndef lint
-    static char sccsid[] = "@(#)isbtree3.c 1.5 89/07/17 Copyr 1988 Sun Micro";
-#endif
 
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
index 5520feffff691677f97dd993ea94dcb5038d36e0..bdf3b51accd414645ff7008899534ec800382e34 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isbuild.c /main/3 1995/10/23 11:36:21 rswiston $                                                    */
-#ifndef lint
-static char sccsid[] = "@(#)isbuild.c 1.12 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 8f4417878effbecc716afd773b0f59d3e56ef5c6..70de388f2dbc391b7cf77ebc553925771708be2d 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isbytearray.c /main/3 1995/10/23 11:36:32 rswiston $                                                        */
-#ifndef lint
-static char sccsid[] = "@(#)isbytearray.c 1.3 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 9ab54f1008b466de2d4384b68d7ce5abb572e80b..bae1e990a29a088eaf7b69951e9b89202581e078 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: ischange1key.c /main/3 1995/10/23 11:36:41 rswiston $                                                       */
-#ifndef lint
-static char sccsid[] = "@(#)ischange1key.c 1.3 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index fb9af76ca4d1c74b3b865950a645e0c4892c4c3f..acb4ab11b9ca6a5329e707107e5b1a0f83b6f95a 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isclose.c /main/3 1995/10/23 11:36:50 rswiston $                                                    */
-#ifndef lint
-static char sccsid[] = "@(#)isclose.c 1.8 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 780eec56c3f62f5da185153efa335e97cdacb263..9258987cbffb78dfcee1511c42eec812121f24af 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: iscntl.c /main/3 1995/10/23 11:36:59 rswiston $                                                     */
-#ifndef lint
-static char sccsid[] = "@(#)iscntl.c   1.8 94/11/17";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index d0b4b59c433d5be8070cec280a01ce44e146b2d3..e1ca4628cc2253c3170eece966f5b5f83169a756 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                    */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                              */
 /*%%  $XConsortium: iscurpos.c /main/3 1995/10/23 11:37:08 rswiston $                                                       */
-#ifndef lint
-static char sccsid[] = "@(#)iscurpos.c 1.5 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index ad32e9383e5a82ed68227bc3abfc490ead70be03..25b472bb066fca7bfbcc0783eae722e4aafea209 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isdatconv.c /main/3 1995/10/23 11:37:16 rswiston $                                                          */
-#ifndef lint
-static char sccsid[] = "@(#)isdatconv.c 1.5 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 17bea6301db2b64d0273c49d953c55ec82f83f2a..3c10f468019ddbd995927953f9d98d0d341d319c 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isdel1key.c /main/3 1995/10/23 11:37:24 rswiston $                                                          */
-#ifndef lint
-static char sccsid[] = "@(#)isdel1key.c 1.3 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 2ae388f27401fc49bbb610ab44775c8c71eaa799..9f9382a1ea65ce8648c18b1f079c9b9bff52a4c3 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isdelcurr.c /main/3 1995/10/23 11:37:32 rswiston $                                                          */
-#ifndef lint
-static char sccsid[] = "@(#)isdelcurr.c 1.8 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 0e625f4d1daa1c9b6808ea5fe751deaa6352275a..49fe8a6da844743ca41d8a382fcd243c710dfe06 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isdelrec.c /main/3 1995/10/23 11:37:39 rswiston $                                                   */
-#ifndef lint
-static char sccsid[] = "@(#)isdelrec.c 1.8 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index c936e951335bba6a032ebd2c72e3f26d166729cc..f54520424bc8d0ab55a433936d8786696ba112cc 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isdiskbufs2.c /main/3 1995/10/23 11:37:47 rswiston $                                                        */
-#ifndef lint
-static char sccsid[] = "@(#)isdiskbufs2.c 1.3 89/07/17 Copyr 1988 Sun Micro";
-#endif
 
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
index ba534bf11da794fbd0441093b799f9cd77d5144b..348224db4e21ae5a11d720316f9bdbcebe7b1772 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $TOG: isdlink.c /main/4 1999/09/29 15:03:15 mgreess $                                                     */
-#ifndef lint
-       static char sccsid[] = "@(#)isdlink.c 1.4 89/09/01 Copyr 1988 Sun Micro";
-#endif
 
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
index 5c58c96745c69a542de543b43abb6427394637fd..14bff7c6bce3c56f8ca7a1ef7223a8c86a47f7b9 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: iserase.c /main/3 1995/10/23 11:38:08 rswiston $                                                    */
-#ifndef lint
-static char sccsid[] = "@(#)iserase.c 1.8 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 356d5e5c43464b3a1c0382504f60c54cd71bdc28..1e5c9ef5bc327da79771f5598b5315b0b47594e0 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: iserror.c /main/3 1995/10/23 11:38:16 rswiston $                                                    */
-#ifndef lint
-static char sccsid[] = "@(#)iserror.c 1.10 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 346fe1c94fdc25254f0d652feedd3bfc4e57d476..487c2f78e1a5d3b09cf887fe477de1d9fff3cc1f 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isfab.c /main/3 1995/10/23 11:38:24 rswiston $                                                      */
-#ifndef lint
-static char sccsid[] = "@(#)isfab.c 1.8 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 311406b846c4c0dbe5b797039765d7a977d890ab..e88ab48f24ec4cd02e2012e83bd424f02a6beab1 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isfcb.c /main/3 1995/10/23 11:38:34 rswiston $                                                      */
-#ifndef lint
-static char sccsid[] = "@(#)isfcb.c 1.9 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index e2a529220508ed1bdb2fb601fa7c9d7ba4600ed0..8068c7ef7955e76d6410539104b408f54088b8b2 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isfcbindex.c /main/3 1995/10/23 11:38:43 rswiston $                                                         */
-#ifndef lint
-static char sccsid[] = "@(#)isfcbindex.c 1.3 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 8346191bf420260945d1a48883594d7aa5207d50..6dc97d4a750ee4dc9bb1e0f088348e86250dd30e 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isfcbwatchfd.c /main/3 1995/10/23 11:38:51 rswiston $                                                       */
-#ifndef lint
-static char sccsid[] = "@(#)isfcbwatchfd.c     1.8 93/09/07 Copyr 1988-1993 Sun Microsystems, Inc";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index c4b24141ce8ffb4dc19ed2ff2973c25e235a8004..88b2fa473cd35cb4e75c6b712622942b5f4cdb68 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isfd.c /main/3 1995/10/23 11:39:10 rswiston $                                                       */
-#ifndef lint
-static char sccsid[] = "@(#)isfd.c 1.3 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index c1df7ec662f0fc4e4055c661959850d81b257c8c..2f7da8818d997bba04bc9709bfd32637c25731ac 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isfileio.c /main/3 1995/10/23 11:39:26 rswiston $                                                   */
-#ifndef lint
-static char sccsid[] = "@(#)isfileio.c 1.3 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 9b405c229988e0fac416e9a277ad6e1e3da7227d..13de4b35e6ede41b2225e68f0c8811333ec362a3 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isfixrec.c /main/3 1995/10/23 11:39:42 rswiston $                                                   */
-#ifndef lint
-static char sccsid[] = "@(#)isfixrec.c 1.5 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index d677b52164237da93665e62bdbf0ea18f68211c3..4db5a265772d7c73da2b5b1cc9f351dfdf2fb3de 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isfname.c /main/3 1995/10/23 11:40:04 rswiston $                                                    */
-#ifndef lint
-static char sccsid[] = "@(#)isfname.c 1.3 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index a61e5220eafd5d9a6b5d5206890d6208daf3082b..cf2156bdc6374d5ae2de4dda86fab722f97e88fe 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isindexconv.c /main/3 1995/10/23 11:40:48 rswiston $                                                        */
-#ifndef lint
-static char sccsid[] = "@(#)isindexconv.c 1.3 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 1c93249081821806d3179c014338efce3151c66b..a23a0ce37b9ce4aa4e0ef2243caf6f17edf83c90 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isindexinfo.c /main/3 1995/10/23 11:40:56 rswiston $                                                        */
-#ifndef lint
-static char sccsid[] = "@(#)isindexinfo.c 1.2 91/05/16 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 053a6db96232637cb59139bdbc13350f5aa23249..116d166e22d0a2cd5b9d24a92efe559eebd7f09f 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isindfreel.c /main/3 1995/10/23 11:41:03 rswiston $                                                         */
-#ifndef lint
-static char sccsid[] = "@(#)isindfreel.c 1.3 89/07/17 Copyr 1988 Sun Micro";
-#endif
 
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
index 64b32f516d054685c70a3625feb7eca16e030e5a..43d6b85fc6e161bddb55dc6ca170d02de48b1711 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: iskeyaux.c /main/3 1995/10/23 11:41:11 rswiston $                                                   */
-#ifndef lint
-static char sccsid[] = "@(#)iskeyaux.c 1.7 89/07/27 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 3b305b60917bc8894a2e50b610edfe3d13b4d86b..84845808325a4b15613c9d35ec1681fdda1732c3 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: iskeycalc.c /main/3 1995/10/23 11:41:29 rswiston $                                                          */
-#ifndef lint
-static char sccsid[] = "@(#)iskeycalc.c 1.3 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 7a02ed9596a068b6375ca453731b78a6423541d9..486683adc1416173fc628e3600e55214f2656972 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: iskeycmp.c /main/3 1995/10/23 11:41:41 rswiston $                                                   */
-#ifndef lint
-static char sccsid[] = "@(#)iskeycmp.c 1.5 89/07/17 Copyr 1988 Sun Micro";
-#endif
 
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
index d734c67d02505bf2a20ff7783293ce0b37158232..1c69c16ce21000696f9feaabf8cf9d4bbf307d08 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: iskeyconv.c /main/3 1995/10/23 11:41:54 rswiston $                                                          */
-#ifndef lint
-static char sccsid[] = "@(#)iskeyconv.c 1.4 89/07/17 Copyr 1988 Sun Micro";
-#endif
 
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
index 522cfefcfdaaecd29dc9037309f36a2d340949f8..65f457284b4f1d02c8ae3db51b05b5488d54c1eb 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: iskeyvalid.c /main/3 1995/10/23 11:42:06 rswiston $                                                         */
-#ifndef lint
-static char sccsid[] = "@(#)iskeyvalid.c 1.3 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index cac747f1685d6b412fa87433300f27e31d692138..23a119a13298ebe44d480b1437426e7989a829ec 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isminmax.c /main/3 1995/10/23 11:42:16 rswiston $                                                   */
-#ifndef lint
-static char sccsid[] = "@(#)isminmax.c 1.4 89/07/17 Copyr 1988 Sun Micro";
-#endif
 
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
index 10d86512bc625554db31a47f74328d5dfa7b1f6c..3cdd0a8dcbb582a14626c69ac179870ee40b9914 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: ismngfcb.c /main/3 1995/10/23 11:42:28 rswiston $                                                   */
-#ifndef lint
-static char sccsid[] = "@(#)ismngfcb.c 1.4 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 7b059951eec12bbacb33b17010044941079f9e38..b989a6231fdb9c7f64672b79859cb6c36b9ba2d4 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isopen.c /main/3 1995/10/23 11:42:40 rswiston $                                                     */
-#ifndef lint
-static char sccsid[] = "@(#)isopen.c 1.12 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index de219c60f3ea007bdd769e16b6b42a1482ba5fb5..3b4d61cbd32b988c1646bd05723f37cadcecfe54 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: ispageio.c /main/3 1995/10/23 11:42:51 rswiston $                                                   */
-#ifndef lint
-static char sccsid[] = "@(#)ispageio.c 1.3 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 33506c756f80beba6da8e6475a5abdc38547dbb5..69baee6e8ee1a105ff41b0ba9f8f7b6a94672a0e 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isperm.c /main/3 1995/10/23 11:43:03 rswiston $                                                     */
-#ifndef lint
-static char sccsid[] = "@(#)isperm.c 1.3 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 1f6d8908d8c208b2bee4f6a3a4405be69cb612f2..262fea70f37691f8f359c3f39847e14809d2e317 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isread.c /main/3 1995/10/23 11:43:35 rswiston $                                                     */
-#ifndef lint
-static char sccsid[] = "@(#)isread.c 1.9 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 37fbe504feb6040fc658ee4f99828ee15080a047..6e27055084181e9706b7d23f9dc113582a961aa4 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isrename.c /main/3 1995/10/23 11:43:48 rswiston $                                                   */
-#ifndef lint
-static char sccsid[] = "@(#)isrename.c 1.10 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index f41c844336f1f25ed9d5bf56cf0eb2b067857946..2eca61dd7195a71aa9de4285491f3a3cd74e9e13 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isrewcurr.c /main/3 1995/10/23 11:44:15 rswiston $                                                          */
-#ifndef lint
-static char sccsid[] = "@(#)isrewcurr.c 1.8 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 4f00fde36c2502a8d53b2b1d394e8528c2b78a0e..bf77da4de3c44fa56a20046d6c53bbfc0de38b1f 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isrewrec.c /main/3 1995/10/23 11:44:28 rswiston $                                                   */
-#ifndef lint
-static char sccsid[] = "@(#)isrewrec.c 1.8 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index ae3f2fc94467b13b88c1d23172a59e141af7c948..e545d10b21d8a021377cd77db198eaa698ac4b86 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: issignals.c /main/3 1995/10/23 11:44:41 rswiston $                                                          */
-#ifndef lint
-static char sccsid[] = "@(#)issignals.c 1.7 89/08/30 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index bada90dec390bf6cb9314022b118f40ed2d21397..2716bd87eb4a05f5b37ded0a7ba636f4f28baed6 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: issort.c /main/3 1995/10/23 11:44:55 rswiston $                                                     */
-#ifndef lint
-static char sccsid[] = "@(#)issort.c 1.3 89/07/17 Copyr 1988 Sun Micro";
-#endif
 
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
index 11942366e7278940a582e04b6ae771c1f2372832..d390c534aa6d778e2833e76ea2dafd594a723d0c 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isstart.c /main/3 1995/10/23 11:45:08 rswiston $                                                    */
-#ifndef lint
-static char sccsid[] = "@(#)isstart.c 1.9 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index c8ee09d9971f7484264f89e07ad3eded891e4936..2f4c617c76e48cd8e03419196b47ff7fdf40a19a 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: issync.c /main/3 1995/10/23 11:45:20 rswiston $                                                     */
-#ifndef lint
-static char sccsid[] = "@(#)issync.c 1.7 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 1c42923efea6a52b78ec2a4e7202026246e3ee02..83febb35e9789fe0679de38d08fa3e62cbd7b2ad 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isvarrec.c /main/3 1995/10/23 11:45:36 rswiston $                                                   */
-#ifndef lint
-static char sccsid[] = "@(#)isvarrec.c 1.8 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index bcc3cf07b9511300a18d7f5fec46ca505ae40c61..74e0b211652099cb9f23c79a431c0198404a5014 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isvars.c /main/3 1995/10/23 11:45:48 rswiston $                                                     */
-#ifndef lint
-static char sccsid[] = "@(#)isvars.c 1.7 90/08/15 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 956c1695a5b8c85f8bf745493c202035a601c067..536aa1326daee703ec5cfb75c0aa59f08f8dcc2b 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: isversion.c /main/3 1995/10/23 11:46:03 rswiston $                                                          */
-#ifndef lint
-static char sccsid[] = "@(#)isversion.c 1.5 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988, 1992 by Sun Microsystems, Inc.
  */
index 3bf1086f021563f0b8b18bfda352db14da11273b..46726799fb26d0d88a002ca5e0551966431c7539 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: iswrite.c /main/3 1995/10/23 11:46:15 rswiston $                                                    */
-#ifndef lint
-static char sccsid[] = "@(#)iswrite.c 1.8 89/07/17 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */
index 3331c3d3a02b36f8c8f735645b8a563ceab9cfef..c0f98628805063d97ef577605f16b3001bd2f8bb 100644 (file)
@@ -25,9 +25,6 @@
 /*%%  (c) Copyright 1993, 1994 Sun Microsystems, Inc.                   */
 /*%%  (c) Copyright 1993, 1994 Novell, Inc.                             */
 /*%%  $XConsortium: iswrrec.c /main/3 1995/10/23 11:46:30 rswiston $                                                    */
-#ifndef lint
-static char sccsid[] = "@(#)iswrrec.c 1.7 89/06/07 Copyr 1988 Sun Micro";
-#endif
 /*
  * Copyright (c) 1988 by Sun Microsystems, Inc.
  */