$OpenBSD: patch-client_dhcpc_h,v 1.1 2013/05/10 09:56:45 sthen Exp $
--- client/dhcpc.h.orig	Thu Nov 13 17:21:26 1997
+++ client/dhcpc.h	Fri May 10 10:49:49 2013
@@ -47,11 +47,11 @@
 #endif
 #endif /*sony_news*/
 
-#if defined(__bsdi__) || defined(__FreeBSD__)
+#if defined(__bsdi__) || defined(__FreeBSD__) || defined(__OpenBSD__)
 #ifndef PATH_CACHE_PREFIX
 #define PATH_CACHE_PREFIX	"/var/db/dhcpc_cache"
 #endif
-#else /* not BSD/OS nor FreeBSD */
+#else /* not BSD/OS not FreeBSD nor OpenBSD */
 #ifndef PATH_CACHE_PREFIX
 #define PATH_CACHE_PREFIX	"/etc/dhcpc_cache"
 #endif
