summaryrefslogtreecommitdiff
path: root/Xos_r.h
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2006-04-20 01:24:25 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2006-04-20 01:24:25 +0000
commit33cea539618d58d64efb6a5c0465d14a471256cd (patch)
tree4fb6495411d82618e93f1754c281506d233953b4 /Xos_r.h
parent5e7d5cbf21c33f883ab508a51422775f59c4da00 (diff)
On Solaris, #include <sys/isa_defs.h> to be sure _LP64 is defined in 64-bit
builds. Fix some comment typos.
Diffstat (limited to 'Xos_r.h')
-rw-r--r--Xos_r.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Xos_r.h b/Xos_r.h
index f8ab72d..f52bde7 100644
--- a/Xos_r.h
+++ b/Xos_r.h
@@ -1,5 +1,5 @@
/* $Xorg: Xos_r.h,v 1.4 2001/02/09 02:03:22 xorgcvs Exp $ */
-/* $XdotOrg: xc/include/Xos_r.h,v 1.4 2005/03/02 19:29:31 alanc Exp $ */
+/* $XdotOrg: proto/X11/Xos_r.h,v 1.5 2005/07/13 07:23:56 keithp Exp $ */
/*
Copyright 1996, 1998 The Open Group
@@ -42,13 +42,13 @@ in this Software without prior written authorization from The Open Group.
* MT-safe system API (e.g. UnixWare) you must define _Xos_processLock
* and _Xos_processUnlock macros before including this header. If
* you are on OSF/1 V3.2 and plan to use readdir(), you must also define
- * _Xos_isThreadsInitialized. For convenience XOS_USE_XLIB_LOCKING or
+ * _Xos_isThreadInitialized. For convenience XOS_USE_XLIB_LOCKING or
* XOS_USE_XT_LOCKING may be defined to obtain either Xlib-only or
* Xt-based versions of these macros. These macros won't result in
* truly thread-safe calls, but they are better than nothing. If you
* do not want locking in this situation define XOS_USE_NO_LOCKING.
*
- * NOTE: On systems lacking approriate _r functions Gethostbyname(),
+ * NOTE: On systems lacking appropriate _r functions Gethostbyname(),
* Gethostbyaddr(), and Getservbyname() do NOT copy the host or
* protocol lists!
*