summaryrefslogtreecommitdiffstats
path: root/usr.sbin/apmd/apmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/apmd/apmd.c')
-rw-r--r--usr.sbin/apmd/apmd.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/apmd/apmd.c b/usr.sbin/apmd/apmd.c
index 549f641cad6..9975908a03d 100644
--- a/usr.sbin/apmd/apmd.c
+++ b/usr.sbin/apmd/apmd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: apmd.c,v 1.80 2017/08/28 16:16:58 tedu Exp $ */
+/* $OpenBSD: apmd.c,v 1.81 2017/10/15 15:14:49 jca Exp $ */
/*
* Copyright (c) 1995, 1996 John T. Kohl
@@ -53,9 +53,6 @@
#include "pathnames.h"
#include "apm-proto.h"
-#define TRUE 1
-#define FALSE 0
-
#define AUTO_SUSPEND 1
#define AUTO_HIBERNATE 2