X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fruserpass.c;h=4c12b712ce023dba2a0a924b7b027a48e7674479;hp=6045c326ba9adbf389a9e991d228fafac0868d1c;hb=4885712264980e6cbc2039f9158027bee9213475;hpb=e0233d70fb7bfac996b3514ae60d7eedef0e6ad3 diff --git a/sbr/ruserpass.c b/sbr/ruserpass.c index 6045c32..4c12b71 100644 --- a/sbr/ruserpass.c +++ b/sbr/ruserpass.c @@ -1,4 +1,5 @@ /* + * Portions of this code are * Copyright (c) 1985 Regents of the University of California. * All rights reserved. * @@ -65,7 +66,6 @@ ruserpass(char *host, char **aname, char **apass) char *hdir, buf[BUFSIZ]; int t, usedefault = 0; struct stat stb; - extern int errno; hdir = getenv("HOME"); if (hdir == NULL)