mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-misc/xwit: remove unused patch/file
Closes: https://github.com/gentoo/gentoo/pull/5383
This commit is contained in:
committed by
David Seifert
parent
b1273a49b3
commit
fa3659163a
@@ -1,6 +0,0 @@
|
||||
src = xwit.c dsimple.c ClientWin.c
|
||||
|
||||
all: xwit
|
||||
|
||||
xwit: $(o)
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(src) -o xwit -lX11
|
||||
@@ -1,11 +0,0 @@
|
||||
--- dsimple.c_ 2005-06-05 16:07:10.000000000 +0200
|
||||
+++ dsimple.c 2005-06-05 16:07:47.000000000 +0200
|
||||
@@ -46,7 +46,7 @@
|
||||
char *Malloc(size)
|
||||
unsigned size;
|
||||
{
|
||||
- char *data, *malloc();
|
||||
+ char *data; //, *malloc();
|
||||
|
||||
if (!(data = malloc(size)))
|
||||
Fatal_Error("Out of memory!");
|
||||
Reference in New Issue
Block a user