aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/support/qsort.c
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2005-11-01 22:58:39 -0500
committerNathan Scott <nathans@sgi.com>2005-11-01 22:58:39 -0500
commit7b71876980d87c8f237b94d8529ee7fcc05ec2d9 (patch)
tree7fd3f1425e8946b3b2c1defeba0b4889f19b6290 /fs/xfs/support/qsort.c
parenta844f4510dce23c07f3923cb42138f5fdd745017 (diff)
[XFS] Update license/copyright notices to match the prefered SGI
boilerplate. SGI-PV: 913862 SGI-Modid: xfs-linux:xfs-kern:23903a Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/support/qsort.c')
-rw-r--r--fs/xfs/support/qsort.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/support/qsort.c b/fs/xfs/support/qsort.c
index 1ec824140cf..2cb05c7569d 100644
--- a/fs/xfs/support/qsort.c
+++ b/fs/xfs/support/qsort.c
@@ -26,7 +26,6 @@
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE. 27 * SUCH DAMAGE.
28 */ 28 */
29
30#include <linux/kernel.h> 29#include <linux/kernel.h>
31#include <linux/string.h> 30#include <linux/string.h>
32 31