diff options
Diffstat (limited to 'compat/unistd.h')
-rw-r--r-- | compat/unistd.h | 4 |
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 |