=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/calendar/calendar.c,v retrieving revision 1.31 retrieving revision 1.32 diff -c -r1.31 -r1.32 *** src/usr.bin/calendar/calendar.c 2015/04/18 18:28:37 1.31 --- src/usr.bin/calendar/calendar.c 2015/10/23 11:43:16 1.32 *************** *** 1,4 **** ! /* $OpenBSD: calendar.c,v 1.31 2015/04/18 18:28:37 deraadt Exp $ */ /* * Copyright (c) 1989, 1993, 1994 --- 1,4 ---- ! /* $OpenBSD: calendar.c,v 1.32 2015/10/23 11:43:16 zhuk Exp $ */ /* * Copyright (c) 1989, 1993, 1994 *************** *** 183,189 **** if (acstat) { if (chdir(pw->pw_dir) || stat(calendarFile, &sbuf) != 0 || ! chdir(calendarHome) || stat(calendarNoMail, &sbuf) == 0 || stat(calendarFile, &sbuf) != 0) exit(0); --- 183,189 ---- if (acstat) { if (chdir(pw->pw_dir) || stat(calendarFile, &sbuf) != 0 || ! chdir(calendarHome) || stat(calendarNoMail, &sbuf) == 0 || stat(calendarFile, &sbuf) != 0) exit(0);