From db290f56f42654368dad9106ffdba495e84fc722 Mon Sep 17 00:00:00 2001 From: fake Date: Fri, 4 Aug 2006 11:17:42 +0000 Subject: [PATCH] fake: iptraf: remove unneeded patch, it breaks the build. [2006072818181027211] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7814 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/tsa/iptraf/asm_sys_types_h.patch | 38 ------------------------ 1 file changed, 38 deletions(-) delete mode 100644 package/tsa/iptraf/asm_sys_types_h.patch diff --git a/package/tsa/iptraf/asm_sys_types_h.patch b/package/tsa/iptraf/asm_sys_types_h.patch deleted file mode 100644 index ea3a3d5fb..000000000 --- a/package/tsa/iptraf/asm_sys_types_h.patch +++ /dev/null @@ -1,38 +0,0 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/tsa/iptraf/asm_sys_types_h.patch -# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - ---- iptraf-2.7.0/src/tr.c 2005-12-17 04:35:54.000000000 +0100 -+++ src.iptraf.1134788240.15878.1654813972/iptraf-2.7.0/src/tr.c 2005-12-17 04:35:35.000000000 +0100 -@@ -8,6 +8,16 @@ - - #include - #include -+ -+/* conflict between sys/types.h and asm/types.h */ -+#define nlink_t libc_nlink_t -+#define mode_t libc_mode_t -+#define fd_set libc_fd_set -+#define dev_t libc_dev_t -+#define gid_t libc_gid_t -+#define uid_t libc_uid_t -+#define timer_t libc_timer_t -+ - #include - - unsigned int get_tr_ip_offset(unsigned char *pkt)