mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
13 lines
429 B
Plaintext
13 lines
429 B
Plaintext
*** src/recommend.c.bak Wed Apr 2 07:15:45 1997
|
|
--- src/recommend.c Tue Jun 17 21:48:49 1997
|
|
***************
|
|
*** 23,29 ****
|
|
{ fprintf(stderr,"Please run this program via 'make recommend'\n");
|
|
return EX_USAGE;
|
|
}
|
|
- strchr(mailspooldir,'\0')[-1]='\0'; /* strip last character */
|
|
for(p=checkf;*p;p++)
|
|
if(!stat(*p,&stbuf)&&stbuf.st_mode&S_ISGID)
|
|
{ if(stbuf.st_mode&S_ISGID)
|
|
--- 23,28 ----
|