diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-09-26 01:57:08 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-09-26 01:57:08 (GMT) |
commit | 7b29169fff9e7c624890c5edffe85def8a293136 (patch) | |
tree | 47753889faa3a2063b66d1c7e7681e703eb1b39a /abs/core/tdb/gcc3.patch | |
parent | c491dea779dac29afff3578bf8245943817c2339 (diff) | |
download | linhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.zip linhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.tar.gz linhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.tar.bz2 |
LinHES 6.01.00
Diffstat (limited to 'abs/core/tdb/gcc3.patch')
-rw-r--r-- | abs/core/tdb/gcc3.patch | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/abs/core/tdb/gcc3.patch b/abs/core/tdb/gcc3.patch new file mode 100644 index 0000000..c88c2e7 --- /dev/null +++ b/abs/core/tdb/gcc3.patch @@ -0,0 +1,41 @@ +--- tdb-1.0.6/tdbtool.c 2001-12-10 22:45:47.000000000 -0500 ++++ ./tdbtool.c 2003-12-31 19:44:50.000000000 -0500 +@@ -169,22 +169,22 @@ + + static void help(void) + { +- printf(" +-tdbtool: +- create dbname : create a database +- open dbname : open an existing database +- erase : erase the database +- dump dumpname : dump the database as strings +- insert key data : insert a record +- store key data : store a record (replace) +- show key : show a record by key +- delete key : delete a record by key +- list : print the database hash table and freelist +- free : print the database freelist +- 1 | first : print the first record +- n | next : print the next record +- q | quit : terminate +- \\n : repeat 'next' command ++ printf("\ ++tdbtool: \ ++ create dbname : create a database\ ++ open dbname : open an existing database\ ++ erase : erase the database\ ++ dump dumpname : dump the database as strings\ ++ insert key data : insert a record\ ++ store key data : store a record (replace)\ ++ show key : show a record by key\ ++ delete key : delete a record by key\ ++ list : print the database hash table and freelist\ ++ free : print the database freelist\ ++ 1 | first : print the first record\ ++ n | next : print the next record\ ++ q | quit : terminate\ ++ \\n : repeat 'next' command\ + "); + } + |