This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
dist/: Rename filexp.U to filexp_path.U to match dist upstream
[metaconfig.git] / dist / U / groupstype.U
index b184491..21732b8 100644 (file)
@@ -1,13 +1,13 @@
 ?RCS: $Id: groupstype.U 1 2006-08-24 12:32:52Z rmanfredi $
 ?RCS:
 ?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
-?RCS: 
+?RCS:
 ?RCS: You may redistribute only under the terms of the Artistic Licence,
 ?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 Licence; 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:.