summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-05-04 07:28:46 (GMT)
committernijtmans <nijtmans>2008-05-04 07:28:46 (GMT)
commit47a766393e63ffe597df226edf2012eae4231ab2 (patch)
tree946fb8f8a2a4a7aec80db045f4101f11fce2f9e1 /compat
parent631d521b31502f1734b9d599aa2d5fa7c92af8d9 (diff)
downloadtcl-47a766393e63ffe597df226edf2012eae4231ab2.zip
tcl-47a766393e63ffe597df226edf2012eae4231ab2.tar.gz
tcl-47a766393e63ffe597df226edf2012eae4231ab2.tar.bz2
CONST -> const
Diffstat (limited to 'compat')
-rw-r--r--compat/unistd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/unistd.h b/compat/unistd.h
index 443e319..838e7ab 100644
--- a/compat/unistd.h
+++ b/compat/unistd.h
@@ -1,7 +1,7 @@
/*
* unistd.h --
*
- * Macros, CONSTants and prototypes for Posix conformance.
+ * Macros, constants and prototypes for Posix conformance.
*
* Copyright 1989 Regents of the University of California Permission to use,
* copy, modify, and distribute this software and its documentation for any
@@ -10,7 +10,7 @@
* no representations about the suitability of this software for any purpose.
* It is provided "as is" without express or implied warranty.
*
- * RCS: @(#) $Id: unistd.h,v 1.3 2008/05/02 10:27:04 dkf Exp $
+ * RCS: @(#) $Id: unistd.h,v 1.4 2008/05/04 07:28:47 nijtmans Exp $
*/
#ifndef _UNISTD