reindent-20030715
[openafs.git] / src / config / param.i386_fbsd_50.h
index fafd99f..68ff644 100644 (file)
@@ -8,12 +8,12 @@
 #include <sys/param.h>
 #endif
 
-#define AFS_XBSD_ENV 1             /* {Free,Open,Net}BSD */
+#define AFS_XBSD_ENV 1         /* {Free,Open,Net}BSD */
 #define AFS_X86_XBSD_ENV 1
 
-#define AFS_NAMEI_ENV     1   /* User space interface to file system */
+#define AFS_NAMEI_ENV     1    /* User space interface to file system */
 #define AFS_64BIT_ENV 1
-#define AFS_64BIT_IOPS_ENV 1  /* Needed for NAMEI */
+#define AFS_64BIT_IOPS_ENV 1   /* Needed for NAMEI */
 #define AFS_FBSD_ENV 1
 #define AFS_FBSD40_ENV 1
 #define AFS_FBSD42_ENV 1
 #define SYS_NAME       "i386_fbsd_50"
 #define SYS_NAME_ID    SYS_NAME_ID_i386_fbsd_50
 
-#define AFS_HAVE_FFS            1       /* Use system's ffs. */
+#define AFS_HAVE_FFS            1      /* Use system's ffs. */
 #define AFS_HAVE_STATVFS       0       /* System doesn't supports statvfs */
 
 #define RXK_LISTENER_ENV 1
-#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
-#define AFS_USE_GETTIMEOFDAY    1       /* use gettimeofday to implement rx clock */
+#define AFS_GCPAGS             0       /* if nonzero, garbage collect PAGs */
+#define AFS_USE_GETTIMEOFDAY    1      /* use gettimeofday to implement rx clock */
 
 #define AFSLITTLE_ENDIAN 1
 
@@ -88,7 +88,7 @@
 #define        AFS_UIOUSER     UIO_USERSPACE
 #define        AFS_CLBYTES     CLBYTES
 #define        osi_GetTime(x)  microtime(x)
-#define AFS_KALLOC(x)   malloc(x, M_AFS, M_WAITOK) 
+#define AFS_KALLOC(x)   malloc(x, M_AFS, M_WAITOK)
 #define AFS_KFREE(x,y)  free(x,M_AFS)
 #define        v_count         v_usecount
 #define v_vfsp         v_mount
 #define        VN_HOLD(vp)     VREF(((struct vnode *)(vp)))
 
 #if    !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__)
-enum vcexcl {NONEXCL, EXCL};
+enum vcexcl { NONEXCL, EXCL };
 
 #ifdef KERNEL
 #ifndef MIN
@@ -124,10 +124,10 @@ enum vcexcl {NONEXCL, EXCL};
 #endif
 #endif /* KERNEL */
 
-#endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */
+#endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */
 #endif /* _KERNEL */
 
-#endif /* AFS_PARAM_H */
+#endif /* AFS_PARAM_H */
 
 #else /* !defined(UKERNEL) */
 
@@ -153,20 +153,20 @@ enum vcexcl {NONEXCL, EXCL};
 
 #define AFS_MOUNT_AFS "afs"    /* The name of the filesystem type. */
 #define AFS_SYSCALL 339
-#define AFS_NAMEI_ENV         1   /* User space interface to file system */
+#define AFS_NAMEI_ENV         1        /* User space interface to file system */
 #define AFS_64BIT_ENV 1
-#define AFS_64BIT_IOPS_ENV    1   /* Needed for NAMEI */
+#define AFS_64BIT_IOPS_ENV    1        /* Needed for NAMEI */
 #include <afs/afs_sysnames.h>
 
 #define AFS_USERSPACE_IP_ADDR 1
 #define RXK_LISTENER_ENV      1
-#define AFS_GCPAGS           0       /* if nonzero, garbage collect PAGs */
+#define AFS_GCPAGS           0 /* if nonzero, garbage collect PAGs */
 
 /* Machine / Operating system information */
 #define SYS_NAME       "i386_fbsd_50"
 #define SYS_NAME_ID    SYS_NAME_ID_i386_fbsd_50
 #define AFSLITTLE_ENDIAN    1
-#define AFS_HAVE_FFS        1       /* Use system's ffs. */
+#define AFS_HAVE_FFS        1  /* Use system's ffs. */
 #define AFS_HAVE_STATVFS    0  /* System doesn't support statvfs */
 #define AFS_VM_RDWR_ENV            1   /* read/write implemented via VM */