]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-x86-sol10-param-cleanup-20050113
authorChas Williams <chas@cmf.nrl.navy.mil>
Mon, 31 Jan 2005 04:14:21 +0000 (04:14 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 31 Jan 2005 04:14:21 +0000 (04:14 +0000)
FIXES 17082

make user section match kernel section

(cherry picked from commit 7854052b3827a3853cb80a6f7de5dcc32756aa95)

src/config/param.sunx86_510.h

index 95be2234210ba8df619ac1a510399c5b348124c0..619a74ec4e3500a077757baf96ed664f2f55038f 100644 (file)
 
 /* This section for user space compiles only */
 
-/*
- * Copyright 2000, International Business Machines Corporation and others.
- * All Rights Reserved.
- * 
- * This software has been released under the terms of the IBM Public
- * License.  For details, see the LICENSE file in the top-level source
- * directory or online at http://www.openafs.org/dl/license10.html
- */
-
 #ifndef        AFS_PARAM_H
 #define        AFS_PARAM_H
 
 #define AFS_ENV                        1
 #define AFS_USR_SUN5_ENV       1
 #define AFS_USR_SUN6_ENV       1
+#define AFS_USR_SUN7_ENV        1
+#define AFS_USR_SUN8_ENV        1
+#define AFS_USR_SUN9_ENV        1
+
+#define AFS_64BIT_ENV           1
+
 
 #include <afs/afs_sysnames.h>
 
 #define AFS_MOUNT_AFS          1
 
 /* Machine / Operating system information */
-#define sys_sun4x_55           1
-#define SYS_NAME               "sun4x_55"
-#define SYS_NAME_ID            SYS_NAME_ID_sun4x_55
+#define sys_sunx86_510          1
+#define SYS_NAME                "sunx86_510"
+#define SYS_NAME_ID             SYS_NAME_ID_sunx86_510
 #define AFSLITTLE_ENDIAN       1
 #define AFS_HAVE_FFS            1      /* Use system's ffs. */
 #define AFS_HAVE_STATVFS       0       /* System doesn't support statvfs */