[comp.sources.x] v09i092: patches for X11R4 for SCO UNIX, Part06/12

jimke@uunet.uu.net (10/12/90)

Submitted-by: microsoft!jimke@uunet.uu.net
Posting-number: Volume 9, Issue 92
Archive-name: sco.patches/part06

#! /bin/sh
# This is a shell archive.  Remove anything before this line, then unpack
# it by saving it into a file and typing "sh file".  To overwrite existing
# files, type "sh file -c".  You can also feed this as standard input via
# unshar, or by typing "sh <file", e.g..  If this archive is complete, you
# will see the following message at the end:
#		"End of archive 6 (of 12)."
# Contents:  fix-14.sco06
# Wrapped by jimke@kellman on Sat Oct  6 17:13:29 1990
PATH=/bin:/usr/bin:/usr/ucb ; export PATH
if test -f 'fix-14.sco06' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'fix-14.sco06'\"
else
echo shar: Extracting \"'fix-14.sco06'\" \(44442 characters\)
sed "s/^X//" >'fix-14.sco06' <<'END_OF_FILE'
X*** ./mit-orig/lib/Xmu/AllCmap.c	Thu Oct  4 16:46:51 1990
X--- ./mit/lib/Xmu/AllCmap.c	Mon Sep 17 16:14:51 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /* $XConsortium: AllCmap.c,v 1.6 89/10/08 14:52:32 rws Exp $
X   * 
X   * Copyright 1989 by the Massachusetts Institute of Technology
X*** ./mit-orig/lib/Xmu/Atoms.c	Thu Oct  4 16:46:56 1990
X--- ./mit/lib/Xmu/Atoms.c	Mon Sep 17 16:14:51 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /* $XConsortium: Atoms.c,v 1.7 89/12/08 12:04:05 rws Exp $
X   *
X   * Copyright 1988 by the Massachusetts Institute of Technology
X*** ./mit-orig/lib/Xmu/ClientWin.c	Thu Oct  4 16:46:53 1990
X--- ./mit/lib/Xmu/ClientWin.c	Mon Sep 17 16:14:52 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /* $XConsortium: ClientWin.c,v 1.3 89/12/10 10:26:35 rws Exp $ */
X  
X  /* 
X*** ./mit-orig/lib/Xmu/CloseHook.c	Thu Oct  4 16:46:55 1990
X--- ./mit/lib/Xmu/CloseHook.c	Mon Sep 17 16:14:53 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /*
X   * $XConsortium: CloseHook.c,v 1.4 89/07/16 14:25:48 jim Exp $
X   *
X*** ./mit-orig/lib/Xmu/CmapAlloc.c	Thu Oct  4 16:46:55 1990
X--- ./mit/lib/Xmu/CmapAlloc.c	Mon Sep 17 16:14:54 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /*
X   * $XConsortium: CmapAlloc.c,v 1.3 89/06/14 11:58:06 converse Exp $
X   * 
X*** ./mit-orig/lib/Xmu/CrCmap.c	Thu Oct  4 16:46:43 1990
X--- ./mit/lib/Xmu/CrCmap.c	Mon Sep 17 16:14:55 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /* $XConsortium: CrCmap.c,v 1.2 89/05/24 11:05:36 converse Exp $
X   *
X   * CreateCmap.c - given a standard colormap description, make the map.
X*** ./mit-orig/lib/Xmu/CrPixFBit.c	Thu Oct  4 16:46:49 1990
X--- ./mit/lib/Xmu/CrPixFBit.c	Mon Sep 17 16:14:56 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /*
X   * $XConsortium: CrPixFBit.c,v 1.2 89/12/12 18:43:12 jim Exp $
X   *
X*** ./mit-orig/lib/Xmu/CursorName.c	Thu Oct  4 16:46:52 1990
X--- ./mit/lib/Xmu/CursorName.c	Mon Sep 17 16:14:57 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /*
X   * $XConsortium: CursorName.c,v 1.3 89/07/19 17:16:10 converse Exp $
X   *
X*** ./mit-orig/lib/Xmu/CvtCache.c	Thu Oct  4 16:46:59 1990
X--- ./mit/lib/Xmu/CvtCache.c	Mon Sep 17 16:14:57 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /*
X   * $XConsortium: CvtCache.c,v 1.5 89/11/30 18:21:32 rws Exp $
X   *
X*** ./mit-orig/lib/Xmu/CvtStdSel.c	Thu Oct  4 16:46:44 1990
X--- ./mit/lib/Xmu/CvtStdSel.c	Mon Sep 17 16:17:23 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /* $XConsortium: CvtStdSel.c,v 1.13 89/12/02 15:28:25 jim Exp $
X   *
X   * Copyright 1988 by the Massachusetts Institute of Technology
X***************
X*** 11,17 ****
X  
X  #include <X11/copyright.h>
X  
X! #ifdef att
X  #include <interlan/il_types.h>
X  #define __TYPES__		/* prevent #including <sys/types.h> in Xlib.h */
X  #include <interlan/netdb.h>
X--- 12,18 ----
X  
X  #include <X11/copyright.h>
X  
X! #if defined(att) && !defined(ix386) && !defined(sco)
X  #include <interlan/il_types.h>
X  #define __TYPES__		/* prevent #including <sys/types.h> in Xlib.h */
X  #include <interlan/netdb.h>
X***************
X*** 22,28 ****
X  #include <X11/Shell.h>
X  #include <X11/ShellP.h>
X  #include <stdio.h>
X! #ifndef att
X  #include <netdb.h>
X  #include <sys/socket.h>
X  #endif
X--- 23,29 ----
X  #include <X11/Shell.h>
X  #include <X11/ShellP.h>
X  #include <stdio.h>
X! #if !defined(att) || defined(ix386) || defined(sco)
X  #include <netdb.h>
X  #include <sys/socket.h>
X  #endif
X*** ./mit-orig/lib/Xmu/DefErrMsg.c	Thu Oct  4 16:46:54 1990
X--- ./mit/lib/Xmu/DefErrMsg.c	Mon Sep 17 16:14:58 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /*
X   * $XConsortium: DefErrMsg.c,v 1.5 89/12/13 16:17:04 rws Exp $
X   *
X*** ./mit-orig/lib/Xmu/DelCmap.c	Thu Oct  4 16:46:52 1990
X--- ./mit/lib/Xmu/DelCmap.c	Mon Sep 17 16:15:07 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /* $XConsortium: DelCmap.c,v 1.1 89/05/19 14:37:16 converse Exp $
X   * 
X   * Copyright 1989 by the Massachusetts Institute of Technology
X*** ./mit-orig/lib/Xmu/DisplayQue.c	Thu Oct  4 16:46:56 1990
X--- ./mit/lib/Xmu/DisplayQue.c	Mon Sep 17 16:15:08 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /*
X   * $XConsortium: DisplayQue.c,v 1.3 89/10/08 14:59:33 rws Exp $
X   *
X*** ./mit-orig/lib/Xmu/DrRndRect.c	Thu Oct  4 16:46:58 1990
X--- ./mit/lib/Xmu/DrRndRect.c	Mon Sep 17 16:15:10 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /*
X   * $XConsortium: DrRndRect.c,v 1.2 89/10/03 08:38:21 rws Exp $
X   *
X*** ./mit-orig/lib/Xmu/DrawLogo.c	Thu Oct  4 16:46:52 1990
X--- ./mit/lib/Xmu/DrawLogo.c	Mon Sep 17 16:15:11 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: DrawLogo.c,v 1.1 89/05/11 14:01:55 kit Exp $";
X  #endif
X*** ./mit-orig/lib/Xmu/FToCback.c	Thu Oct  4 16:46:43 1990
X--- ./mit/lib/Xmu/FToCback.c	Mon Sep 17 16:15:11 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  static char rcsid[] =
X  	"$XConsortium: FToCback.c,v 1.1 89/12/07 10:52:21 rws Exp $";
X  
X*** ./mit-orig/lib/Xmu/GetHost.c	Thu Oct  4 16:46:58 1990
X--- ./mit/lib/Xmu/GetHost.c	Mon Sep 17 16:15:12 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /*
X   * $XConsortium: GetHost.c,v 1.1 89/09/22 12:07:36 jim Exp $
X   *
X*** ./mit-orig/lib/Xmu/GrayPixmap.c	Thu Oct  4 16:47:00 1990
X--- ./mit/lib/Xmu/GrayPixmap.c	Mon Sep 17 16:15:13 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: GrayPixmap.c,v 1.4 89/12/10 10:29:25 rws Exp $";
X  #endif /* lint */
X*** ./mit-orig/lib/Xmu/Initer.c	Thu Oct  4 16:46:45 1990
X--- ./mit/lib/Xmu/Initer.c	Mon Sep 17 16:15:14 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  static char rcsid[] =
X  	"$XConsortium: Initer.c,v 1.2 89/12/10 10:30:32 rws Exp $";
X  
X*** ./mit-orig/lib/Xmu/LocBitmap.c	Thu Oct  4 16:46:59 1990
X--- ./mit/lib/Xmu/LocBitmap.c	Mon Sep 17 16:15:15 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /*
X   * $XConsortium: LocBitmap.c,v 1.4 89/12/10 10:35:21 rws Exp $
X   *
X*** ./mit-orig/lib/Xmu/Lookup.c	Thu Oct  4 16:46:50 1990
X--- ./mit/lib/Xmu/Lookup.c	Mon Sep 17 16:15:16 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  static char rcsid[] =
X  	"$XConsortium: Lookup.c,v 1.9 89/06/02 08:40:18 rws Exp $";
X  
X*** ./mit-orig/lib/Xmu/LookupCmap.c	Thu Oct  4 16:46:51 1990
X--- ./mit/lib/Xmu/LookupCmap.c	Mon Sep 17 16:15:17 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /* $XConsortium: LookupCmap.c,v 1.7 89/10/08 15:00:44 rws Exp $ 
X   * 
X   * Copyright 1989 by the Massachusetts Institute of Technology
X*** ./mit-orig/lib/Xmu/Lower.c	Thu Oct  4 16:46:54 1990
X--- ./mit/lib/Xmu/Lower.c	Mon Sep 17 16:15:18 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  static char rcsid[] =
X  	"$XConsortium: Lower.c,v 1.3 89/11/11 16:31:07 jim Exp $";
X  
X*** ./mit-orig/lib/Xmu/RdBitF.c	Thu Oct  4 16:46:42 1990
X--- ./mit/lib/Xmu/RdBitF.c	Mon Sep 17 16:15:18 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /*
X   * $XConsortium: RdBitF.c,v 1.6 89/12/12 18:43:10 jim Exp $
X   *
X*** ./mit-orig/lib/Xmu/ScrOfWin.c	Thu Oct  4 16:46:58 1990
X--- ./mit/lib/Xmu/ScrOfWin.c	Mon Sep 17 16:15:19 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /*
X   * $XConsortium: ScrOfWin.c,v 1.2 89/09/22 12:10:01 jim Exp $
X   *
X*** ./mit-orig/lib/Xmu/ShapeWidg.c	Thu Oct  4 16:46:52 1990
X--- ./mit/lib/Xmu/ShapeWidg.c	Mon Sep 17 16:15:20 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  static char rcsid[] =
X  	"$XConsortium: ShapeWidg.c,v 1.3 90/01/20 15:16:56 rws Exp $";
X  
X*** ./mit-orig/lib/Xmu/StdCmap.c	Thu Oct  4 16:46:42 1990
X--- ./mit/lib/Xmu/StdCmap.c	Mon Sep 17 16:15:21 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /* $XConsortium: StdCmap.c,v 1.11 89/10/08 15:04:52 rws Exp $ 
X   * 
X   * Copyright 1989 by the Massachusetts Institute of Technology
X*** ./mit-orig/lib/Xmu/StrToBS.c	Thu Oct  4 16:46:42 1990
X--- ./mit/lib/Xmu/StrToBS.c	Mon Sep 17 16:15:22 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  static char rcsid[] =
X  	"$XConsortium: StrToBS.c,v 1.0 88/09/05 19:00:53 rws Exp $";
X  
X*** ./mit-orig/lib/Xmu/StrToBmap.c	Thu Oct  4 16:46:53 1990
X--- ./mit/lib/Xmu/StrToBmap.c	Mon Sep 17 16:15:23 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char rcsid[] = "$XConsortium: StrToBmap.c,v 1.9 89/10/09 16:25:32 jim Exp $";
X  #endif /* lint */
X*** ./mit-orig/lib/Xmu/StrToCurs.c	Thu Oct  4 16:46:56 1990
X--- ./mit/lib/Xmu/StrToCurs.c	Mon Sep 17 16:15:23 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char rcsid[] = "$XConsortium: StrToCurs.c,v 1.8 89/08/17 15:33:05 jim Exp $";
X  #endif /* lint */
X*** ./mit-orig/lib/Xmu/StrToJust.c	Thu Oct  4 16:46:43 1990
X--- ./mit/lib/Xmu/StrToJust.c	Mon Sep 17 16:15:24 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  static char rcsid[] =
X  	"$XConsortium: StrToJust.c,v 1.2 89/12/10 10:36:16 rws Exp $";
X  
X*** ./mit-orig/lib/Xmu/StrToLong.c	Thu Oct  4 16:46:56 1990
X--- ./mit/lib/Xmu/StrToLong.c	Mon Sep 17 16:15:25 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /*
X   * $XConsortium: StrToLong.c,v 1.2 89/07/14 18:05:40 jim Exp $
X   *
X*** ./mit-orig/lib/Xmu/StrToOrnt.c	Thu Oct  4 16:46:43 1990
X--- ./mit/lib/Xmu/StrToOrnt.c	Mon Sep 17 16:15:26 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  static char rcsid[] =
X  	"$XConsortium: StrToOrnt.c,v 1.2 89/12/07 10:53:36 rws Exp $";
X  
X*** ./mit-orig/lib/Xmu/StrToShap.c	Thu Oct  4 16:46:58 1990
X--- ./mit/lib/Xmu/StrToShap.c	Mon Sep 17 16:15:27 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  static char rcsid[] =
X  	"$XConsortium: StrToShap.c,v 1.1 89/10/03 11:37:03 swick Exp $";
X  
X*** ./mit-orig/lib/Xmu/StrToWidg.c	Thu Oct  4 16:46:57 1990
X--- ./mit/lib/Xmu/StrToWidg.c	Mon Sep 17 16:15:27 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: StrToWidg.c,v 1.3 89/09/22 12:11:59 keith Exp $";
X  #endif /* lint */
X*** ./mit-orig/lib/Xmu/UpdMapHint.c	Thu Oct  4 16:46:53 1990
X--- ./mit/lib/Xmu/UpdMapHint.c	Mon Sep 17 16:15:28 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /*
X   * $XConsortium: UpdMapHint.c,v 1.1 89/09/22 12:07:37 jim Exp $
X   *
X*** ./mit-orig/lib/Xmu/VisCmap.c	Thu Oct  4 16:46:55 1990
X--- ./mit/lib/Xmu/VisCmap.c	Mon Sep 17 16:15:29 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /* $XConsortium: VisCmap.c,v 1.10 89/10/08 15:05:47 rws Exp $ 
X   * 
X   * Copyright 1989 by the Massachusetts Institute of Technology
X*** ./mit-orig/lib/Xmu/Xct.c	Thu Oct  4 16:46:57 1990
X--- ./mit/lib/Xmu/Xct.c	Mon Sep 17 16:15:30 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /* 
X   * $XConsortium: Xct.c,v 1.11 89/11/30 16:47:28 rws Exp $
X   * Copyright 1989 by the Massachusetts Institute of Technology
X*** ./mit-orig/lib/Xmu/import.h	Thu Oct  4 18:01:52 1990
X--- ./mit/lib/Xmu/import.h	Sun Sep 16 23:00:18 1990
X***************
X*** 0 ****
X--- 1,345 ----
X+ /*
X+  * Some hacks for shared libraries -- especially for 386/ix
X+  * Thomas Roell, 16.4.90
X+  */
X+ #ifndef _Xmu_import
X+ #define _Xmu_import
X+ #ifdef ATTSHAREDLIB
X+ #include <stdio.h>
X+ #include <sys/types.h>
X+ #include <time.h>
X+ #include <pwd.h>
X+ #include <X11/Xlib.h>
X+ #include <X11/Xresource.h>
X+ #include <X11/Xutil.h>
X+ #include <X11/Intrinsic.h>
X+ #include <X11/Shell.h>
X+ 
X+ #define __fltused	(* _libXmu___fltused)
X+ #define _ctype		(* _libXmu__ctype)
X+ #define _filbuf		(* _libXmu__filbuf)
X+ #define _flsbuf		(* _libXmu__flsbuf)
X+ #define _fltused	(* _libXmu__fltused)
X+ #define _iob		(* _libXmu__iob)
X+ #define abs		(* _libXmu_abs)
X+ #define access		(* _libXmu_access)
X+ #define alarm		(* _libXmu_alarm)
X+ #define asctime		(* _libXmu_asctime)
X+ #define atof		(* _libXmu_atof)
X+ #define atoi		(* _libXmu_atoi)
X+ #define calloc		(* _libXmu_calloc)
X+ #define chmod		(* _libXmu_chmod)
X+ #define close		(* _libXmu_close)
X+ #define creat		(* _libXmu_creat)
X+ #define errno		(* _libXmu_errno)
X+ #define exit		(* _libXmu_exit)
X+ #define fclose		(* _libXmu_fclose)
X+ #define fcntl		(* _libXmu_fcntl)
X+ #define fgets		(* _libXmu_fgets)
X+ #define fopen		(* _libXmu_fopen)
X+ #define fprintf		(* _libXmu_fprintf)
X+ #define fputs		(* _libXmu_fputs)
X+ #define fread		(* _libXmu_fread)
X+ #define free		(* _libXmu_free)
X+ #define fseek		(* _libXmu_fseek)
X+ #define ftell		(* _libXmu_ftell)
X+ #define fwrite		(* _libXmu_fwrite)
X+ #define getenv		(* _libXmu_getenv)
X+ #define getlogin	(* _libXmu_getlogin)
X+ #define getpwnam	(* _libXmu_getpwnam)
X+ #define getpwuid	(* _libXmu_getpwuid)
X+ #define getuid		(* _libXmu_getuid)
X+ #define ioctl		(* _libXmu_ioctl)
X+ #define link		(* _libXmu_link)
X+ #define localtime	(* _libXmu_localtime)
X+ #define malloc		(* _libXmu_malloc)
X+ #define memcpy		(* _libXmu_memcpy)
X+ #define memset		(* _libXmu_memset)
X+ #define open		(* _libXmu_open)
X+ #define perror		(* _libXmu_perror)
X+ #define poll		(* _libXmu_poll)
X+ #define printf		(* _libXmu_printf)
X+ #define qsort		(* _libXmu_qsort)
X+ #define rand		(* _libXmu_rand)
X+ #define read		(* _libXmu_read)
X+ #define realloc		(* _libXmu_realloc)
X+ #define signal		(* _libXmu_signal)
X+ #define sleep		(* _libXmu_sleep)
X+ #define sprintf		(* _libXmu_sprintf)
X+ #define srand		(* _libXmu_srand)
X+ #define sscanf		(* _libXmu_sscanf)
X+ #define stat		(* _libXmu_stat)
X+ #define strcat		(* _libXmu_strcat)
X+ #define strchr		(* _libXmu_strchr)
X+ #define strcmp		(* _libXmu_strcmp)
X+ #define strcpy		(* _libXmu_strcpy)
X+ #define strlen		(* _libXmu_strlen)
X+ #define strncmp		(* _libXmu_strncmp)
X+ #define strncpy		(* _libXmu_strncpy)
X+ #define strrchr		(* _libXmu_strrchr)
X+ #define sys_errlist	(* _libXmu_sys_errlist)
X+ #define sys_nerr	(* _libXmu_sys_nerr)
X+ #define system		(* _libXmu_system)
X+ #define times		(* _libXmu_times)
X+ #define tmpnam		(* _libXmu_tmpnam)
X+ #define toupper		(* _libXmu_toupper)
X+ #define ulimit		(* _libXmu_ulimit)
X+ #define uname		(* _libXmu_uname)
X+ #define unlink		(* _libXmu_unlink)
X+ #define write		(* _libXmu_write)
X+ 
X+ #if defined(__STDC__) && !defined(NO_PROTOTYPE)
X+ #else
X+ 
X+ extern int __fltused;
X+ extern unsigned char _ctype[];
X+ extern int _filbuf();
X+ extern int _flsbuf();
X+ extern int _fltused;
X+ extern FILE *_iob;
X+ extern int abs();
X+ extern int access();
X+ extern int alarm();
X+ extern int asctime();
X+ extern double atof();
X+ extern int atoi();
X+ extern char *calloc();
X+ extern int chmod();
X+ extern int close();
X+ extern int creat();
X+ extern int errno;
X+ extern void exit();
X+ extern int fclose();
X+ extern int fcntl();
X+ extern char *fgets();
X+ extern FILE *fopen();
X+ extern int fprintf();
X+ extern int fputs();
X+ extern int fread();
X+ extern void free();
X+ extern int fseek();
X+ extern int ftell();
X+ extern int fwrite();
X+ extern char *getenv();
X+ extern int getlogin();
X+ extern struct passwd *getpwnam();
X+ extern struct passwd *getpwuid();
X+ extern int getuid();
X+ extern int ioctl();
X+ extern int link();
X+ extern struct tm *localtime();
X+ extern char *malloc();
X+ extern char *memcpy();
X+ extern char *memset();
X+ extern int open();
X+ extern void perror();
X+ extern int poll();
X+ extern int printf();
X+ extern int qsort();
X+ extern int rand();
X+ extern int read();
X+ extern char *realloc();
X+ extern void (*signal())();
X+ extern int sleep();
X+ extern int sprintf();
X+ extern void srand();
X+ extern int sscanf();
X+ extern int stat();
X+ extern char *strcat();
X+ extern char *strchr();
X+ extern int strcmp();
X+ extern char *strcpy();
X+ extern size_t strlen();
X+ extern int strncmp();
X+ extern char *strncpy();
X+ extern char *strrchr();
X+ extern char *sys_errlist[];
X+ extern int sys_nerr;
X+ extern int system();
X+ extern struct tm *(*_libXmu_time)();
X+ extern int times();
X+ extern char *tmpnam();
X+ extern int toupper();
X+ extern int ulimit();
X+ extern int uname();
X+ extern int unlink();
X+ extern int write();
X+ 
X+ #endif
X+ 
X+ #define XAddExtension	(* _libXmu_XAddExtension)
X+ #define XAllocColor	(* _libXmu_XAllocColor)
X+ #define XAllocColorCells	(* _libXmu_XAllocColorCells)
X+ #define XAllocSizeHints	(* _libXmu_XAllocSizeHints)
X+ #define XAllocStandardColormap	(* _libXmu_XAllocStandardColormap)
X+ #define XChangeGC	(* _libXmu_XChangeGC)
X+ #define XCloseDisplay	(* _libXmu_XCloseDisplay)
X+ #define XCopyPlane	(* _libXmu_XCopyPlane)
X+ #define XCreateColormap	(* _libXmu_XCreateColormap)
X+ #define XCreateFontCursor	(* _libXmu_XCreateFontCursor)
X+ #define XCreateGC	(* _libXmu_XCreateGC)
X+ #define XCreateGlyphCursor	(* _libXmu_XCreateGlyphCursor)
X+ #define XCreatePixmap	(* _libXmu_XCreatePixmap)
X+ #define XCreatePixmapCursor	(* _libXmu_XCreatePixmapCursor)
X+ #define XCreatePixmapFromBitmapData	(* _libXmu_XCreatePixmapFromBitmapData)
X+ #define XCreateWindow	(* _libXmu_XCreateWindow)
X+ #define XDeleteProperty	(* _libXmu_XDeleteProperty)
X+ #define XDestroyWindow	(* _libXmu_XDestroyWindow)
X+ #define XDisplayString	(* _libXmu_XDisplayString)
X+ #define XDrawArcs	(* _libXmu_XDrawArcs)
X+ #define XDrawLine	(* _libXmu_XDrawLine)
X+ #define XESetCloseDisplay	(* _libXmu_XESetCloseDisplay)
X+ #define XFillArc	(* _libXmu_XFillArc)
X+ #define XFillArcs	(* _libXmu_XFillArcs)
X+ #define XFillPolygon	(* _libXmu_XFillPolygon)
X+ #define XFillRectangle	(* _libXmu_XFillRectangle)
X+ #define XFillRectangles	(* _libXmu_XFillRectangles)
X+ #define XFree	(* _libXmu_XFree)
X+ #define XFreeColormap	(* _libXmu_XFreeColormap)
X+ #define XFreeColors	(* _libXmu_XFreeColors)
X+ #define XFreeGC	(* _libXmu_XFreeGC)
X+ #define XFreePixmap	(* _libXmu_XFreePixmap)
X+ #define XGetAtomName	(* _libXmu_XGetAtomName)
X+ #define XGetDefault	(* _libXmu_XGetDefault)
X+ #define XGetErrorDatabaseText	(* _libXmu_XGetErrorDatabaseText)
X+ #define XGetErrorText	(* _libXmu_XGetErrorText)
X+ #define XGetGCValues	(* _libXmu_XGetGCValues)
X+ #define XGetGeometry	(* _libXmu_XGetGeometry)
X+ #define XGetRGBColormaps	(* _libXmu_XGetRGBColormaps)
X+ #define XGetVisualInfo	(* _libXmu_XGetVisualInfo)
X+ #define XGetWMNormalHints	(* _libXmu_XGetWMNormalHints)
X+ #define XGetWindowProperty	(* _libXmu_XGetWindowProperty)
X+ #define XGrabServer	(* _libXmu_XGrabServer)
X+ #define XInternAtom	(* _libXmu_XInternAtom)
X+ #define XKillClient	(* _libXmu_XKillClient)
X+ #define XLookupString	(* _libXmu_XLookupString)
X+ #define XOpenDisplay	(* _libXmu_XOpenDisplay)
X+ #define XQueryTree	(* _libXmu_XQueryTree)
X+ #define XReadBitmapFile	(* _libXmu_XReadBitmapFile)
X+ #define XSetArcMode	(* _libXmu_XSetArcMode)
X+ #define XSetCloseDownMode	(* _libXmu_XSetCloseDownMode)
X+ #define XSetForeground	(* _libXmu_XSetForeground)
X+ #define XSetRGBColormaps	(* _libXmu_XSetRGBColormaps)
X+ #define XSetWMNormalHints	(* _libXmu_XSetWMNormalHints)
X+ #define XStoreColors	(* _libXmu_XStoreColors)
X+ #define XSync	(* _libXmu_XSync)
X+ #define XUngrabServer	(* _libXmu_XUngrabServer)
X+ #define XrmQGetResource	(* _libXmu_XrmQGetResource)
X+ #define XrmQuarkToString	(* _libXmu_XrmQuarkToString)
X+ #define XrmStringToQuark	(* _libXmu_XrmStringToQuark)
X+ #define bcopy	(* _libXmu_bcopy)
X+ 
X+ #if defined(__STDC__) && !defined(NO_PROTOTYPE)
X+ #else
X+ 
X+ extern int XAddExtension();
X+ extern int XAllocColor();
X+ extern int XAllocColorCells();
X+ extern int XAllocSizeHints();
X+ extern int XAllocStandardColormap();
X+ extern int XChangeGC();
X+ extern int XCloseDisplay();
X+ extern int XCopyPlane();
X+ extern int XCreateColormap();
X+ extern int XCreateFontCursor();
X+ extern int XCreateGC();
X+ extern int XCreateGlyphCursor();
X+ extern int XCreatePixmap();
X+ extern int XCreatePixmapCursor();
X+ extern int XCreatePixmapFromBitmapData();
X+ extern int XCreateWindow();
X+ extern int XDeleteProperty();
X+ extern int XDestroyWindow();
X+ extern int XDisplayString();
X+ extern int XDrawArcs();
X+ extern int XDrawLine();
X+ extern int XESetCloseDisplay();
X+ extern int XFillArc();
X+ extern int XFillArcs();
X+ extern int XFillPolygon();
X+ extern int XFillRectangle();
X+ extern int XFillRectangles();
X+ extern int XFree();
X+ extern int XFreeColormap();
X+ extern int XFreeColors();
X+ extern int XFreeGC();
X+ extern int XFreePixmap();
X+ extern int XGetAtomName();
X+ extern int XGetDefault();
X+ extern int XGetErrorDatabaseText();
X+ extern int XGetErrorText();
X+ extern int XGetGCValues();
X+ extern int XGetGeometry();
X+ extern int XGetRGBColormaps();
X+ extern int XGetVisualInfo();
X+ extern int XGetWMNormalHints();
X+ extern int XGetWindowProperty();
X+ extern int XGrabServer();
X+ extern int XInternAtom();
X+ extern int XKillClient();
X+ extern int XLookupString();
X+ extern int XOpenDisplay();
X+ extern int XQueryTree();
X+ extern int XReadBitmapFile();
X+ extern int XSetArcMode();
X+ extern int XSetCloseDownMode();
X+ extern int XSetForeground();
X+ extern int XSetRGBColormaps();
X+ extern int XSetWMNormalHints();
X+ extern int XStoreColors();
X+ extern int XSync();
X+ extern int XUngrabServer();
X+ extern int XrmQGetResource();
X+ extern int XrmQuarkToString();
X+ extern int XrmStringToQuark();
X+ extern int bcopy();
X+ 
X+ #endif
X+ 
X+ #define XtAppWarningMsg	(* _libXmu_XtAppWarningMsg)
X+ #define XtConvert	(* _libXmu_XtConvert)
X+ #define XtDisplayStringConversionWarning	(* _libXmu_XtDisplayStringConversionWarning)
X+ #define XtErrorMsg	(* _libXmu_XtErrorMsg)
X+ #define XtFree		(* _libXmu_XtFree)
X+ #define XtIsSubclass	(* _libXmu_XtIsSubclass)
X+ #define XtMalloc	(* _libXmu_XtMalloc)
X+ #define XtName	(* _libXmu_XtName)
X+ #define XtRealloc	(* _libXmu_XtRealloc)
X+ #define XtStringConversionWarning	(* _libXmu_XtStringConversionWarning)
X+ #define XtWarning	(* _libXmu_XtWarning)
X+ #define XtWarningMsg	(* _libXmu_XtWarningMsg)
X+ #define XtWidgetToApplicationContext	(* _libXmu_XtWidgetToApplicationContext)
X+ #define applicationShellWidgetClass (* _libXmu_applicationShellWidgetClass)
X+ #define wmShellWidgetClass (* _libXmu_wmShellWidgetClass)
X+ 
X+ #define XShapeCombineMask (* _libXmu_XShapeCombineMask)
X+ #define floor (* _libXmu_floor)
X+ #define pow (* _libXmu_pow)
X+ 
X+ #if defined(__STDC__) && !defined(NO_PROTOTYPE)
X+ #else
X+ 
X+ extern int XtAppWarningMsg();
X+ extern int XtConvert();
X+ extern int XtDisplayStringConversionWarning();
X+ extern int XtErrorMsg();
X+ extern int XtFree();
X+ extern int XtIsSubclass();
X+ extern int XtMalloc();
X+ extern int XtName();
X+ extern int XtRealloc();
X+ extern int XtStringConversionWarning();
X+ extern int XtWarning();
X+ extern int XtWarningMsg();
X+ extern int XtWidgetToApplicationContext();
X+ extern WidgetClass applicationShellWidgetClass;
X+ extern WidgetClass wmShellWidgetClass;
X+ 
X+ extern int XShapeCombineWidget();
X+ extern double floor();
X+ extern double pow();
X+ 
X+ #endif
X+ 
X+ #endif
X+ #endif
X*** ./mit-orig/lib/Xmu/sharedlib.c	Thu Oct  4 16:46:59 1990
X--- ./mit/lib/Xmu/sharedlib.c	Sun Sep 16 22:40:44 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /*
X   * $XConsortium: sharedlib.c,v 1.3 89/10/09 14:28:56 jim Exp $
X   *
X***************
X*** 29,32 ****
X  #else
X  static int dummy;                       /* avoid warning from ranlib */
X  #endif /* SHAREDCODE && SUNSHLIB */
X! 
X--- 30,198 ----
X  #else
X  static int dummy;                       /* avoid warning from ranlib */
X  #endif /* SHAREDCODE && SUNSHLIB */
X! 
X! #ifdef ATTSHAREDLIB
X! 
X! #if defined(__STDC__) && !defined(NO_PROTOTYPE)
X! #else
X! 
X! int __fltused = 0;
X! unsigned char _ctype[] = 0;
X! int _filbuf() = 0;
X! int _flsbuf() = 0;
X! int _fltused = 0;
X! FILE *_iob = 0;
X! int abs() = 0;
X! int access() = 0;
X! int alarm() = 0;
X! int asctime() = 0;
X! double atof() = 0;
X! int atoi() = 0;
X! char *calloc() = 0;
X! int chmod() = 0;
X! int close() = 0;
X! int creat() = 0;
X! int errno = 0;
X! void exit() = 0;
X! int fclose() = 0;
X! int fcntl() = 0;
X! char *fgets() = 0;
X! FILE *fopen() = 0;
X! int fprintf() = 0;
X! int fputs() = 0;
X! int fread() = 0;
X! void free() = 0;
X! int fseek() = 0;
X! int ftell() = 0;
X! int fwrite() = 0;
X! char *getenv() = 0;
X! int getlogin() = 0;
X! struct passwd *getpwnam() = 0;
X! struct passwd *getpwuid() = 0;
X! int getuid() = 0;
X! int ioctl() = 0;
X! int link() = 0;
X! struct tm *localtime() = 0;
X! char *malloc() = 0;
X! char *memcpy() = 0;
X! char *memset() = 0;
X! int open() = 0;
X! void perror() = 0;
X! int poll() = 0;
X! int printf() = 0;
X! int qsort() = 0;
X! int rand() = 0;
X! int read() = 0;
X! char *realloc() = 0;
X! void (*signal())() = 0;
X! int sleep() = 0;
X! int sprintf() = 0;
X! void srand() = 0;
X! int sscanf() = 0;
X! int stat() = 0;
X! char *strcat() = 0;
X! char *strchr() = 0;
X! int strcmp() = 0;
X! char *strcpy() = 0;
X! size_t strlen() = 0;
X! int strncmp() = 0;
X! char *strncpy() = 0;
X! char *strrchr() = 0;
X! char *sys_errlist[] = 0;
X! int sys_nerr = 0;
X! int system() = 0;
X! struct tm *(*_libXmu_time)() = 0;
X! int times() = 0;
X! char *tmpnam() = 0;
X! int toupper() = 0;
X! int ulimit() = 0;
X! int uname() = 0;
X! int unlink() = 0;
X! int write() = 0;
X! 
X! int XAddExtension() = 0;
X! int XAllocColor() = 0;
X! int XAllocColorCells() = 0;
X! int XAllocSizeHints() = 0;
X! int XAllocStandardColormap() = 0;
X! int XChangeGC() = 0;
X! int XCloseDisplay() = 0;
X! int XCopyPlane() = 0;
X! int XCreateColormap() = 0;
X! int XCreateFontCursor() = 0;
X! int XCreateGC() = 0;
X! int XCreateGlyphCursor() = 0;
X! int XCreatePixmap() = 0;
X! int XCreatePixmapCursor() = 0;
X! int XCreatePixmapFromBitmapData() = 0;
X! int XCreateWindow() = 0;
X! int XDeleteProperty() = 0;
X! int XDestroyWindow() = 0;
X! int XDisplayString() = 0;
X! int XDrawArcs() = 0;
X! int XDrawLine() = 0;
X! int XESetCloseDisplay() = 0;
X! int XFillArc() = 0;
X! int XFillArcs() = 0;
X! int XFillPolygon() = 0;
X! int XFillRectangle() = 0;
X! int XFillRectangles() = 0;
X! int XFree() = 0;
X! int XFreeColormap() = 0;
X! int XFreeColors() = 0;
X! int XFreeGC() = 0;
X! int XFreePixmap() = 0;
X! int XGetAtomName() = 0;
X! int XGetDefault() = 0;
X! int XGetErrorDatabaseText() = 0;
X! int XGetErrorText() = 0;
X! int XGetGCValues() = 0;
X! int XGetGeometry() = 0;
X! int XGetRGBColormaps() = 0;
X! int XGetVisualInfo() = 0;
X! int XGetWMNormalHints() = 0;
X! int XGetWindowProperty() = 0;
X! int XGrabServer() = 0;
X! int XInternAtom() = 0;
X! int XKillClient() = 0;
X! int XLookupString() = 0;
X! int XOpenDisplay() = 0;
X! int XQueryTree() = 0;
X! int XReadBitmapFile() = 0;
X! int XSetArcMode() = 0;
X! int XSetCloseDownMode() = 0;
X! int XSetForeground() = 0;
X! int XSetRGBColormaps() = 0;
X! int XSetWMNormalHints() = 0;
X! int XStoreColors() = 0;
X! int XSync() = 0;
X! int XUngrabServer() = 0;
X! int XrmQGetResource() = 0;
X! int XrmQuarkToString() = 0;
X! int XrmStringToQuark() = 0;
X! int bcopy() = 0;
X! 
X! int XtAppWarningMsg() = 0;
X! int XtConvert() = 0;
X! int XtDisplayStringConversionWarning() = 0;
X! int XtErrorMsg() = 0;
X! int XtFree() = 0;
X! int XtIsSubclass() = 0;
X! int XtMalloc() = 0;
X! int XtName() = 0;
X! int XtRealloc() = 0;
X! int XtStringConversionWarning() = 0;
X! int XtWarning() = 0;
X! int XtWarningMsg() = 0;
X! int XtWidgetToApplicationContext() = 0;
X! WidgetClass applicationShellWidgetClass = 0;
X! WidgetClass wmShellWidgetClass = 0;
X! 
X! int XShapeCombineMask() = 0;
X! double floor() = 0;
X! double pow() = 0;
X! 
X! #endif
X! #endif
X! 
X! #endif
X*** ./mit-orig/lib/Xt/ActionHook.c	Thu Oct  4 16:44:41 1990
X--- ./mit/lib/Xt/ActionHook.c	Sat Sep 15 14:49:51 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: ActionHook.c,v 1.1 89/09/26 17:57:37 swick Exp $";
X  #endif /* lint */
X*** ./mit-orig/lib/Xt/Alloc.c	Thu Oct  4 16:44:34 1990
X--- ./mit/lib/Xt/Alloc.c	Sat Sep 15 14:49:51 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: Alloc.c,v 1.29 89/11/03 07:58:12 swick Exp $";
X  /* $oHeader: Alloc.c,v 1.2 88/08/18 15:33:53 asente Exp $ */
X*** ./mit-orig/lib/Xt/ArgList.c	Thu Oct  4 16:44:14 1990
X--- ./mit/lib/Xt/ArgList.c	Sat Sep 15 14:49:52 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: ArgList.c,v 1.17 89/06/16 19:33:55 jim Exp $";
X  /* $oHeader: ArgList.c,v 1.2 88/08/18 15:34:52 asente Exp $ */
X*** ./mit-orig/lib/Xt/Callback.c	Thu Oct  4 16:44:31 1990
X--- ./mit/lib/Xt/Callback.c	Sat Sep 15 14:49:52 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: Callback.c,v 1.24 90/04/13 20:16:30 swick Exp $";
X  /* $oHeader: Callback.c,v 1.4 88/09/01 11:08:37 asente Exp $ */
X*** ./mit-orig/lib/Xt/ClickTime.c	Thu Oct  4 16:44:41 1990
X--- ./mit/lib/Xt/ClickTime.c	Sat Sep 15 14:49:53 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: ClickTime.c,v 1.1 89/09/26 17:58:10 swick Exp $";
X  #endif /* lint */
X*** ./mit-orig/lib/Xt/Composite.c	Thu Oct  4 16:44:21 1990
X--- ./mit/lib/Xt/Composite.c	Sat Sep 15 14:49:53 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: Composite.c,v 1.14 89/12/07 20:24:39 kit Exp $";
X  /* $oHeader: Composite.c,v 1.2 88/08/18 15:35:39 asente Exp $ */
X*** ./mit-orig/lib/Xt/CompositeP.h	Thu Oct  4 16:44:39 1990
X--- ./mit/lib/Xt/CompositeP.h	Sun Sep 16 20:56:11 1990
X***************
X*** 84,93 ****
X--- 84,100 ----
X  externalref CompositeClassRec compositeClassRec;
X  
X  #define XtCompositeExtensionVersion 1L
X+ #if defined(ATTSHAREDLIB) && !defined(XAWINIT_C)
X+ #define XtInheritGeometryManager 0
X+ #define XtInheritChangeManaged 0
X+ #define XtInheritInsertChild 0
X+ #define XtInheritDeleteChild 0
X+ #else
X  #define XtInheritGeometryManager ((XtGeometryHandler) _XtInherit)
X  #define XtInheritChangeManaged ((XtWidgetProc) _XtInherit)
X  #define XtInheritInsertChild ((XtWidgetProc) _XtInherit)
X  #define XtInheritDeleteChild ((XtWidgetProc) _XtInherit)
X+ #endif
X  
X  #endif /* _XtCompositeP_h */
X  /* DON'T ADD STUFF AFTER THIS #endif */
X*** ./mit-orig/lib/Xt/Constraint.c	Thu Oct  4 16:44:37 1990
X--- ./mit/lib/Xt/Constraint.c	Sat Sep 15 14:49:53 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: Constraint.c,v 1.11 89/06/16 19:48:17 jim Exp $";
X  /* $oHeader: Constraint.c,v 1.2 88/08/18 15:35:57 asente Exp $ */
X*** ./mit-orig/lib/Xt/Convert.c	Thu Oct  4 16:44:32 1990
X--- ./mit/lib/Xt/Convert.c	Sat Sep 15 14:49:54 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: Convert.c,v 1.40 90/06/04 15:06:37 kit Exp $";
X  /* $oHeader: Convert.c,v 1.4 88/09/01 11:10:44 asente Exp $ */
X*** ./mit-orig/lib/Xt/Converters.c	Thu Oct  4 16:44:35 1990
X--- ./mit/lib/Xt/Converters.c	Sat Sep 15 14:49:54 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: Converters.c,v 1.53 89/12/20 16:32:37 swick Exp $";
X  /* $oHeader: Converters.c,v 1.6 88/09/01 09:26:23 asente Exp $ */
X*** ./mit-orig/lib/Xt/Core.c	Thu Oct  4 16:44:21 1990
X--- ./mit/lib/Xt/Core.c	Sat Sep 15 14:49:55 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /* $XConsortium: Core.c,v 1.41 90/07/12 17:49:14 swick Exp $ */
X  
X  /***********************************************************
X*** ./mit-orig/lib/Xt/CoreP.h	Thu Oct  4 16:44:22 1990
X--- ./mit/lib/Xt/CoreP.h	Sun Sep 16 20:56:11 1990
X***************
X*** 34,39 ****
X--- 34,49 ----
X  
X  externalref int _XtInheritTranslations;
X  
X+ #if defined(ATTSHAREDLIB) && !defined(XAWINIT_C)
X+ #define XtInheritTranslations  0
X+ #define XtInheritRealize 0
X+ #define XtInheritResize 0
X+ #define XtInheritExpose 0
X+ #define XtInheritSetValuesAlmost 0
X+ #define XtInheritAcceptFocus 0
X+ #define XtInheritQueryGeometry 0
X+ #define XtInheritDisplayAccelerator 0
X+ #else
X  #define XtInheritTranslations  ((String) &_XtInheritTranslations)
X  #define XtInheritRealize ((XtRealizeProc) _XtInherit)
X  #define XtInheritResize ((XtWidgetProc) _XtInherit)
X***************
X*** 42,47 ****
X--- 52,58 ----
X  #define XtInheritAcceptFocus ((XtAcceptFocusProc) _XtInherit)
X  #define XtInheritQueryGeometry ((XtGeometryHandler) _XtInherit)
X  #define XtInheritDisplayAccelerator ((XtStringProc) _XtInherit)
X+ #endif
X  
X  /***************************************************************
X   * Widget Core Data Structures
X*** ./mit-orig/lib/Xt/Create.c	Thu Oct  4 16:44:27 1990
X--- ./mit/lib/Xt/Create.c	Mon Sep 17 16:05:51 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: Create.c,v 1.74 90/07/02 16:47:25 swick Exp $";
X  #endif /*lint*/
X***************
X*** 31,37 ****
X--- 32,40 ----
X  #include "StringDefs.h"
X  #include "Shell.h"
X  #include "ShellP.h"
X+ #ifndef sco
X  #include <stdio.h>
X+ #endif
X  
X  static String XtNxtCreateWidget = "xtCreateWidget";
X  static String XtNremovePopupFromParent = "removePopupFromParent";
X*** ./mit-orig/lib/Xt/Destroy.c	Thu Oct  4 16:44:20 1990
X--- ./mit/lib/Xt/Destroy.c	Sat Sep 15 14:49:55 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: Destroy.c,v 1.27 90/06/25 12:10:55 swick Exp $";
X  #endif /* lint */
X*** ./mit-orig/lib/Xt/Display.c	Thu Oct  4 16:44:24 1990
X--- ./mit/lib/Xt/Display.c	Sat Sep 15 14:49:56 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: Display.c,v 1.46 90/07/15 21:39:36 swick Exp $";
X  /* $oHeader: Display.c,v 1.9 88/09/01 11:28:47 asente Exp $ */
X*** ./mit-orig/lib/Xt/Error.c	Thu Oct  4 16:44:23 1990
X--- ./mit/lib/Xt/Error.c	Sat Sep 15 14:49:56 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: Error.c,v 1.24 90/03/19 12:58:53 swick Exp $";
X  /* $oHeader: Error.c,v 1.6 88/08/31 17:46:14 asente Exp $ */
X*** ./mit-orig/lib/Xt/Event.c	Thu Oct  4 16:44:34 1990
X--- ./mit/lib/Xt/Event.c	Sat Sep 15 14:49:57 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: Event.c,v 1.112 89/12/15 23:51:06 swick Exp $";
X  /* $oHeader: Event.c,v 1.9 88/09/01 11:33:51 asente Exp $ */
X*** ./mit-orig/lib/Xt/EventUtil.c	Thu Oct  4 16:44:42 1990
X--- ./mit/lib/Xt/EventUtil.c	Sat Sep 15 14:49:57 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: EventUtil.c,v 1.4 89/12/19 08:36:09 swick Exp $";
X  #endif
X*** ./mit-orig/lib/Xt/Functions.c	Thu Oct  4 16:44:29 1990
X--- ./mit/lib/Xt/Functions.c	Sat Sep 15 14:49:58 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /* LINTLIBRARY */
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: Functions.c,v 1.2 89/10/05 11:18:05 swick Exp $";
X*** ./mit-orig/lib/Xt/GCManager.c	Thu Oct  4 16:44:41 1990
X--- ./mit/lib/Xt/GCManager.c	Sat Sep 15 14:49:58 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: GCManager.c,v 1.38 90/06/25 09:32:19 swick Exp $";
X  #endif /* lint */
X*** ./mit-orig/lib/Xt/Geometry.c	Thu Oct  4 16:44:19 1990
X--- ./mit/lib/Xt/Geometry.c	Sat Sep 15 14:49:58 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: Geometry.c,v 1.46 90/04/10 17:07:18 swick Exp $";
X  /* $oHeader: Geometry.c,v 1.3 88/08/23 11:37:50 asente Exp $ */
X*** ./mit-orig/lib/Xt/GetActKey.c	Thu Oct  4 16:44:19 1990
X--- ./mit/lib/Xt/GetActKey.c	Sat Sep 15 14:49:59 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: GetActKey.c,v 1.2 89/09/29 12:12:29 swick Exp $";
X  #endif /* lint */
X*** ./mit-orig/lib/Xt/GetResList.c	Thu Oct  4 16:44:29 1990
X--- ./mit/lib/Xt/GetResList.c	Sat Sep 15 14:49:59 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] =
X      "$XConsortium: GetResList.c,v 1.1 89/09/29 14:01:19 swick Exp $";
X*** ./mit-orig/lib/Xt/GetValues.c	Thu Oct  4 16:44:33 1990
X--- ./mit/lib/Xt/GetValues.c	Sat Sep 15 14:50:00 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /* $XConsortium: GetValues.c,v 1.4 90/07/03 17:27:06 swick Exp $ */
X  /*LINTLIBRARY*/
X  
X*** ./mit-orig/lib/Xt/Initialize.c	Thu Oct  4 16:44:40 1990
X--- ./mit/lib/Xt/Initialize.c	Sat Sep 15 14:50:00 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: Initialize.c,v 1.155 89/12/12 18:56:39 swick Exp $";
X  /* $oHeader: Initialize.c,v 1.7 88/08/31 16:33:39 asente Exp $ */
X*** ./mit-orig/lib/Xt/Intrinsic.c	Thu Oct  4 16:44:28 1990
X--- ./mit/lib/Xt/Intrinsic.c	Sat Sep 15 14:50:01 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /* $XConsortium: Intrinsic.c,v 1.150 90/07/12 17:50:41 swick Exp $ */
X  
X  /***********************************************************
X*** ./mit-orig/lib/Xt/Intrinsic.h	Thu Oct  4 16:44:30 1990
X--- ./mit/lib/Xt/Intrinsic.h	Tue Sep 18 21:58:11 1990
X***************
X*** 82,88 ****
X  #endif
X  #endif
X  
X! #ifndef NULL
X  #define NULL 0
X  #endif
X  
X--- 82,89 ----
X  #endif
X  #endif
X  
X! #if defined(sco) && !defined(__GNUC__) || !defined(NULL)
X! #undef NULL
X  #define NULL 0
X  #endif
X  
X*** ./mit-orig/lib/Xt/Keyboard.c	Thu Oct  4 16:44:27 1990
X--- ./mit/lib/Xt/Keyboard.c	Sat Sep 15 14:50:01 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: Keyboard.c,v 1.14 90/04/03 17:03:54 swick Exp $";
X  #endif
X*** ./mit-orig/lib/Xt/Manage.c	Thu Oct  4 16:44:31 1990
X--- ./mit/lib/Xt/Manage.c	Sat Sep 15 14:50:02 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: Manage.c,v 1.20 89/09/14 10:34:44 swick Exp $";
X  /* $oHeader: Manage.c,v 1.3 88/09/01 11:41:51 asente Exp $ */
X*** ./mit-orig/lib/Xt/NextEvent.c	Thu Oct  4 16:44:36 1990
X--- ./mit/lib/Xt/NextEvent.c	Sat Sep 15 14:50:02 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /* $XConsortium: NextEvent.c,v 1.84 90/07/15 21:44:05 swick Exp $ */
X  
X  /***********************************************************
X*** ./mit-orig/lib/Xt/Object.c	Thu Oct  4 16:44:39 1990
X--- ./mit/lib/Xt/Object.c	Sat Sep 15 14:50:03 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /* LINTLIBRARY */
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: Object.c,v 1.10 89/10/05 12:54:13 swick Exp $";
X*** ./mit-orig/lib/Xt/PassivGrab.c	Thu Oct  4 16:44:46 1990
X--- ./mit/lib/Xt/PassivGrab.c	Sat Sep 15 14:50:03 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: PassivGrab.c,v 1.11 90/04/03 20:14:33 swick Exp $";
X  #endif
X*** ./mit-orig/lib/Xt/Pointer.c	Thu Oct  4 16:44:46 1990
X--- ./mit/lib/Xt/Pointer.c	Sat Sep 15 14:50:04 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: Pointer.c,v 1.1 89/12/14 14:56:54 swick Exp $";
X  #endif
X*** ./mit-orig/lib/Xt/Popup.c	Thu Oct  4 16:44:26 1990
X--- ./mit/lib/Xt/Popup.c	Sat Sep 15 14:50:04 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] =
X      "$XConsortium: Popup.c,v 1.25 89/09/29 14:00:22 swick Exp $";
X*** ./mit-orig/lib/Xt/PopupCB.c	Thu Oct  4 16:44:36 1990
X--- ./mit/lib/Xt/PopupCB.c	Sat Sep 15 14:50:04 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] =
X      "$XConsortium: PopupCB.c,v 1.1 89/09/29 14:02:20 swick Exp $";
X*** ./mit-orig/lib/Xt/RectObj.c	Thu Oct  4 16:44:40 1990
X--- ./mit/lib/Xt/RectObj.c	Sat Sep 15 14:50:05 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /* LINTLIBRARY */
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: RectObj.c,v 1.10 89/09/12 16:48:15 swick Exp $";
X*** ./mit-orig/lib/Xt/Resources.c	Thu Oct  4 16:44:24 1990
X--- ./mit/lib/Xt/Resources.c	Mon Sep 17 16:05:51 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] =
X      "$XConsortium: Resources.c,v 1.83 90/03/19 13:03:13 swick Exp $";
X***************
X*** 29,35 ****
X--- 30,38 ----
X  
X  ******************************************************************/
X  
X+ #ifndef sco
X  #include <stdio.h>
X+ #endif
X  #include "IntrinsicI.h"
X  #include "VarargsI.h"
X  #include "Shell.h"
X*** ./mit-orig/lib/Xt/Selection.c	Thu Oct  4 16:44:25 1990
X--- ./mit/lib/Xt/Selection.c	Sat Sep 15 14:50:06 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] =
X      "$XConsortium: Selection.c,v 1.45 90/02/16 11:45:54 kit Exp $";
X*** ./mit-orig/lib/Xt/SetSens.c	Thu Oct  4 16:44:41 1990
X--- ./mit/lib/Xt/SetSens.c	Sat Sep 15 14:50:06 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: SetSens.c,v 1.1 89/09/29 14:01:38 swick Exp $";
X  #endif /* lint */
X*** ./mit-orig/lib/Xt/SetValues.c	Thu Oct  4 16:44:42 1990
X--- ./mit/lib/Xt/SetValues.c	Sat Sep 15 14:50:07 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: SetValues.c,v 1.10 90/07/19 10:48:55 swick Exp $";
X  #endif /* lint */
X*** ./mit-orig/lib/Xt/SetWMCW.c	Thu Oct  4 16:44:38 1990
X--- ./mit/lib/Xt/SetWMCW.c	Sat Sep 15 14:50:07 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /*
X   * Copyright 1989 Massachusetts Institute of Technology
X   *
X*** ./mit-orig/lib/Xt/Shell.c	Thu Oct  4 16:44:15 1990
X--- ./mit/lib/Xt/Shell.c	Sat Sep 15 14:50:08 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: Shell.c,v 1.91 90/06/26 11:36:17 swick Exp $";
X  /* $oHeader: Shell.c,v 1.7 88/09/01 11:57:00 asente Exp $ */
X*** ./mit-orig/lib/Xt/ShellP.h	Thu Oct  4 16:44:29 1990
X--- ./mit/lib/Xt/ShellP.h	Sun Sep 16 20:57:29 1990
X***************
X*** 68,74 ****
X--- 68,78 ----
X  } ShellClassExtensionRec, *ShellClassExtension;
X  
X  #define XtShellExtensionVersion 1L
X+ #if defined(ATTSHAREDLIB) && !defined(XAWINIT_C)
X+ #define XtInheritRootGeometryManager 0
X+ #else
X  #define XtInheritRootGeometryManager ((XtGeometryHandler)_XtInherit)
X+ #endif
X  
X  typedef struct _ShellClassRec {
X    	CoreClassPart      core_class;
X*** ./mit-orig/lib/Xt/TMparse.c	Thu Oct  4 16:44:19 1990
X--- ./mit/lib/Xt/TMparse.c	Sat Sep 15 14:50:09 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /* $XConsortium: TMparse.c,v 1.95 90/07/12 17:47:39 swick Exp $ */
X  
X  /***********************************************************
X*** ./mit-orig/lib/Xt/TMstate.c	Thu Oct  4 16:44:17 1990
X--- ./mit/lib/Xt/TMstate.c	Sat Sep 15 14:50:10 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  /* "$XConsortium: TMstate.c,v 1.110 90/07/15 21:17:38 swick Exp $"; */
X  /*LINTLIBRARY*/
X  
X*** ./mit-orig/lib/Xt/VarCreate.c	Thu Oct  4 16:44:33 1990
X--- ./mit/lib/Xt/VarCreate.c	Sat Sep 15 14:50:10 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] =
X      "$XConsortium: VarCreate.c,v 1.11 90/03/06 13:20:41 kit Exp $";
X*** ./mit-orig/lib/Xt/VarGet.c	Thu Oct  4 16:44:37 1990
X--- ./mit/lib/Xt/VarGet.c	Sat Sep 15 14:50:11 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] =
X      "$XConsortium: VarGet.c,v 1.11 90/02/09 16:38:49 kit Exp $";
X*** ./mit-orig/lib/Xt/Varargs.c	Thu Oct  4 16:44:38 1990
X--- ./mit/lib/Xt/Varargs.c	Sat Sep 15 14:50:11 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] =
X      "$XConsortium: Varargs.c,v 1.20 90/06/25 12:26:15 swick Exp $";
X*** ./mit-orig/lib/Xt/Vendor.c	Thu Oct  4 16:44:26 1990
X--- ./mit/lib/Xt/Vendor.c	Sat Sep 15 14:50:12 1990
X***************
X*** 1,3 ****
X--- 1,4 ----
X+ #include "import.h"
X  #ifndef lint
X  static char Xrcsid[] = "$XConsortium: Vendor.c,v 1.37 89/06/16 19:35:45 jim Exp $";
X  /* $oHeader: Vendor.c,v 1.3 88/08/19 13:11:01 asente Exp $ */
END_OF_FILE
if test 44442 -ne `wc -c <'fix-14.sco06'`; then
    echo shar: \"'fix-14.sco06'\" unpacked with wrong size!
fi
# end of 'fix-14.sco06'
fi
echo shar: End of archive 6 \(of 12\).
cp /dev/null ark6isdone
MISSING=""
for I in 1 2 3 4 5 6 7 8 9 10 11 12 ; do
    if test ! -f ark${I}isdone ; then
	MISSING="${MISSING} ${I}"
    fi
done
if test "${MISSING}" = "" ; then
    echo You have unpacked all 12 archives.
    echo "instructions are in fix-14.sco01"
    rm -f ark[1-9]isdone ark[1-9][0-9]isdone
else
    echo You still need to unpack the following archives:
    echo "        " ${MISSING}
fi
##  End of shell archive.
exit 0


dan
----------------------------------------------------
O'Reilly && Associates   argv@sun.com / argv@ora.com
Opinions expressed reflect those of the author only.