aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/dcd/files/patch-src-cmd.dc.h
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/dcd/files/patch-src-cmd.dc.h')
-rw-r--r--net-p2p/dcd/files/patch-src-cmd.dc.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-p2p/dcd/files/patch-src-cmd.dc.h b/net-p2p/dcd/files/patch-src-cmd.dc.h
deleted file mode 100644
index f49db6649d5d..000000000000
--- a/net-p2p/dcd/files/patch-src-cmd.dc.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/cmd.dc.h.orig Mon Mar 20 04:03:53 2006
-+++ src/cmd.dc.h Fri Apr 28 15:10:57 2006
-@@ -13,6 +13,10 @@
- #if !defined(__CMD_DC_H__)
- #define __CMD_DC_H__
-
-+#ifndef UINT64_C
-+#define UINT64_C(c) (c ## ULL)
-+#endif
-+
- typedef struct{
- userrec_t *usr;
- char *cmd;