Fix screen locking for BSDs

This commit is contained in:
Ulrich Wilkens
2013-05-29 00:30:06 +02:00
committed by Jon Trulson
parent 1d8f86a6ba
commit 6f56ab0e42
3 changed files with 6 additions and 1 deletions

View File

@@ -101,6 +101,9 @@ static int RegisterX11ScreenSaver(Display *display, int *ssEventType);
#ifdef SVR4
#define SECURE_SYS_PATH "/etc/shadow"
#endif
#ifdef CSRG_BASED
#define SECURE_SYS_PATH "/etc/master.passwd"
#endif