x86-sol10-param-cleanup-20050113

FIXES 17082

make user section match kernel section
This commit is contained in:
Chas Williams 2005-01-14 01:27:26 +00:00 committed by Derrick Brashear
parent 2519680a2c
commit 7854052b38

View File

@ -133,15 +133,6 @@
/* 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
@ -156,6 +147,12 @@
#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>
@ -170,9 +167,9 @@
#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 */