~ubuntu-branches/ubuntu/hardy/klibc/hardy-updates

« back to all changes in this revision

Viewing changes to debian/patches/klibc-mips-newline-warning.patch

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2006-01-16 10:19:39 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060116101939-6nkaq9p9s6xd5nxo
Tags: 1.1.16-1ubuntu1
Resync with debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
When I compile klibc on mips, I get:
 
2
 
 
3
  KLIBCAS klibc/arch/mips/setjmp.o
 
4
klibc/arch/mips/setjmp.S:82:2: warning: no newline at end of file
 
5
 
 
6
 
 
7
diff -urN klibc-1.1.16~/klibc/arch/mips/setjmp.S klibc-1.1.16/klibc/arch/mips/setjmp.S
 
8
--- klibc-1.1.16~/klibc/arch/mips/setjmp.S      2006-01-06 06:11:43.000000000 +0000
 
9
+++ klibc-1.1.16/klibc/arch/mips/setjmp.S       2006-01-08 16:32:55.000000000 +0000
 
10
@@ -79,4 +79,4 @@
 
11
 
 
12
        END(longjmp)
 
13
        
 
14
-       
 
15
\ No newline at end of file
 
16
+       
 
17
 
 
18
-- 
 
19
Martin Michlmayr
 
20
http://www.cyrius.com/
 
21
 
 
22
_______________________________________________
 
23
klibc mailing list
 
24
klibc@zytor.com
 
25
http://www.zytor.com/mailman/listinfo/klibc
 
26