X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Finc.c;h=e31c6a627076197567c5ca671227096e08098da1;hp=c0f272e0995f00393a63baa775492299eff019af;hb=6e9577f324bef90765a5edc02044eb111ec48072;hpb=a0bb92c9f397eb69914be03d7de16ae8e83e7426 diff --git a/uip/inc.c b/uip/inc.c index c0f272e..e31c6a6 100644 --- a/uip/inc.c +++ b/uip/inc.c @@ -74,6 +74,8 @@ static struct swit switches[] = { { NULL, 0 }, }; +char *version=VERSION; + /* ** This is an attempt to simplify things by putting all the ** privilege ops into macros. @@ -274,7 +276,7 @@ main(int argc, char **argv) ** NOTE: above this point you should use TRYDROPGROUPPRIVS(), ** not DROPGROUPPRIVS(). */ - /* guarantee dropping group priveleges; we might not have done so earlier */ + /* guarantee dropping group privileges; we might not have done so earlier */ DROPGROUPPRIVS(); if (from && strcmp(from, "-")==0) {