mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
STABLE12-darwin-map-more-version-20030331
Recognize MacOS X 10.2.3 and 10.2.4.
(cherry picked from commit f14686ea2e
)
This commit is contained in:
parent
2eeaecd162
commit
3fb1af01e8
@ -369,6 +369,12 @@ else
|
||||
powerpc-apple-darwin6.2*)
|
||||
AFS_SYSNAME="ppc_darwin_60"
|
||||
;;
|
||||
powerpc-apple-darwin6.3*)
|
||||
AFS_SYSNAME="ppc_darwin_60"
|
||||
;;
|
||||
powerpc-apple-darwin6.4*)
|
||||
AFS_SYSNAME="ppc_darwin_60"
|
||||
;;
|
||||
sparc-sun-solaris2.5*)
|
||||
AFS_SYSNAME="sun4x_55"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user