/[guile]/guile/guile-core/libguile/posix.c
ViewVC logotype

Diff of /guile/guile-core/libguile/posix.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.109 by hanwen, Fri Aug 16 22:01:10 2002 UTC revision 1.110 by ossau, Thu Oct 3 22:23:43 2002 UTC
# Line 572  SCM_DEFINE (scm_geteuid, "geteuid", 0, 0 Line 572  SCM_DEFINE (scm_geteuid, "geteuid", 0, 0
572              (),              (),
573              "Return an integer representing the current effective user ID.\n"              "Return an integer representing the current effective user ID.\n"
574              "If the system does not support effective IDs, then the real ID\n"              "If the system does not support effective IDs, then the real ID\n"
575              "is returned.  @code{(feature? 'EIDs)} reports whether the\n"              "is returned.  @code{(provided? 'EIDs)} reports whether the\n"
576              "system supports effective IDs.")              "system supports effective IDs.")
577  #define FUNC_NAME s_scm_geteuid  #define FUNC_NAME s_scm_geteuid
578  {  {
# Line 589  SCM_DEFINE (scm_getegid, "getegid", 0, 0 Line 589  SCM_DEFINE (scm_getegid, "getegid", 0, 0
589              (),              (),
590              "Return an integer representing the current effective group ID.\n"              "Return an integer representing the current effective group ID.\n"
591              "If the system does not support effective IDs, then the real ID\n"              "If the system does not support effective IDs, then the real ID\n"
592              "is returned.  @code{(feature? 'EIDs)} reports whether the\n"              "is returned.  @code{(provided? 'EIDs)} reports whether the\n"
593              "system supports effective IDs.")              "system supports effective IDs.")
594  #define FUNC_NAME s_scm_getegid  #define FUNC_NAME s_scm_getegid
595  {  {
# Line 634  SCM_DEFINE (scm_seteuid, "seteuid", 1, 0 Line 634  SCM_DEFINE (scm_seteuid, "seteuid", 1, 0
634              (SCM id),              (SCM id),
635              "Sets the effective user ID to the integer @var{id}, provided the process\n"              "Sets the effective user ID to the integer @var{id}, provided the process\n"
636              "has appropriate privileges.  If effective IDs are not supported, the\n"              "has appropriate privileges.  If effective IDs are not supported, the\n"
637              "real ID is set instead -- @code{(feature? 'EIDs)} reports whether the\n"              "real ID is set instead -- @code{(provided? 'EIDs)} reports whether the\n"
638              "system supports effective IDs.\n"              "system supports effective IDs.\n"
639              "The return value is unspecified.")              "The return value is unspecified.")
640  #define FUNC_NAME s_scm_seteuid  #define FUNC_NAME s_scm_seteuid
# Line 660  SCM_DEFINE (scm_setegid, "setegid", 1, 0 Line 660  SCM_DEFINE (scm_setegid, "setegid", 1, 0
660              (SCM id),              (SCM id),
661              "Sets the effective group ID to the integer @var{id}, provided the process\n"              "Sets the effective group ID to the integer @var{id}, provided the process\n"
662              "has appropriate privileges.  If effective IDs are not supported, the\n"              "has appropriate privileges.  If effective IDs are not supported, the\n"
663              "real ID is set instead -- @code{(feature? 'EIDs)} reports whether the\n"              "real ID is set instead -- @code{(provided? 'EIDs)} reports whether the\n"
664              "system supports effective IDs.\n"              "system supports effective IDs.\n"
665              "The return value is unspecified.")              "The return value is unspecified.")
666  #define FUNC_NAME s_scm_setegid  #define FUNC_NAME s_scm_setegid

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26