diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-01-21 22:19:43 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-01-21 22:19:43 +0000 |
commit | 277229c23bc500826ff0ded03109de43b0d0765c (patch) | |
tree | dfb1b900d12a34cc350ccd67d6f763fd37d51665 /include | |
parent | ddd554bb41a71164b61483f3eb20ea71fcd77378 (diff) |
_PATH_DRUM is no more.
Diffstat (limited to 'include')
-rw-r--r-- | include/paths.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/paths.h b/include/paths.h index eeac17484f5..58061bbd8bf 100644 --- a/include/paths.h +++ b/include/paths.h @@ -1,4 +1,4 @@ -/* $OpenBSD: paths.h,v 1.22 2005/04/02 17:04:52 millert Exp $ */ +/* $OpenBSD: paths.h,v 1.23 2009/01/21 22:19:42 miod Exp $ */ /* $NetBSD: paths.h,v 1.7 1994/10/26 00:56:12 cgd Exp $ */ /* @@ -46,7 +46,6 @@ #define _PATH_DEFTAPE "/dev/rst0" #define _PATH_DEVDB "/var/run/dev.db" #define _PATH_DEVNULL "/dev/null" -#define _PATH_DRUM "/dev/drum" #define _PATH_FSIRAND "/sbin/fsirand" #define _PATH_KLOG "/dev/klog" #define _PATH_KMEM "/dev/kmem" |