summaryrefslogtreecommitdiff
path: root/packages/nonworking/pixdev/pixdev-stable-0.1
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/nonworking/pixdev/pixdev-stable-0.1
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/nonworking/pixdev/pixdev-stable-0.1')
-rw-r--r--packages/nonworking/pixdev/pixdev-stable-0.1/.mtn2git_empty0
-rw-r--r--packages/nonworking/pixdev/pixdev-stable-0.1/braces.patch17
2 files changed, 17 insertions, 0 deletions
diff --git a/packages/nonworking/pixdev/pixdev-stable-0.1/.mtn2git_empty b/packages/nonworking/pixdev/pixdev-stable-0.1/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/nonworking/pixdev/pixdev-stable-0.1/.mtn2git_empty
diff --git a/packages/nonworking/pixdev/pixdev-stable-0.1/braces.patch b/packages/nonworking/pixdev/pixdev-stable-0.1/braces.patch
index e69de29bb2..fe390c114a 100644
--- a/packages/nonworking/pixdev/pixdev-stable-0.1/braces.patch
+++ b/packages/nonworking/pixdev/pixdev-stable-0.1/braces.patch
@@ -0,0 +1,17 @@
+===================================================================
+RCS file: /cvsroot/pixdev/pixdev-stable/include/nxtminput.h,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -u -r1.1.1.1 -r1.2
+--- pixdev-stable/include/nxtminput.h 2003/10/10 14:51:12 1.1.1.1
++++ pixdev-stable/include/nxtminput.h 2003/12/06 06:22:41 1.2
+@@ -54,7 +54,8 @@
+ #define MAX_UNITS 4 // Maximum number of units (HH:MM:SS:[am/pm])
+
+ //const char *dayzn[2] = {{"AM"}, {"PM"}}; // Array of either am or pm
+-const short max_val[3] = { {23}, {59}, {59} }; // Max values per unit (23 = hours, 59 = min/sec)
++const short max_val[3] = { 23, 59, 59 };
++// Max values per unit (23 = hours, 59 = min/sec)
+
+
+ /* Forward declarations */