diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-03-27 14:02:42 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-03-27 14:02:42 -0400 |
commit | f51188c29b0166639035590a03b5b099697f21b2 (patch) | |
tree | 5a3e0e353a1a763d05fb44c359da6389613b3a47 | |
parent | Fix malformed patch (diff) | |
download | hardened-patchset-f51188c29b0166639035590a03b5b099697f21b2.tar.gz hardened-patchset-f51188c29b0166639035590a03b5b099697f21b2.tar.bz2 hardened-patchset-f51188c29b0166639035590a03b5b099697f21b2.zip |
fix version info on 3.2.1320120325
-rw-r--r-- | 3.2.13/1012_linux-3.2.13.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3.2.13/1012_linux-3.2.13.patch b/3.2.13/1012_linux-3.2.13.patch index 98feeb7..21cf92e 100644 --- a/3.2.13/1012_linux-3.2.13.patch +++ b/3.2.13/1012_linux-3.2.13.patch @@ -1,3 +1,15 @@ +diff --git a/Makefile b/Makefile +index 15e80f1..172e041 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,6 +1,6 @@ + VERSION = 3 + PATCHLEVEL = 2 +-SUBLEVEL = 12 ++SUBLEVEL = 13 + EXTRAVERSION = + NAME = Saber-toothed Squirrel + diff --git a/arch/powerpc/platforms/powermac/smp.c b/arch/powerpc/platforms/powermac/smp.c index 9b6a820..3394254 100644 --- a/arch/powerpc/platforms/powermac/smp.c |