diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/cflow/cflow-2.0 | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/cflow/cflow-2.0')
-rw-r--r-- | packages/cflow/cflow-2.0/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/cflow/cflow-2.0/compile.patch | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/packages/cflow/cflow-2.0/.mtn2git_empty b/packages/cflow/cflow-2.0/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/cflow/cflow-2.0/.mtn2git_empty diff --git a/packages/cflow/cflow-2.0/compile.patch b/packages/cflow/cflow-2.0/compile.patch index e69de29bb2..afd02372b0 100644 --- a/packages/cflow/cflow-2.0/compile.patch +++ b/packages/cflow/cflow-2.0/compile.patch @@ -0,0 +1,7 @@ +--- cflow-2.0/prcc.prototypes.h~compile 1994-10-30 14:32:00.000000000 -0500 ++++ cflow-2.0/prcc.prototypes.h 2004-05-09 02:28:43.000000000 -0400 +@@ -23,3 +23,4 @@ + static BOOLEAN name_in_list(name_t *l); + static void free_list(name_t **lp); + static void complain(int isvar); ++static void show_all_lists(void); |