diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-21 21:30:02 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-21 21:30:02 +0000 |
commit | 6e78e524783f410880cc8a5a8d1bfb1c1c2d360c (patch) | |
tree | a17a5fff6542a36a3d730917085f6538a5ac73c6 /Porting | |
parent | 5970cde0ccf9e2bec07013f3ad3d1ebbbad9bd70 (diff) | |
download | perl-6e78e524783f410880cc8a5a8d1bfb1c1c2d360c.tar.gz |
s/setgropus/setgroups/; # detypo in a comment
p4raw-id: //depot/cfgperl@5864
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/config.sh | 4 | ||||
-rw-r--r-- | Porting/config_H | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Porting/config.sh b/Porting/config.sh index a0a4bba3c7..3f29888e6c 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -8,7 +8,7 @@ # Package name : perl5 # Source directory : . -# Configuration time: Sat Mar 18 23:13:32 EET 2000 +# Configuration time: Tue Mar 21 23:22:20 EET 2000 # Configured by : jhi # Target system : osf1 alpha.hut.fi v4.0 878 alpha @@ -59,7 +59,7 @@ ccflags='-pthread -std -DLANGUAGE_C' ccsymbols='__alpha=1 __LANGUAGE_C__=1 __osf__=1 __unix__=1 _LONGLONG=1 _SYSTYPE_BSD=1 SYSTYPE_BSD=1 unix=1' cf_by='jhi' cf_email='yourname@yourhost.yourplace.com' -cf_time='Sat Mar 18 23:13:32 EET 2000' +cf_time='Tue Mar 21 23:22:20 EET 2000' charsize='1' chgrp='' chmod='' diff --git a/Porting/config_H b/Porting/config_H index 75f860b678..c80ebaffe0 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Sat Mar 18 23:13:32 EET 2000 + * Configuration time: Tue Mar 21 23:22:20 EET 2000 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ @@ -2231,7 +2231,7 @@ * It can be int, ushort, gid_t, etc... * It may be necessary to include <sys/types.h> to get any * typedef'ed information. This is only required if you have - * getgroups() or setgropus().. + * getgroups() or setgroups().. */ #if defined(HAS_GETGROUPS) || defined(HAS_SETGROUPS) #define Groups_t gid_t /* Type for 2nd arg to [sg]etgroups() */ |