go away, shoo!
This commit is contained in:
parent
d6c7b94dae
commit
93579f1968
@ -1,26 +0,0 @@
|
||||
$OpenBSD: p-lib_pixrect_memvar_h.orig,v 1.1 2003/12/30 02:00:39 espie Exp $
|
||||
--- lib/pixrect/memvar.h.orig 2003-12-30 02:36:18.000000000 +0100
|
||||
+++ lib/pixrect/memvar.h 2003-12-30 02:36:38.000000000 +0100
|
||||
@@ -144,18 +144,18 @@ int mem_get();
|
||||
int mem_put();
|
||||
int mem_vector();
|
||||
Pixrect *mem_region();
|
||||
-#endif KERNEL
|
||||
+#endif /* KERNEL */
|
||||
int mem_putcolormap();
|
||||
int mem_putattributes();
|
||||
#ifndef KERNEL
|
||||
int mem_getcolormap();
|
||||
int mem_getattributes();
|
||||
-#endif KERNEL
|
||||
+#endif /* KERNEL */
|
||||
|
||||
#else /* NEWPIXMEM */
|
||||
#define MP_NOTMPR(pr) (0)
|
||||
extern struct pixrectops mem_ops;
|
||||
int mem_destroy();
|
||||
-#endif NEWPIXMEM
|
||||
+#endif /* NEWPIXMEM */
|
||||
|
||||
-#endif !memvar_DEFINED
|
||||
+#endif /* !memvar_DEFINED */
|
@ -1,20 +0,0 @@
|
||||
--- lib/libxview/base/xv_debug.h.orig 1993-06-29 07:14:44.000000000 +0200
|
||||
+++ lib/libxview/base/xv_debug.h 2003-12-30 01:31:11.000000000 +0100
|
||||
@@ -9,11 +9,16 @@
|
||||
#ifndef _xv_debug_h_already_included
|
||||
#define _xv_debug_h_already_included
|
||||
|
||||
+#ifdef NULL
|
||||
+#undef NULL
|
||||
+#endif
|
||||
#ifndef FILE
|
||||
#ifndef SVR4
|
||||
-#undef NULL
|
||||
#endif SVR4
|
||||
#include <stdio.h>
|
||||
+#ifndef NULL
|
||||
+#define NULL 0
|
||||
+#endif
|
||||
#endif FILE
|
||||
#include <xview/pkg.h> /* needed to get definition of Xv_private */
|
||||
/*
|
Loading…
Reference in New Issue
Block a user