$OpenBSD: patch-tools_clang_include_clang_Driver_HostInfo_h,v 1.1 2009/06/25 15:25:13 sthen Exp $
--- tools/clang/include/clang/Driver/HostInfo.h.orig	Tue Jun 23 10:36:52 2009
+++ tools/clang/include/clang/Driver/HostInfo.h	Tue Jun 23 10:37:22 2009
@@ -69,6 +69,8 @@ class HostInfo { (public)
 
 const HostInfo *createDarwinHostInfo(const Driver &D, 
                                      const llvm::Triple& Triple);
+const HostInfo *createOpenBSDHostInfo(const Driver &D, 
+                                      const llvm::Triple& Triple);
 const HostInfo *createFreeBSDHostInfo(const Driver &D, 
                                       const llvm::Triple& Triple);
 const HostInfo *createDragonFlyHostInfo(const Driver &D, 
