X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fcontext_save.c;h=7d99cc3770a51469b5ee0f5c4828e9d7dac8b5a6;hp=d4a56edc624d7d26a162449d810cbc843774e3b5;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/sbr/context_save.c b/sbr/context_save.c index d4a56ed..7d99cc3 100644 --- a/sbr/context_save.c +++ b/sbr/context_save.c @@ -1,17 +1,17 @@ /* - * context_save.c -- write out the updated context file - * - * This code is Copyright (c) 2002, by the authors of nmh. See the - * COPYRIGHT file in the root directory of the nmh distribution for - * complete copyright information. - */ +** context_save.c -- write out the updated context file +** +** This code is Copyright (c) 2002, by the authors of nmh. See the +** COPYRIGHT file in the root directory of the nmh distribution for +** complete copyright information. +*/ #include #include /* - * static prototypes - */ +** static prototypes +*/ static int m_chkids(void); @@ -56,14 +56,14 @@ context_save (void) } /* - * This hack brought to you so we can handle set[ug]id MH programs. - * If we return -1, then no fork is made, we update .mh_profile - * normally, and return to the caller normally. If we return 0, - * then the child is executing, .mh_profile is modified after - * we set our [ug]ids to the norm. If we return > 0, then the - * parent is executed and .mh_profile has already be modified. - * We can just return to the caller immediately. - */ +** This hack brought to you so we can handle set[ug]id MH programs. +** If we return -1, then no fork is made, we update .mh_profile +** normally, and return to the caller normally. If we return 0, +** then the child is executing, .mh_profile is modified after +** we set our [ug]ids to the norm. If we return > 0, then the +** parent is executed and .mh_profile has already be modified. +** We can just return to the caller immediately. +*/ static int m_chkids (void)