fix problematic patch, found by Marc Espie

pkgname not bumped because it did not cleanly patch with the last commit
This commit is contained in:
todd 2006-04-11 14:10:53 +00:00
parent 9491d6bb91
commit 88e760d1a6

View File

@ -1,11 +1,14 @@
$OpenBSD: patch-source_vmmon_openbsd_rmem_h,v 1.4 2006/04/10 21:33:36 todd Exp $
--- source/vmmon/openbsd/rmem.h.orig Fri Feb 13 00:40:21 2004
+++ source/vmmon/openbsd/rmem.h Mon Apr 10 16:13:41 2006
@@ -4,6 +4,27 @@
* Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org>
* All rights reserved.
*
+ * $Id: patch-source_vmmon_openbsd_rmem_h,v 1.4 2006/04/10 21:33:36 todd Exp $
$OpenBSD: patch-source_vmmon_openbsd_rmem_h,v 1.5 2006/04/11 14:10:53 todd Exp $
--- source/vmmon/openbsd/rmem.h.orig 2004-02-05 11:10:33.000000000 -0600
+++ source/vmmon/openbsd/rmem.h 2004-02-05 11:10:33.000000000 -0600
@@ -0,0 +1,21 @@
+/*
+ * rmem.h
+ *
+ * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org>
+ * All rights reserved.
+ *
+ *
+ */
+
+#ifndef _RMEM_H
@ -20,12 +23,3 @@ $OpenBSD: patch-source_vmmon_openbsd_rmem_h,v 1.4 2006/04/10 21:33:36 todd Exp $
+TAILQ_HEAD(rmem_pglist, rmem_pgrange);
+
+#endif /* _RMEM_H */
+/*
+ * rmem.h
+ *
+ * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org>
+ * All rights reserved.
+ *
* $Id: patch-source_vmmon_openbsd_rmem_h,v 1.4 2006/04/10 21:33:36 todd Exp $
*/