diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-01 23:43:49 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-01 23:43:49 +0000 |
commit | d34e0138614715d2c5ee3060e84552c15c8200bb (patch) | |
tree | 649f908f5c6fd05b48d5c88da5cf520b414012fb /usr.sbin/screenblank/pathnames.h | |
parent | 6989274f0e73f7f7728cfac6e0f8449df75dafd9 (diff) |
Revert previous, as pidfile() uses atexit(), which is no use if we call
_exit() in signal handlers.
Noticed by Theo.
Diffstat (limited to 'usr.sbin/screenblank/pathnames.h')
-rw-r--r-- | usr.sbin/screenblank/pathnames.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/screenblank/pathnames.h b/usr.sbin/screenblank/pathnames.h index 2828cf15be5..3ff6bdc1e24 100644 --- a/usr.sbin/screenblank/pathnames.h +++ b/usr.sbin/screenblank/pathnames.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.3 2001/12/01 23:27:24 miod Exp $ */ +/* $OpenBSD: pathnames.h,v 1.4 2001/12/01 23:43:48 miod Exp $ */ /* $NetBSD: pathnames.h,v 1.2 1996/02/28 01:18:30 thorpej Exp $ */ /*- @@ -37,6 +37,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#define _PATH_SCREENBLANKPID "/var/run/screenblank.pid" #define _PATH_KEYBOARD "/dev/kbd" #define _PATH_MOUSE "/dev/mouse" #define _PATH_FB "/dev/fb" |