Bug 328396 Solaris patch-checker update needed for solaris 11.

Patch maker: leon.sha@sun.com.
darin: review+
darin: superreview+


git-svn-id: svn://10.0.0.236/trunk@193251 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
leon.sha%sun.com
2006-03-30 07:15:57 +00:00
parent e92527cdfa
commit 47fb515d38

View File

@@ -114,6 +114,11 @@ case "$(uname -p)" in
exit 0
;;
# Solaris 11/SPARC - no patches yet
"5.11")
exit 0
;;
*)
unsupported_exit
;;
@@ -172,6 +177,11 @@ case "$(uname -p)" in
exit 0
;;
# Solaris 11/x86 - no patches yet
"5.11")
exit 0
;;
*)
unsupported_exit
;;