summaryrefslogtreecommitdiff
path: root/mcon/U/groupstype.U
diff options
context:
space:
mode:
Diffstat (limited to 'mcon/U/groupstype.U')
-rw-r--r--mcon/U/groupstype.U12
1 files changed, 6 insertions, 6 deletions
diff --git a/mcon/U/groupstype.U b/mcon/U/groupstype.U
index 7a9eb05..1a73af8 100644
--- a/mcon/U/groupstype.U
+++ b/mcon/U/groupstype.U
@@ -1,13 +1,13 @@
-?RCS: $Id: groupstype.U 167 2013-05-08 17:58:00Z rmanfredi $
+?RCS: $Id$
?RCS:
?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
-?RCS:
+?RCS:
?RCS: You may redistribute only under the terms of the Artistic License,
?RCS: as specified in the README file that comes with the distribution.
?RCS: You may reuse parts of this distribution only within the terms of
?RCS: that same Artistic License; a copy of which may be found at the root
?RCS: of the source tree for dist 4.0.
-?RCS:
+?RCS:
?RCS: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
?RCS:
?RCS: $Log: groupstype.U,v $
@@ -22,7 +22,7 @@
?MAKE: -pick add $@ %<
?INIT:groupstype=''
?S:groupstype:
-?S: This variable defines Groups_t to be something like gid_t, int,
+?S: This variable defines Groups_t to be something like gid_t, int,
?S: ushort, or whatever type is used for the second argument to
?S: getgroups() and setgroups(). Usually, this is the same as
?S: gidtype (gid_t), but sometimes it isn't.
@@ -31,8 +31,8 @@
?C: This symbol holds the type used for the second argument to
?C: getgroups() and setgroups(). Usually, this is the same as
?C: gidtype (gid_t) , but sometimes it isn't.
-?C: It can be int, ushort, gid_t, etc...
-?C: It may be necessary to include <sys/types.h> to get any
+?C: It can be int, ushort, gid_t, etc...
+?C: It may be necessary to include <sys/types.h> to get any
?C: typedef'ed information. This is only required if you have
?C: getgroups() or setgroups()..
?C:.