]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
refresh (create temporary patch)
authorSean Hefty <sean.hefty@intel.com>
Mon, 27 Jun 2011 19:13:31 +0000 (12:13 -0700)
committerSean Hefty <sean.hefty@intel.com>
Mon, 27 Jun 2011 19:13:31 +0000 (12:13 -0700)
meta
patches/refresh-temp [new file with mode: 0644]

diff --git a/meta b/meta
index ab620cac50ba1a1822bf87328743e5f19d79d0c0..0398e448f17015f72967e93652099a7237405109 100644 (file)
--- a/meta
+++ b/meta
@@ -1,9 +1,10 @@
 Version: 1
-Previous: 927371091afc5c511765f2aa44a5ad8eab81d046
-Head: 4d4d004df821b55ca6629082f458a600f5db7db9
+Previous: b694ad19c603adf4673f29f73a2286252fcac29c
+Head: 858c281024d9e264a11e10b647521e12a28eb511
 Applied:
   deam: 15fcbd5198ba0c15ab4e8fddcdba32c8ef45faf8
   braces: 4d4d004df821b55ca6629082f458a600f5db7db9
+  refresh-temp: 858c281024d9e264a11e10b647521e12a28eb511
 Unapplied:
   counters: 2dfd53bab4aa19e9ff81cea1b95a9fcf2eee4f19
   acm1.0.5: 1b225173756cfcec4d81d26b1160ebae7644261b
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..cb9fa50
--- /dev/null
@@ -0,0 +1,22 @@
+Bottom: 143fb07ac2b47bf2113d0007e4405b579e8a6897
+Top:    fad6610d1d2786b12bafb5cd923f53cfb674ebdb
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2011-06-27 12:13:31 -0700
+
+Refresh of braces
+
+---
+
+diff --git a/linux/dlist.h b/linux/dlist.h
+index dc4934d..d08f843 100644
+--- a/linux/dlist.h
++++ b/linux/dlist.h
+@@ -34,8 +34,7 @@
+ extern "C" {\r
+ #endif\r
\r
+-typedef struct _DLIST_ENTRY\r
+-{\r
++typedef struct _DLIST_ENTRY {\r
+       struct _DLIST_ENTRY     *Next;\r
+       struct _DLIST_ENTRY     *Prev;