From 9d6b82c31e1aeb1619e3733217ccd6f9c50cb028 Mon Sep 17 00:00:00 2001 From: miod <> Date: Wed, 21 Jan 2009 22:19:42 +0000 Subject: [PATCH] _PATH_DRUM is no more. --- src/include/paths.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/include/paths.h b/src/include/paths.h index eeac1748..58061bbd 100644 --- a/src/include/paths.h +++ b/src/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"