/usr/bin/make  -f debian/rules clean
make[1]: Entering directory `/usr/src/modules/openafs'
dh_testdir
dh_testroot
rm -f build-arch-stamp configure-stamp
[ ! -f Makefile ] || /usr/bin/make distclean
dh_clean
make[1]: Leaving directory `/usr/src/modules/openafs'
sh debian/prep-modules /usr/src/linux-headers-2.6.22-15-server
sh configure --with-afs-sysname=amd64_linux26 \
	    --with-linux-kernel-headers=/usr/src/linux-headers-2.6.22-15-server --prefix=`pwd`/debian/tmp \
	    --enable-debug --enable-lwp-debug --enable-kernel-debug \
	     
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking build system type... x86_64-unknown-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for function prototypes... yes
checking host system type... x86_64-unknown-linux-gnu
checking for AIX... no
checking for library containing strerror... none required
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for __FUNCTION__ and __LINE__ macros... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for bison... bison -y
checking whether byte order is known at compile time... yes
checking whether byte ordering is bigendian... no
checking your OS... linux
checking if gcc accepts -march=pentium... yes
checking if gcc needs -fno-strength-reduce... yes
checking if gcc needs -fno-strict-aliasing... yes
checking if gcc supports -fno-common... yes
checking if gcc supports -pipe... yes
checking whether to build osi_vfs.h... checking for linux kernel module build works... yes
checking for linux/config.h existance... no
checking for linux/completion.h existance... yes
checking for defined for_each_process... yes
checking for defined prev_task... no
checking for alloc_inode in struct super_operations... yes
checking for page_lock in struct address_space... no
checking for gfp_mask in struct address_space... no
checking for i_alloc_sem in struct inode... yes
checking for i_blkbits in struct inode... yes
checking for i_blksize in struct inode... no
checking for i_truncate_sem in struct inode... no
checking for i_dirty_data_buffers in struct inode... no
checking for i_devices in struct inode... yes
checking for i_mmap_shared in struct inode... no
checking for i_mutex in struct inode... yes
checking for i_sb_list in struct inode... yes
checking for i_security in struct inode... yes
checking for inotify_lock in struct inode... no
checking for inotify_sem in struct inode... no
checking for inode_setattr return type... yes
checking for write_inode return type... yes
checking whether inode_operations.create takes a nameidata... yes
checking whether inode_operations.lookup takes a nameidata... yes
checking whether inode_operations.permission takes a nameidata... yes
checking whether dentry_operations.d_revalidate takes a nameidata... yes
checking whether address_space_operations.writepage takes a writeback_control... yes
checking for flock in struct file_operations... yes
checking for linux/syscall.h in kernel... no
checking for linux/seq_file.h in kernel... yes
checking for 3rd argument in posix_lock_file found in new kernels... yes
checking for SELinux kernel... yes
checking for 5th argument in sock_create found in some SELinux kernels... no
checking for page_follow_link_light vs page_follow_link... no
checking for redhat kernel configuration... no
checking for recalc_sigpending arg type... yes
checking for parent in struct task_struct... yes
checking for real_parent in struct task_struct... yes
checking for sig in struct task_struct... no
checking for sighand in struct task_struct... yes
checking for sigmask_lock in struct task_struct... no
checking for rlim in struct task_struct... no
checking for signal->rlim in struct task_struct... yes
checking for exit_state in struct task_struct... yes
checking for tgid in struct task_struct... yes
checking for todo in struct task_struct... no
checking for thread_info in struct task_struct... no
checking for exported tasklist_lock... yes
checking for struct vfsmount * in get_sb_nodev()... yes
checking for dentry in statfs... yes
checking for linux/freezer.h existance... yes
checking whether refrigerator takes PF_FREEZE... no
checking for linux kernel keyring support... yes
checking if key_alloc() takes a struct task *... yes
checking for linux do_sync_read()... yes
checking for linux generic_file_aio_read()... yes
checking whether INIT_WORK has a _data argument... no
checking whether register_sysctl_table has an insert_at_head flag argument... yes
checking for exported sys_chdir... yes
checking for exported sys_close... yes
checking for exported sys_open... no
checking for exported sys_wait4... yes
checking which kernel modules to build... MP
configure: WARNING: Cannot determine sys_call_table status. assuming it isn't exported
flock support is currently disabled in OpenAFS 1.4 for Linux
checking for definition of struct buf... no
checking if struct sockaddr has sa_len field... no
checking for socket... yes
checking for connect... yes
checking for gethostbyname... yes
checking for the useability of arpa/nameser_compat.h... yes
checking for res_search... yes, in libresolv
checking for pthread_attr_init in -lpthread... yes
checking for tivoli tsm butc support... no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/mnttab.h usability... no
checking sys/mnttab.h presence... no
checking for sys/mnttab.h... no
checking sys/mntent.h usability... no
checking sys/mntent.h presence... no
checking for sys/mntent.h... no
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/fs_types.h usability... no
checking sys/fs_types.h presence... no
checking for sys/fs_types.h... no
checking sys/fstyp.h usability... no
checking sys/fstyp.h presence... no
checking for sys/fstyp.h... no
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking for strings.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking sys/user.h usability... yes
checking sys/user.h presence... yes
checking for sys/user.h... yes
checking security/pam_modules.h usability... no
checking security/pam_modules.h presence... no
checking for security/pam_modules.h... no
checking siad.h usability... no
checking siad.h presence... no
checking for siad.h... no
checking usersec.h usability... no
checking usersec.h presence... no
checking for usersec.h... no
checking ucontext.h usability... yes
checking ucontext.h presence... yes
checking for ucontext.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for utimes... yes
checking for random... yes
checking for srandom... yes
checking for getdtablesize... yes
checking for snprintf... yes
checking for strlcat... no
checking for strlcpy... no
checking for re_comp... yes
checking for re_exec... yes
checking for flock... yes
checking for setprogname... no
checking for getprogname... no
checking for sigaction... yes
checking for mkstemp... yes
checking for vsnprintf... yes
checking for strerror... yes
checking for strcasestr... yes
checking for setvbuf... yes
checking whether setvbuf arguments are reversed... no
checking for regcomp... yes
checking for regexec... yes
checking for regerror... yes
checking for POSIX regex library... yes
checking for ssize_t... yes
checking for long... yes
checking size of long... 8
checking size of time_t... 8
checking for timegm... yes
checking for daemon... yes
checking for ranlib... (cached) ranlib
checking for as... as
checking for ar... ar
checking for mv... mv
checking for rm... rm
checking for ld... ld
checking for cp... cp
checking for strip... strip
checking for lorder... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/afs/Makefile
config.status: creating src/afsd/Makefile
config.status: creating src/afsmonitor/Makefile
config.status: creating src/afsweb/Makefile
config.status: creating src/aklog/Makefile
config.status: creating src/audit/Makefile
config.status: creating src/auth/Makefile
config.status: creating src/auth/test/Makefile
config.status: creating src/bozo/Makefile
config.status: creating src/bozo/test/Makefile
config.status: creating src/bu_utils/Makefile
config.status: creating src/bubasics/Makefile
config.status: creating src/bucoord/Makefile
config.status: creating src/budb/Makefile
config.status: creating src/butc/Makefile
config.status: creating src/butm/Makefile
config.status: creating src/cmd/Makefile
config.status: creating src/cmd/test/Makefile
config.status: creating src/comerr/Makefile
config.status: creating src/comerr/test/Makefile
config.status: creating src/config/Makefile
config.status: creating src/config/Makefile.config
config.status: WARNING:  src/config/Makefile.config.in seems to ignore the --datarootdir setting
config.status: creating src/config/Makefile.version-NOCML
config.status: creating src/dauth/Makefile
config.status: creating src/des/Makefile
config.status: creating src/des/test/Makefile
config.status: creating src/des_stub/Makefile
config.status: creating src/dir/Makefile
config.status: creating src/dir/test/Makefile
config.status: creating src/export/Makefile
config.status: creating src/finale/Makefile
config.status: creating src/fsint/Makefile
config.status: creating src/fsprobe/Makefile
config.status: creating src/gtx/Makefile
config.status: creating src/JAVA/libjafs/Makefile
config.status: WARNING:  src/JAVA/libjafs/Makefile.in seems to ignore the --datarootdir setting
config.status: creating src/kauth/Makefile
config.status: creating src/kauth/test/Makefile
config.status: creating src/libacl/Makefile
config.status: creating src/libacl/test/Makefile
config.status: creating src/libadmin/Makefile
config.status: creating src/libadmin/adminutil/Makefile
config.status: creating src/libadmin/bos/Makefile
config.status: creating src/libadmin/cfg/Makefile
config.status: creating src/libadmin/cfg/test/Makefile
config.status: creating src/libadmin/client/Makefile
config.status: creating src/libadmin/kas/Makefile
config.status: creating src/libadmin/pts/Makefile
config.status: creating src/libadmin/samples/Makefile
config.status: creating src/libadmin/test/Makefile
config.status: creating src/libadmin/vos/Makefile
config.status: creating src/libafs/Makefile.common
config.status: creating src/libafs/MakefileProto.LINUX
config.status: creating src/libafsauthent/Makefile
config.status: creating src/libafsrpc/Makefile
config.status: creating src/libuafs/Makefile.common
config.status: creating src/libuafs/MakefileProto.LINUX
config.status: creating src/log/Makefile
config.status: creating src/log/test/Makefile
config.status: creating src/login/Makefile
config.status: creating src/lwp/Makefile
config.status: creating src/lwp/test/Makefile
config.status: creating src/mpp/Makefile
config.status: creating src/null/Makefile
config.status: creating src/package/Makefile
config.status: creating src/pam/Makefile
config.status: creating src/pinstall/Makefile
config.status: creating src/pinstall/test/Makefile
config.status: creating src/platform/Makefile
config.status: creating src/platform/LINUX/Makefile
config.status: creating src/procmgmt/Makefile
config.status: creating src/procmgmt/test/Makefile
config.status: creating src/ptserver/Makefile
config.status: creating src/rx/Makefile
config.status: creating src/rx/bulk.example/Makefile
config.status: creating src/rx/bulktest/Makefile
config.status: creating src/rx/multi.example/Makefile
config.status: creating src/rx/simple.example/Makefile
config.status: creating src/rx/test/Makefile
config.status: creating src/rxdebug/Makefile
config.status: creating src/rxgen/Makefile
config.status: creating src/rxkad/Makefile
config.status: creating src/rxkad/test/Makefile
config.status: creating src/rxstat/Makefile
config.status: creating src/scout/Makefile
config.status: creating src/sgistuff/Makefile
config.status: creating src/shlibafsauthent/Makefile
config.status: creating src/shlibafsrpc/Makefile
config.status: creating src/sia/Makefile
config.status: creating src/sys/Makefile
config.status: creating src/tbutc/Makefile
config.status: creating src/tests/Makefile
config.status: creating src/tests/run-tests
config.status: creating src/tests/OpenAFS/Dirpath.pm
config.status: creating src/tsm41/Makefile
config.status: creating src/tviced/Makefile
config.status: creating src/tvolser/Makefile
config.status: creating src/ubik/Makefile
config.status: creating src/update/Makefile
config.status: creating src/usd/Makefile
config.status: creating src/usd/test/Makefile
config.status: creating src/uss/Makefile
config.status: creating src/util/Makefile
config.status: creating src/util/test/Makefile
config.status: creating src/venus/Makefile
config.status: creating src/venus/test/Makefile
config.status: creating src/vfsck/Makefile
config.status: creating src/viced/Makefile
config.status: creating src/vlserver/Makefile
config.status: creating src/vol/Makefile
config.status: creating src/vol/test/Makefile
config.status: creating src/volser/Makefile
config.status: creating src/wsadmin.src/Makefile
config.status: creating src/xstat/Makefile
config.status: creating src/helper-splint.sh
config.status: creating src/config/afsconfig.h
config.status: executing depfiles commands
touch configure-stamp
make only_libafs
make[1]: Entering directory `/usr/src/modules/openafs'
mkdir -p /usr/src/modules/openafs/include
mkdir -p /usr/src/modules/openafs/include/afs
mkdir -p /usr/src/modules/openafs/lib
make build TARGET=libafs
make[2]: Entering directory `/usr/src/modules/openafs'
make libafs DEST=/usr/src/modules/openafs/amd64_linux26/dest COMPILE_PART2B=all DESTDIR=
make[3]: Entering directory `/usr/src/modules/openafs'
cd src && cd config && make all
make[4]: Entering directory `/usr/src/modules/openafs/src/config'
rm -f Makefile.version
if	[ -r SRC/../CML/state ] ; \
	then	cp ./Makefile.version-CML Makefile.version ; \
	else	cp Makefile.version-NOCML Makefile.version ; \
	fi
make -f Makefile.version AFS_component_version_number.c
make[5]: Entering directory `/usr/src/modules/openafs/src/config'
echo 'char cml_version_number[]="@(#) OpenAFS 1.4.4 built ' `date +"%Y-%m-%d"` '";' >AFS_component_version_number.c
echo 'char* AFSVersion = "openafs 1.4.4"; ' >>AFS_component_version_number.c
make[5]: Leaving directory `/usr/src/modules/openafs/src/config'
gcc -g -O -I/usr/src/modules/openafs/include -I. -g -O2 -D_LARGEFILE64_SOURCE  -I. -c ./config.c
./config.c: In function 'main':
./config.c:35: warning: incompatible implicit declaration of built-in function 'exit'
./config.c:40: warning: incompatible implicit declaration of built-in function 'exit'
./config.c:45: warning: incompatible implicit declaration of built-in function 'exit'
./config.c:65: warning: incompatible implicit declaration of built-in function 'exit'
./config.c:68: warning: incompatible implicit declaration of built-in function 'exit'
gcc -g -O -I/usr/src/modules/openafs/include -I. -g -O2 -D_LARGEFILE64_SOURCE  -c ./mc.c
gcc -g -O -I/usr/src/modules/openafs/include -I. -g -O2 -D_LARGEFILE64_SOURCE  -o config config.o mc.o
gcc -g -O -I/usr/src/modules/openafs/include -I. -g -O2 -D_LARGEFILE64_SOURCE  -o mkvers ./mkvers.c
if [ "X" != "X" ] ; then \
		cat ./ ./param.amd64_linux26.h > param.h.new ; \
		rm -f /usr/src/modules/openafs/include/afs/param.h; \
		 cp param.h.new /usr/src/modules/openafs/include/afs/param.h ; \
	else \
		rm -f /usr/src/modules/openafs/include/afs/param.h; cp ./param.amd64_linux26.h /usr/src/modules/openafs/include/afs/param.h ; \
	fi
rm -f /usr/src/modules/openafs/include/afs/stds.h; cp stds.h /usr/src/modules/openafs/include/afs/stds.h
rm -f /usr/src/modules/openafs/include/afs/afs_sysnames.h; cp afs_sysnames.h /usr/src/modules/openafs/include/afs/afs_sysnames.h
rm -f /usr/src/modules/openafs/include/afs/afs_args.h; cp afs_args.h /usr/src/modules/openafs/include/afs/afs_args.h
rm -f /usr/src/modules/openafs/include/afs/icl.h; cp icl.h /usr/src/modules/openafs/include/afs/icl.h
rm -f /usr/src/modules/openafs/include/afs/venus.h; cp venus.h /usr/src/modules/openafs/include/afs/venus.h
rm -f /usr/src/modules/openafs/include/afs/debug.h; cp debug.h /usr/src/modules/openafs/include/afs/debug.h
make[4]: Leaving directory `/usr/src/modules/openafs/src/config'
src/config/config src/libafs/MakefileProto.LINUX src/libafs/Makefile amd64_linux26
Wrote new makefile 'src/libafs/Makefile'.
cd src && cd pinstall && make all
make[4]: Entering directory `/usr/src/modules/openafs/src/pinstall'
echo 'char cml_version_number[]="@(#) OpenAFS 1.4.4 built ' `date +"%Y-%m-%d"` '";' >AFS_component_version_number.c
echo 'char* AFSVersion = "openafs 1.4.4"; ' >>AFS_component_version_number.c
gcc -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  ./install.c -o pinstall -lresolv 
make[4]: Leaving directory `/usr/src/modules/openafs/src/pinstall'
cd src && cd lwp && make depinstall
make[4]: Entering directory `/usr/src/modules/openafs/src/lwp'
/usr/src/modules/openafs/src/pinstall/pinstall lock.h /usr/src/modules/openafs/include/lock.h
/usr/src/modules/openafs/src/pinstall/pinstall lwp.h /usr/src/modules/openafs/include/lwp.h
/usr/src/modules/openafs/src/pinstall/pinstall preempt.h /usr/src/modules/openafs/include/preempt.h
/usr/src/modules/openafs/src/pinstall/pinstall timer.h /usr/src/modules/openafs/include/timer.h
make[4]: Leaving directory `/usr/src/modules/openafs/src/lwp'
cd src && cd rx && make depinstall
make[4]: Entering directory `/usr/src/modules/openafs/src/rx'
/usr/src/modules/openafs/src/pinstall/pinstall rx_packet.h /usr/src/modules/openafs/include/rx/rx_packet.h
/usr/src/modules/openafs/src/pinstall/pinstall rx_prototypes.h /usr/src/modules/openafs/include/rx/rx_prototypes.h
/usr/src/modules/openafs/src/pinstall/pinstall rx.h /usr/src/modules/openafs/include/rx/rx.h
/usr/src/modules/openafs/src/pinstall/pinstall rx_user.h /usr/src/modules/openafs/include/rx/rx_user.h
/usr/src/modules/openafs/src/pinstall/pinstall rx_event.h /usr/src/modules/openafs/include/rx/rx_event.h
/usr/src/modules/openafs/src/pinstall/pinstall rx_queue.h /usr/src/modules/openafs/include/rx/rx_queue.h
/usr/src/modules/openafs/src/pinstall/pinstall rx_globals.h /usr/src/modules/openafs/include/rx/rx_globals.h
/usr/src/modules/openafs/src/pinstall/pinstall rx_clock.h /usr/src/modules/openafs/include/rx/rx_clock.h
/usr/src/modules/openafs/src/pinstall/pinstall rx_multi.h /usr/src/modules/openafs/include/rx/rx_multi.h
/usr/src/modules/openafs/src/pinstall/pinstall rx_pthread.h /usr/src/modules/openafs/include/rx/rx_pthread.h
/usr/src/modules/openafs/src/pinstall/pinstall rx_lwp.h /usr/src/modules/openafs/include/rx/rx_lwp.h
/usr/src/modules/openafs/src/pinstall/pinstall rx_misc.h /usr/src/modules/openafs/include/rx/rx_misc.h
/usr/src/modules/openafs/src/pinstall/pinstall rx_null.h /usr/src/modules/openafs/include/rx/rx_null.h
/usr/src/modules/openafs/src/pinstall/pinstall xdr.h /usr/src/modules/openafs/include/rx/xdr.h
/usr/src/modules/openafs/src/pinstall/pinstall xdr_prototypes.h /usr/src/modules/openafs/include/rx/xdr_prototypes.h
make[4]: Leaving directory `/usr/src/modules/openafs/src/rx'
cd src && cd rxgen && make all
make[4]: Entering directory `/usr/src/modules/openafs/src/rxgen'
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c rpc_main.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c rpc_hout.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c rpc_cout.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c rpc_parse.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c rpc_scan.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c rpc_util.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c rpc_svcout.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c rpc_clntout.c
echo 'char cml_version_number[]="@(#) OpenAFS 1.4.4 built ' `date +"%Y-%m-%d"` '";' >AFS_component_version_number.c
echo 'char* AFSVersion = "openafs 1.4.4"; ' >>AFS_component_version_number.c
gcc -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  rpc_main.o rpc_hout.o rpc_cout.o rpc_parse.o rpc_scan.o rpc_util.o rpc_svcout.o rpc_clntout.o -lresolv -o rxgen
/usr/src/modules/openafs/src/pinstall/pinstall rxgen_consts.h /usr/src/modules/openafs/include/afs/rxgen_consts.h
make[4]: Leaving directory `/usr/src/modules/openafs/src/rxgen'
cd src && cd procmgmt && make all
make[4]: Entering directory `/usr/src/modules/openafs/src/procmgmt'
gcc -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./procmgmt_unix.c
echo 'char cml_version_number[]="@(#) OpenAFS 1.4.4 built ' `date +"%Y-%m-%d"` '";' >AFS_component_version_number.c
echo 'char* AFSVersion = "openafs 1.4.4"; ' >>AFS_component_version_number.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c AFS_component_version_number.c
rm -f libprocmgmt.a
ar crv libprocmgmt.a procmgmt_unix.o AFS_component_version_number.o
a - procmgmt_unix.o
a - AFS_component_version_number.o
ranlib libprocmgmt.a
/usr/src/modules/openafs/src/pinstall/pinstall libprocmgmt.a /usr/src/modules/openafs/lib/libprocmgmt.a
/usr/src/modules/openafs/src/pinstall/pinstall procmgmt.h /usr/src/modules/openafs/include/afs/procmgmt.h
make[4]: Leaving directory `/usr/src/modules/openafs/src/procmgmt'
cd src && cd des && make all 
make[4]: Entering directory `/usr/src/modules/openafs/src/des'
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c make_s_table.c
echo 'char cml_version_number[]="@(#) OpenAFS 1.4.4 built ' `date +"%Y-%m-%d"` '";' >AFS_component_version_number.c
echo 'char* AFSVersion = "openafs 1.4.4"; ' >>AFS_component_version_number.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c misc.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c main.c
gcc make_s_table.o misc.o main.o   -o make_s_table
./make_s_table s_table.h
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c make_p_table.c
gcc make_p_table.o misc.o main.o   -o make_p_table
./make_p_table p_table.h
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c make_ip.c
gcc make_ip.o misc.o main.o   -o make_ip
./make_ip ip.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c make_p.c
gcc make_p.o misc.o main.o   -o make_p
./make_p p.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c make_fp.c
gcc make_fp.o misc.o main.o   -o make_fp
./make_fp fp.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c des.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c cbc_encrypt.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c pcbc_encrypt.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c cksum.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c new_rnd_key.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c make_keyperm.c
gcc make_keyperm.o misc.o main.o   -o make_keyperm
./make_keyperm key_perm.h
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c make_odd.c
gcc make_odd.o misc.o main.o   -o make_odd
./make_odd odd.h
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c key_sched.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c debug_decl.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c quad_cksum.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c key_parity.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c weak_key.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c read_pssword.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c strng_to_key.c
strng_to_key.c: In function 'des_string_to_key':
strng_to_key.c:110: warning: passing argument 1 of 'des_fixup_key_parity' from incompatible pointer type
strng_to_key.c:113: warning: passing argument 1 of 'des_key_sched' from incompatible pointer type
strng_to_key.c:119: warning: passing argument 1 of 'des_fixup_key_parity' from incompatible pointer type
case amd64_linux26 in \
	rs_aix*)\
		gcc -fPIC -c -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -o crypt.o ./crypt.c ;;\
	*)\
		gcc -fPIC -c -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -o crypt.o ./crypt.c ;;\
	esac
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c util.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c AFS_component_version_number.c
rm -f libdes.a
ar crv libdes.a des.o cbc_encrypt.o pcbc_encrypt.o cksum.o new_rnd_key.o key_sched.o debug_decl.o quad_cksum.o key_parity.o weak_key.o read_pssword.o strng_to_key.o misc.o crypt.o util.o AFS_component_version_number.o
a - des.o
a - cbc_encrypt.o
a - pcbc_encrypt.o
a - cksum.o
a - new_rnd_key.o
a - key_sched.o
a - debug_decl.o
a - quad_cksum.o
a - key_parity.o
a - weak_key.o
a - read_pssword.o
a - strng_to_key.o
a - misc.o
a - crypt.o
a - util.o
a - AFS_component_version_number.o
ranlib libdes.a
/usr/src/modules/openafs/src/pinstall/pinstall libdes.a /usr/src/modules/openafs/lib/libdes.a
/usr/src/modules/openafs/src/pinstall/pinstall des.h /usr/src/modules/openafs/include/des.h
/usr/src/modules/openafs/src/pinstall/pinstall des_prototypes.h /usr/src/modules/openafs/include/des_prototypes.h
/usr/src/modules/openafs/src/pinstall/pinstall des_conf.h /usr/src/modules/openafs/include/des_conf.h
/usr/src/modules/openafs/src/pinstall/pinstall mit-cpyright.h /usr/src/modules/openafs/include/mit-cpyright.h
/usr/src/modules/openafs/src/pinstall/pinstall odd.h /usr/src/modules/openafs/include/des_odd.h
make[4]: Leaving directory `/usr/src/modules/openafs/src/des'
cd src && cd util && make all
make[4]: Entering directory `/usr/src/modules/openafs/src/util'
( sed \
		-e "s+@afsconfdir+/usr/src/modules/openafs/debian/tmp/etc/openafs/server+" \
		-e "s+@viceetcdir+/usr/src/modules/openafs/debian/tmp/etc/openafs+" \
		-e "s+@afssrvbindir+/usr/src/modules/openafs/debian/tmp/bin+" \
		-e "s+@afssrvsbindir+/usr/src/modules/openafs/debian/tmp/sbin+" \
		-e "s+@afssrvlibexecdir+/usr/src/modules/openafs/debian/tmp/libexec/openafs+" \
		-e "s+@afsdbdir+/usr/src/modules/openafs/debian/tmp/var/openafs/db+" \
		-e "s+@afslogsdir+/usr/src/modules/openafs/debian/tmp/var/openafs/logs+" \
		-e "s+@afslocaldir+/usr/src/modules/openafs/debian/tmp/var/openafs+" \
		-e "s+@afsbackupdir+/usr/src/modules/openafs/debian/tmp/var/openafs/backup+" \
		-e "s+@afsbosconfigdir+/usr/src/modules/openafs/debian/tmp/etc/openafs+" \
		./dirpath.hin >dirpath.h.tmp && \
		mv dirpath.h.tmp dirpath.h )
/usr/src/modules/openafs/src/pinstall/pinstall dirpath.h /usr/src/modules/openafs/include/afs/dirpath.h
/usr/src/modules/openafs/src/pinstall/pinstall pthread_nosigs.h /usr/src/modules/openafs/include/afs/pthread_nosigs.h
/usr/src/modules/openafs/src/pinstall/pinstall assert.h /usr/src/modules/openafs/include/afs/assert.h
/usr/src/modules/openafs/src/pinstall/pinstall errors.h /usr/src/modules/openafs/include/afs/errors.h
/usr/src/modules/openafs/src/pinstall/pinstall vice.h /usr/src/modules/openafs/include/afs/vice.h
/usr/src/modules/openafs/src/pinstall/pinstall remote.h /usr/src/modules/openafs/include/afs/remote.h
/usr/src/modules/openafs/src/pinstall/pinstall ktime.h /usr/src/modules/openafs/include/afs/ktime.h
/usr/src/modules/openafs/src/pinstall/pinstall fileutil.h /usr/src/modules/openafs/include/afs/fileutil.h
/usr/src/modules/openafs/src/pinstall/pinstall netutils.h /usr/src/modules/openafs/include/afs/netutils.h
/usr/src/modules/openafs/src/pinstall/pinstall packages.h /usr/src/modules/openafs/include/afs/packages.h
/usr/src/modules/openafs/src/pinstall/pinstall afsutil.h /usr/src/modules/openafs/include/afs/afsutil.h
/usr/src/modules/openafs/src/pinstall/pinstall afsutil_prototypes.h /usr/src/modules/openafs/include/afs/afsutil_prototypes.h
/usr/src/modules/openafs/src/pinstall/pinstall pthread_glock.h /usr/src/modules/openafs/include/afs/pthread_glock.h
/usr/src/modules/openafs/src/pinstall/pinstall afs_atomlist.h /usr/src/modules/openafs/include/afs/afs_atomlist.h
/usr/src/modules/openafs/src/pinstall/pinstall afs_lhash.h /usr/src/modules/openafs/include/afs/afs_lhash.h
/usr/src/modules/openafs/src/pinstall/pinstall softsig.h /usr/src/modules/openafs/include/afs/softsig.h
/usr/src/modules/openafs/src/pinstall/pinstall potpourri.h /usr/src/modules/openafs/include/potpourri.h
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./assert.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./base64.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./casestrcpy.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./ktime.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./volparse.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./hostparse.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./hputil.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./kreltime.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./isathing.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./get_krbrlm.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./uuid.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./serverLog.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./dirpath.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./fileutil.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./netutils.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./flipbase64.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./afs_atomlist.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./afs_lhash.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./snprintf.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./strlcat.c
./strlcat.c: In function 'strlcat':
./strlcat.c:49: warning: incompatible implicit declaration of built-in function 'strlen'
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./strlcpy.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./daemon.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./rxkstats.c
echo 'char cml_version_number[]="@(#) OpenAFS 1.4.4 built ' `date +"%Y-%m-%d"` '";' >AFS_component_version_number.c
echo 'char* AFSVersion = "openafs 1.4.4"; ' >>AFS_component_version_number.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c AFS_component_version_number.c
rm -f util.a
ar crv util.a assert.o base64.o casestrcpy.o ktime.o volparse.o hostparse.o hputil.o kreltime.o isathing.o get_krbrlm.o uuid.o serverLog.o dirpath.o fileutil.o netutils.o flipbase64.o afs_atomlist.o afs_lhash.o snprintf.o strlcat.o strlcpy.o daemon.o rxkstats.o  AFS_component_version_number.o
a - assert.o
a - base64.o
a - casestrcpy.o
a - ktime.o
a - volparse.o
a - hostparse.o
a - hputil.o
a - kreltime.o
a - isathing.o
a - get_krbrlm.o
a - uuid.o
a - serverLog.o
a - dirpath.o
a - fileutil.o
a - netutils.o
a - flipbase64.o
a - afs_atomlist.o
a - afs_lhash.o
a - snprintf.o
a - strlcat.o
a - strlcpy.o
a - daemon.o
a - rxkstats.o
a - AFS_component_version_number.o
ranlib util.a
/usr/src/modules/openafs/src/pinstall/pinstall util.a /usr/src/modules/openafs/lib/util.a
/usr/src/modules/openafs/src/pinstall/pinstall util.a /usr/src/modules/openafs/lib/libafsutil.a
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c ./sys.c
gcc   -o sys sys.o
make[4]: Leaving directory `/usr/src/modules/openafs/src/util'
cd src && cd comerr && make all
make[4]: Entering directory `/usr/src/modules/openafs/src/comerr'
echo 'char cml_version_number[]="@(#) OpenAFS 1.4.4 built ' `date +"%Y-%m-%d"` '";' >AFS_component_version_number.c
echo 'char* AFSVersion = "openafs 1.4.4"; ' >>AFS_component_version_number.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c compile_et.c
rm -f et_lex.lex.c
flex -l -t ./et_lex.lex.l > et_lex.lex.c
bison -y  error_table.y 
mv -f y.tab.c error_table.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c error_table.c
case amd64_linux26 in \
	*_linux* | *_umlinux* ) \
	gcc -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -o compile_et compile_et.o error_table.o -L/usr/src/modules/openafs/lib -lafsutil;; \
	* ) \
	gcc -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -o compile_et compile_et.o error_table.o -L/usr/src/modules/openafs/lib -lafsutil -ll;; \
	esac
/usr/src/modules/openafs/src/pinstall/pinstall com_err.h /usr/src/modules/openafs/include/afs/com_err.h
/usr/src/modules/openafs/src/pinstall/pinstall error_table.h /usr/src/modules/openafs/include/afs/error_table.h
/usr/src/modules/openafs/src/pinstall/pinstall mit-sipb-cr.h /usr/src/modules/openafs/include/afs/mit-sipb-cr.h
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c error_msg.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c et_name.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c com_err.c
gcc -fPIC -g -O -I/usr/src/modules/openafs/src/config -I. -I. -I/usr/src/modules/openafs/include -I/usr/src/modules/openafs/include/afs -I/usr/src/modules/openafs/include/rx -I/usr/src/modules/openafs -I/usr/src/modules/openafs/src -I/usr/src/modules/openafs/src -g -O2 -D_LARGEFILE64_SOURCE  -c AFS_component_version_number.c
rm -f libcom_err.a
ar crv libcom_err.a error_msg.o et_name.o com_err.o AFS_component_version_number.o
a - error_msg.o
a - et_name.o
a - com_err.o
a - AFS_component_version_number.o
ranlib libcom_err.a
/usr/src/modules/openafs/src/pinstall/pinstall libcom_err.a /usr/src/modules/openafs/lib/libcom_err.a
rm error_table.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/comerr'
cd src && cd ubik && make depinstall
make[4]: Entering directory `/usr/src/modules/openafs/src/ubik'
Makefile:175: warning: overriding commands for target `/usr/src/modules/openafs/debian/tmp/bin/udebug'
Makefile:172: warning: ignoring old commands for target `/usr/src/modules/openafs/debian/tmp/bin/udebug'
/usr/src/modules/openafs/src/rxgen/rxgen -x -h -o ubik_int.h ./ubik_int.xg
/usr/src/modules/openafs/src/rxgen/rxgen -x -C -o ubik_int.cs.c ./ubik_int.xg
/usr/src/modules/openafs/src/rxgen/rxgen -x -c -o ubik_int.xdr.c ./ubik_int.xg
rm -f ubik.h uerrors.c
/usr/src/modules/openafs/src/comerr/compile_et -p . uerrors -h ubik
Including ./ubik.p.h at beginning of ubik.h file.
/usr/src/modules/openafs/src/pinstall/pinstall ubik.h /usr/src/modules/openafs/include/ubik.h
/usr/src/modules/openafs/src/pinstall/pinstall ubik_int.h /usr/src/modules/openafs/include/ubik_int.h
make[4]: Leaving directory `/usr/src/modules/openafs/src/ubik'
cd src && cd auth && make depinstall
make[4]: Entering directory `/usr/src/modules/openafs/src/auth'
/usr/src/modules/openafs/src/pinstall/pinstall keys.h /usr/src/modules/openafs/include/afs/keys.h
rm -f cellconfig.h acfg_errors.c
/usr/src/modules/openafs/src/comerr/compile_et -p . acfg_errors -h cellconfig
Including ./cellconfig.p.h at beginning of cellconfig.h file.
/usr/src/modules/openafs/src/pinstall/pinstall cellconfig.h /usr/src/modules/openafs/include/afs/cellconfig.h
rm -f auth.h ktc_errors.c
/usr/src/modules/openafs/src/comerr/compile_et -p . ktc_errors -h auth
Including ./auth.p.h at beginning of auth.h file.
/usr/src/modules/openafs/src/pinstall/pinstall auth.h /usr/src/modules/openafs/include/afs/auth.h
/usr/src/modules/openafs/src/pinstall/pinstall ktc.h /usr/src/modules/openafs/include/afs/ktc.h
make[4]: Leaving directory `/usr/src/modules/openafs/src/auth'
cd src && cd vlserver && make depinstall
make[4]: Entering directory `/usr/src/modules/openafs/src/vlserver'
/usr/src/modules/openafs/src/rxgen/rxgen -x -k -C -o Kvldbint.cs.c ./vldbint.xg
/usr/src/modules/openafs/src/rxgen/rxgen -x -k -c -o Kvldbint.xdr.c ./vldbint.xg
/usr/src/modules/openafs/src/rxgen/rxgen -u -x -h -o vldbint.h ./vldbint.xg
/usr/src/modules/openafs/src/pinstall/pinstall vl_opcodes.h /usr/src/modules/openafs/include/afs/vl_opcodes.h
rm -f vlserver.h vl_errors.c; /usr/src/modules/openafs/src/comerr/compile_et -p . vl_errors -h vlserver
Including ./vlserver.p.h at beginning of vlserver.h file.
/usr/src/modules/openafs/src/pinstall/pinstall vlserver.h /usr/src/modules/openafs/include/afs/vlserver.h
/usr/src/modules/openafs/src/pinstall/pinstall vldbint.h /usr/src/modules/openafs/include/afs/vldbint.h
/usr/src/modules/openafs/src/pinstall/pinstall cnvldb.h /usr/src/modules/openafs/include/afs/cnvldb.h
make[4]: Leaving directory `/usr/src/modules/openafs/src/vlserver'
cd src && cd rxkad && make depinstall
make[4]: Entering directory `/usr/src/modules/openafs/src/rxkad'
rm -f rxkad.h rxkad_errs.c
/usr/src/modules/openafs/src/comerr/compile_et -p . rxkad_errs -h rxkad
Including ./rxkad.p.h at beginning of rxkad.h file.
/usr/src/modules/openafs/src/pinstall/pinstall rxkad.h /usr/src/modules/openafs/include/rx/rxkad.h
/usr/src/modules/openafs/src/pinstall/pinstall rxkad_prototypes.h /usr/src/modules/openafs/include/rx/rxkad_prototypes.h
/usr/src/modules/openafs/src/pinstall/pinstall domestic/fcrypt.h fcrypt.h
/usr/src/modules/openafs/src/pinstall/pinstall fcrypt.h /usr/src/modules/openafs/include/rx/fcrypt.h
make[4]: Leaving directory `/usr/src/modules/openafs/src/rxkad'
cd src && cd fsint && make depinstall
make[4]: Entering directory `/usr/src/modules/openafs/src/fsint'
/usr/src/modules/openafs/src/rxgen/rxgen -x -h -o afsint.h ./afsint.xg
/usr/src/modules/openafs/src/pinstall/pinstall afsint.h /usr/src/modules/openafs/include/afs/afsint.h
/usr/src/modules/openafs/src/rxgen/rxgen -x -h -o afscbint.h ./afscbint.xg
/usr/src/modules/openafs/src/pinstall/pinstall afscbint.h /usr/src/modules/openafs/include/afs/afscbint.h
/usr/src/modules/openafs/src/rxgen/rxgen -x -k -h -o Kvice.h ./afsint.xg
/usr/src/modules/openafs/src/rxgen/rxgen -x -k -h -o Kcallback.h ./afscbint.xg
/usr/src/modules/openafs/src/rxgen/rxgen -x -k -S -o Kcallback.ss.c ./afscbint.xg
/usr/src/modules/openafs/src/rxgen/rxgen -x -k -C -o Kvice.cs.c ./afsint.xg
/usr/src/modules/openafs/src/rxgen/rxgen -x -k -c -o Kvice.xdr.c ./afsint.xg
make[4]: Leaving directory `/usr/src/modules/openafs/src/fsint'
cd src && cd libacl && make depinstall
make[4]: Entering directory `/usr/src/modules/openafs/src/libacl'
/usr/src/modules/openafs/src/pinstall/pinstall acl.h /usr/src/modules/openafs/include/afs/acl.h
/usr/src/modules/openafs/src/pinstall/pinstall prs_fs.h /usr/src/modules/openafs/include/afs/prs_fs.h
make[4]: Leaving directory `/usr/src/modules/openafs/src/libacl'
cd src && cd afs && make depinstall
make[4]: Entering directory `/usr/src/modules/openafs/src/afs'
/usr/src/modules/openafs/src/pinstall/pinstall afs.h /usr/src/modules/openafs/include/afs/afs.h
/usr/src/modules/openafs/src/pinstall/pinstall LINUX/osi_inode.h /usr/src/modules/openafs/include/afs/osi_inode.h
/usr/src/modules/openafs/src/pinstall/pinstall afs_stats.h /usr/src/modules/openafs/include/afs/afs_stats.h
/usr/src/modules/openafs/src/pinstall/pinstall exporter.h /usr/src/modules/openafs/include/afs/exporter.h
/usr/src/modules/openafs/src/pinstall/pinstall nfsclient.h /usr/src/modules/openafs/include/afs/nfsclient.h
/usr/src/modules/openafs/src/comerr/compile_et -v 2 -p . afs_trace.et
rm -f afszcm.cat
case amd64_linux26 in \
		sgi_* ) \
			gencat -m afszcm.cat afs_trace.msf ;; \
		sun*_4* ) \
			/usr/etc/gencat afszcm.cat afs_trace.msf ;; \
		*_linux* | *_umlinux* ) \
			gencat --new afszcm.cat afs_trace.msf ;; \
		*_darwin_* ) \
			gencat -new afszcm.cat afs_trace.msf ;; \
		i386_fbsd*) \
			echo No gencat for amd64_linux26 ;; \
		* ) \
			gencat afszcm.cat afs_trace.msf ;; \
	esac
echo 'char cml_version_number[]="@(#) OpenAFS 1.4.4 built ' `date +"%Y-%m-%d"` '";' >AFS_component_version_number.c
echo 'char* AFSVersion = "openafs 1.4.4"; ' >>AFS_component_version_number.c
rm -f unified_afs.c unified_afs.h
/usr/src/modules/openafs/src/comerr/compile_et -p . unified_afs -h unified_afs
Including ./unified_afs.p.h at beginning of unified_afs.h file.
/usr/src/modules/openafs/src/pinstall/pinstall unified_afs.h /usr/src/modules/openafs/include/afs/unified_afs.h
case amd64_linux26 in \
		pmax_ul43 | pmax_ul43a) \
			/usr/src/modules/openafs/src/pinstall/pinstall longc_procs.h /usr/src/modules/openafs/include/afs ;; \
	esac
make[4]: Leaving directory `/usr/src/modules/openafs/src/afs'
cd src && cd dir && make depinstall
make[4]: Entering directory `/usr/src/modules/openafs/src/dir'
/usr/src/modules/openafs/src/pinstall/pinstall dir.h /usr/src/modules/openafs/include/afs/dir.h
make[4]: Leaving directory `/usr/src/modules/openafs/src/dir'
cd src && cd rxstat && make depinstall
make[4]: Entering directory `/usr/src/modules/openafs/src/rxstat'
/usr/src/modules/openafs/src/rxgen/rxgen -x -h -o rxstat.h ./rxstat.xg
/usr/src/modules/openafs/src/pinstall/pinstall rxstat.h /usr/src/modules/openafs/include/rx/rxstat.h
/usr/src/modules/openafs/src/rxgen/rxgen -x -k -C -o Krxstat.cs.c ./rxstat.xg
/usr/src/modules/openafs/src/rxgen/rxgen -x -k -S -o Krxstat.ss.c ./rxstat.xg
/usr/src/modules/openafs/src/rxgen/rxgen -x -k -c -o Krxstat.xdr.c ./rxstat.xg
make[4]: Leaving directory `/usr/src/modules/openafs/src/rxstat'
cd src && cd sys && make depinstall
make[4]: Entering directory `/usr/src/modules/openafs/src/sys'
/usr/src/modules/openafs/src/pinstall/pinstall afssyscalls.h /usr/src/modules/openafs/include/afs/afssyscalls.h
+ touch afs.exp
/usr/src/modules/openafs/src/pinstall/pinstall xfsattrs.h /usr/src/modules/openafs/include/afs/xfsattrs.h
/usr/src/modules/openafs/src/pinstall/pinstall xfsattrs.h ../libafs/afs/xfsattrs.h
+ touch afsl.exp
make[4]: Leaving directory `/usr/src/modules/openafs/src/sys'
cd src && cd libafs && make all
make[4]: Entering directory `/usr/src/modules/openafs/src/libafs'
Makefile.common:50: warning: overriding commands for target `.c.o'
/usr/src/modules/openafs/src/config/Makefile.config:132: warning: ignoring old commands for target `.c.o'
Makefile:166: target `openafs.ko' given more than once in the same rule.
Makefile:171: warning: overriding commands for target `openafs.ko'
Makefile:167: warning: ignoring old commands for target `openafs.ko'
Makefile:203: warning: overriding commands for target `/usr/src/modules/openafs/debian/tmp/lib/openafs/openafs.ko'
Makefile:200: warning: ignoring old commands for target `/usr/src/modules/openafs/debian/tmp/lib/openafs/openafs.ko'
rm -f h net netinet sys rpc
ln -fs rx rpc
for m in MP ; do \
		KDIR=MODLOAD-2.6.22-15-server-$m; \
		mkdir -p ${KDIR}; \
		ln -fs ../Makefile ${KDIR}/Makefile.afs ; \
		ln -fs ../Makefile.common ${KDIR}/Makefile.common; \
		ln -fs ../config ${KDIR}/config; \
	done 
rm -f h 
rm -f sys
rm -f netinet 
if [ -d /usr/src/linux-headers-2.6.22-15-server/include2 ] ; then                  \
	    ln -fs /usr/src/linux-headers-2.6.22-15-server/include2/asm/../linux h       ; \
	    ln -fs /usr/src/linux-headers-2.6.22-15-server/include2/asm/../linux sys     ; \
	    ln -fs /usr/src/linux-headers-2.6.22-15-server/include2/asm/../linux netinet ; \
	else                                                            \
	    ln -fs /usr/src/linux-headers-2.6.22-15-server/include/linux h               ; \
	    ln -fs /usr/src/linux-headers-2.6.22-15-server/include/linux sys             ; \
	    ln -fs /usr/src/linux-headers-2.6.22-15-server/include/linux netinet         ; \
	fi
rm -f linux 
ln -fs /usr/src/linux-headers-2.6.22-15-server/include/linux linux 
rm -f net 
ln -fs /usr/src/linux-headers-2.6.22-15-server/include/net net 
rm -f asm-generic
ln -fs /usr/src/linux-headers-2.6.22-15-server/include/asm-generic asm-generic
rm -f asm
ln -fs /usr/src/linux-headers-2.6.22-15-server/include/asm-x86_64 asm
for m in MP ; do \
		KDIR=MODLOAD-2.6.22-15-server-$m ; \
		echo Building in directory: ${KDIR} ; \
		if [ "$m" = "MP" ] ; then \
			SMP_DEF="-DAFS_SMP  " ; \
			TARG="libafs.mp" ; \
		elif [ "$m" = "EP" ] ; then \
			SMP_DEF="-DAFS_SMP  " ; \
			TARG="libafs.ep" ; \
		elif [ "$m" = "BM" ] ; then \
			SMP_DEF="-DAFS_SMP  " ; \
			TARG="libafs.bm" ; \
		else  \
			SMP_DEF=" " ; \
			TARG=libafs ; \
		fi ; \
		cd ${KDIR} ; \
		make -f Makefile.afs SMP_DEF="${SMP_DEF}" linux_compdirs_${TARG} CLIENT=2.6.22-15-server KDIR=${KDIR} || exit $?; \
		cd ../ ; \
	done
Building in directory: MODLOAD-2.6.22-15-server-MP
make[5]: Entering directory `/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP'
Makefile.common:50: warning: overriding commands for target `.c.o'
/usr/src/modules/openafs/src/config/Makefile.config:132: warning: ignoring old commands for target `.c.o'
Makefile.afs:166: target `openafs.ko' given more than once in the same rule.
Makefile.afs:171: warning: overriding commands for target `openafs.ko'
Makefile.afs:167: warning: ignoring old commands for target `openafs.ko'
Makefile.afs:203: warning: overriding commands for target `/usr/src/modules/openafs/debian/tmp/lib/openafs/openafs.ko'
Makefile.afs:200: warning: ignoring old commands for target `/usr/src/modules/openafs/debian/tmp/lib/openafs/openafs.ko'
make[5]: Circular openafs.ko <- openafs.ko dependency dropped.
make[5]: Circular openafs.ko <- openafs.ko dependency dropped.
env EXTRA_CFLAGS="" /usr/src/modules/openafs/src/libafs/make_kbuild_makefile.pl MODLOAD-2.6.22-15-server-MP openafs.ko /usr/src/modules/openafs/src/config/Makefile.config Makefile.afs Makefile.common
env EXTRA_CFLAGS="" make -C /usr/src/linux-headers-2.6.22-15-server M=/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP modules
make[6]: Entering directory `/usr/src/linux-headers-2.6.22-15-server'
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_atomlist.o
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_lhash.o
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_analyze.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_analyze.c:36:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_analyze.c:36:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_analyze.c:36:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_analyze.c:36:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_analyze.c:36:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_axscache.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_axscache.c:17:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_axscache.c:17:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_axscache.c:17:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_axscache.c:17:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_axscache.c:17:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_buffer.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_buffer.c:17:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_buffer.c:17:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_buffer.c:17:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_buffer.c:17:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_buffer.c:17:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_callback.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_callback.c:23:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_callback.c:23:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_callback.c:23:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_callback.c:23:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_callback.c:23:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_cbqueue.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_cbqueue.c:81:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_cbqueue.c:81:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_cbqueue.c:81:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_cbqueue.c:81:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_cbqueue.c:81:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_cell.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_cell.c:21:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_cell.c:21:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_cell.c:21:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_cell.c:21:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_cell.c:21:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_chunk.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_chunk.c:18:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_chunk.c:18:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_chunk.c:18:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_chunk.c:18:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_chunk.c:18:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_conn.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_conn.c:36:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_conn.c:36:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_conn.c:36:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_conn.c:36:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_conn.c:36:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_daemons.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_daemons.c:22:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_daemons.c:22:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_daemons.c:22:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_daemons.c:22:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_daemons.c:22:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_daemons.c: In function 'afs_CheckRootVolume':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_daemons.c:325: warning: unused variable 'tvc'
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dcache.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dcache.c:20:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dcache.c:20:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dcache.c:20:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dcache.c:20:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dcache.c:20:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dcache.c:88: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dcache.c:88: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dcache.c: In function 'afs_FindDCache':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dcache.c:1207: warning: value computed is not used
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dcache.c:1207: warning: value computed is not used
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dcache.c: In function 'afs_GetDCache':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dcache.c:1867: warning: value computed is not used
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dcache.c:1867: warning: value computed is not used
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dcache.c:2447: warning: value computed is not used
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dcache.c:2447: warning: value computed is not used
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dir.o
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dir.c:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dir.c:57: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dir.c:71:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dir.c:397: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dynroot.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dynroot.c:33:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dynroot.c:33:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dynroot.c:33:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dynroot.c:33:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dynroot.c:33:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_dynroot.c:99: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_init.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_init.c:24:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_init.c:24:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_init.c:24:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_init.c:24:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_init.c:24:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_lock.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_lock.c:32:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_lock.c:32:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_lock.c:32:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_lock.c:32:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_lock.c:32:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_lock.c:38: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_lock.c:39: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_lock.c:40: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_mariner.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_mariner.c:23:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_mariner.c:23:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_mariner.c:23:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_mariner.c:23:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_mariner.c:23:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_memcache.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_memcache.c:27:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_memcache.c:27:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_memcache.c:27:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_memcache.c:27:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_memcache.c:27:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi.c:17:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi.c:17:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi.c:17:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi.c:17:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi.c:17:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi.c:273: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osidnlc.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osidnlc.c:17:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osidnlc.c:17:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osidnlc.c:17:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osidnlc.c:17:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osidnlc.c:17:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_alloc.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_alloc.c:19:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_alloc.c:19:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_alloc.c:19:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_alloc.c:19:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_alloc.c:19:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_alloc.c: In function 'osi_AllocLargeSpace':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_alloc.c:84: warning: format '%d' expects type 'int', but argument 2 has type 'size_t'
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_alloc.c: In function 'osi_AllocSmallSpace':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_alloc.c:118: warning: format '%d' expects type 'int', but argument 2 has type 'size_t'
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_pag.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_pag.c:29:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_pag.c:29:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_pag.c:29:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_pag.c:29:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_pag.c:29:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_pag.c: In function 'afs_get_groups_from_pag':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_pag.c:497: warning: unused variable 'g1'
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_pag.c:497: warning: unused variable 'g0'
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_pag.c: In function 'PagInCred':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_pag.c:600: warning: passing argument 1 of '__setpag' from incompatible pointer type
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_pag.c:522: warning: unused variable 'g1'
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_pag.c:522: warning: unused variable 'g0'
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_uio.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_uio.c:17:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_uio.c:17:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_uio.c:17:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_uio.c:17:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_uio.c:17:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_vget.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_vget.c:21:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_vget.c:21:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_vget.c:21:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_vget.c:21:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_osi_vget.c:21:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_segments.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_segments.c:20:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_segments.c:20:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_segments.c:20:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_segments.c:20:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_segments.c:20:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_segments.c: In function 'afs_StoreAllSegments':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_segments.c:550: warning: value computed is not used
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_segments.c:550: warning: value computed is not used
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_segments.c:665: warning: value computed is not used
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_segments.c:665: warning: value computed is not used
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_segments.c:307: warning: 'opStartTime.tv_sec' may be used uninitialized in this function
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_segments.c:307: warning: 'opStartTime.tv_usec' may be used uninitialized in this function
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_server.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_server.c:58:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_server.c:58:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_server.c:58:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_server.c:58:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_server.c:58:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_stat.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_stat.c:19:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_stat.c:19:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_stat.c:19:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_stat.c:19:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_stat.c:19:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_user.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_user.c:36:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_user.c:36:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_user.c:36:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_user.c:36:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_user.c:36:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_util.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_util.c:38:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_util.c:38:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_util.c:38:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_util.c:38:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_util.c:38:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_util.c:196: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_util.c:236: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vcache.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vcache.c:45:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vcache.c:45:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vcache.c:45:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vcache.c:45:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vcache.c:45:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vcache.c: In function 'afs_NewVCache':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vcache.c:673: warning: unused variable 'panicstr'
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vcache.c: In function 'afs_NFSFindVCache':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vcache.c:2801: warning: unused variable 'lock'
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vcache.c: In function 'afs_vcacheInit':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vcache.c:2930: warning: unused variable 'tvp'
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_access.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_access.c:29:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_access.c:29:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_access.c:29:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_access.c:29:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_access.c:29:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_access.c: In function 'afs_GetAccessBits':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_access.c:80: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_attrs.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_attrs.c:30:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_attrs.c:30:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_attrs.c:30:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_attrs.c:30:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_attrs.c:30:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_attrs.c: In function 'afs_getattr':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_attrs.c:191: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_create.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_create.c:23:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_create.c:23:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_create.c:23:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_create.c:23:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_create.c:23:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_dirops.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_dirops.c:27:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_dirops.c:27:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_dirops.c:27:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_dirops.c:27:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_dirops.c:27:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_fid.o
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_flock.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_flock.c:22:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_flock.c:22:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_flock.c:22:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_flock.c:22:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_flock.c:22:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_link.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_link.c:23:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_link.c:23:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_link.c:23:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_link.c:23:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_link.c:23:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_link.c:40: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_lookup.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_lookup.c:24:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_lookup.c:24:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_lookup.c:24:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_lookup.c:24:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_lookup.c:24:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_lookup.c:32: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_lookup.c: In function 'afs_DoBulkStat':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_lookup.c:570: warning: 'dotdot.Fid.Unique' may be used uninitialized in this function
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_lookup.c:570: warning: 'dotdot.Fid.Vnode' may be used uninitialized in this function
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_lookup.c:570: warning: 'dotdot.Cell' may be used uninitialized in this function
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_open.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_open.c:24:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_open.c:24:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_open.c:24:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_open.c:24:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_open.c:24:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_read.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_read.c:25:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_read.c:25:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_read.c:25:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_read.c:25:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_read.c:25:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_readdir.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_readdir.c:29:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_readdir.c:29:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_readdir.c:29:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_readdir.c:29:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_readdir.c:29:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_readdir.c:46: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_remove.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_remove.c:27:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_remove.c:27:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_remove.c:27:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_remove.c:27:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_remove.c:27:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_remove.c:51: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_remove.c:219: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_remove.c: In function 'afs_remove':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_remove.c:398: warning: assignment from incompatible pointer type
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_rename.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_rename.c:24:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_rename.c:24:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_rename.c:24:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_rename.c:24:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_rename.c:24:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_strategy.o
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_symlink.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_symlink.c:28:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_symlink.c:28:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_symlink.c:28:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_symlink.c:28:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_symlink.c:28:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_symlink.c:46: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_symlink.c:342: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_write.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_write.c:27:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_write.c:27:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_write.c:27:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_write.c:27:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_write.c:27:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_vnop_write.c:841: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_volume.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_volume.c:41:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_volume.c:41:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_volume.c:41:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_volume.c:41:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_volume.c:41:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afsaux.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afsaux.c:28:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afsaux.c:28:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afsaux.c:28:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afsaux.c:28:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afsaux.c:28:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Kvice.xdr.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/fsint/afsint.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Kvice.xdr.c:7:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/fsint/afsint.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Kvice.xdr.c:7:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Kvice.xdr.c: In function 'xdr_DiskName':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Kvice.xdr.c:351: warning: passing argument 2 of 'afs_xdr_opaque' from incompatible pointer type
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Kvice.xdr.c: In function 'xdr_ViceDisk':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Kvice.xdr.c:685: warning: passing argument 2 of 'xdr_DiskName' from incompatible pointer type
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/xdr_arrayn.o
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/xdr_array.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/xdr_array.c:31:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/xdr_array.c:31:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/xdr_int32.o
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/xdr_int64.o
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Kvice.cs.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/fsint/afsint.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Kvice.cs.c:3:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/fsint/afsint.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Kvice.cs.c:3:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Kvice.cs.c:1083: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/fcrypt.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/rxkad/rxkad_prototypes.h:15,
                 from /usr/src/modules/openafs/src/rxkad/rxkad.h:102,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/fcrypt.c:60:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/rxkad/rxkad_prototypes.h:15,
                 from /usr/src/modules/openafs/src/rxkad/rxkad.h:102,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/fcrypt.c:60:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx.c:24:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx.c:24:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx.c:24:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx.c:24:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx.c:24:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx.c:111: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx.c:112: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx.c:269: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx.c: In function 'rx_StartServer':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx.c:686: warning: statement with no effect
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx.c: In function 'rx_EndCall':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx.c:1844: warning: unused variable 'nxp'
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx.c:1843: warning: unused variable 'tp'
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx.c: At top level:
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx.c:2415: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx.c:2416: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx.c: In function 'rxi_AddRpcStat':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx.c:6918: warning: value computed is not used
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx.c:6918: warning: value computed is not used
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_rdwr.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_rdwr.c:61:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_rdwr.c:61:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_rdwr.c: In function 'rxi_ReadvProc':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_rdwr.c:562: warning: unused variable 'rp'
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_clock.o
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_event.o
In file included from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_event.c:33:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_event.c:37:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_event.c:192: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_event.c:298: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_event.c:304: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_globals.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/rx/rx_globals.h:17,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_globals.c:49:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/rx/rx_globals.h:17,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_globals.c:49:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_kmutex.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/rx/rx_kcommon.h:137,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_kmutex.c:22:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/rx/rx_kcommon.h:137,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_kmutex.c:22:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/rx/rx_kcommon.h:144,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_kmutex.c:22:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/rx/rx_kcommon.h:144,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_kmutex.c:22:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/rx/rx_kcommon.h:144,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_kmutex.c:22:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_kmutex.c: In function 'afs_mutex_enter':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_kmutex.c:48: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'struct afs_kmutex_t *'
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_kmutex.c: In function 'afs_mutex_exit':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_kmutex.c:69: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'struct afs_kmutex_t *'
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_kmutex.c: In function 'afs_cv_wait':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_kmutex.c:90: warning: 'saved_set.sig[0u]' may be used uninitialized in this function
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_knet.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/rx/rx_kcommon.h:137,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_knet.c:23:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/rx/rx_kcommon.h:137,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_knet.c:23:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/rx/rx_kcommon.h:144,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_knet.c:23:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/rx/rx_kcommon.h:144,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_knet.c:23:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/rx/rx_kcommon.h:144,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_knet.c:23:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_kcommon.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/rx/rx_kcommon.h:137,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_kcommon.c:20:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/rx/rx_kcommon.h:137,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_kcommon.c:20:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/rx/rx_kcommon.h:144,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_kcommon.c:20:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/rx/rx_kcommon.h:144,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_kcommon.c:20:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/rx/rx_kcommon.h:144,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_kcommon.c:20:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_misc.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_misc.c:18:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_misc.c:18:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_misc.c:18:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_misc.c:18:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_misc.c:18:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_null.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_null.c:26:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_null.c:26:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_getaddr.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_getaddr.c:42:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_getaddr.c:42:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_packet.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/rx/rx_globals.h:17,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_packet.c:59:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/rx/rx_globals.h:17,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_packet.c:59:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_packet.c:110: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_packet.c: In function 'rxi_PrepareSendPacket':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_packet.c:2590: warning: unused variable 'j'
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_packet.c: At top level:
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_packet.c:122: warning: 'rxi_FreeDataBufsTSFPQ' declared 'static' but never defined
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_multi.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_multi.c:18:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rx_multi.c:18:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/xdr_rx.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/xdr_rx.c:56:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/xdr_rx.c:56:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Kvldbint.cs.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/vlserver/vldbint.h:54,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Kvldbint.cs.c:3:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/vlserver/vldbint.h:54,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Kvldbint.cs.c:3:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Kvldbint.xdr.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/vlserver/vldbint.h:54,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Kvldbint.xdr.c:7:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/vlserver/vldbint.h:54,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Kvldbint.xdr.c:7:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Kcallback.ss.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/fsint/afscbint.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Kcallback.ss.c:3:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/fsint/afscbint.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Kcallback.ss.c:3:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Krxstat.ss.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/rxstat/rxstat.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Krxstat.ss.c:3:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/rxstat/rxstat.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Krxstat.ss.c:3:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Krxstat.xdr.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/rxstat/rxstat.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Krxstat.xdr.c:7:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/rxstat/rxstat.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/Krxstat.xdr.c:7:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxstat.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxstat.c:26:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxstat.c:26:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/crypt_conn.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/crypt_conn.c:31:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/crypt_conn.c:31:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/crypt_conn.c:49:
/usr/src/modules/openafs/src/rxkad/private_data.h:78: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rxkad/private_data.h:79: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/crypt_conn.c: In function 'rxkad_DecryptPacket':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/crypt_conn.c:75: warning: passing argument 4 of 'fc_cbc_encrypt' from incompatible pointer type
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/crypt_conn.c: In function 'rxkad_EncryptPacket':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/crypt_conn.c:116: warning: passing argument 4 of 'fc_cbc_encrypt' from incompatible pointer type
echo 'char cml_version_number[]="@(#) OpenAFS 1.4.4 built ' `date +"%Y-%m-%d"` '";' >/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/AFS_component_version_number.c
echo 'char* AFSVersion = "openafs 1.4.4"; ' >>/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/AFS_component_version_number.c
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/AFS_component_version_number.o
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_exporter.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_exporter.c:17:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_exporter.c:17:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_exporter.c:17:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_exporter.c:17:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_exporter.c:17:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_client.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_client.c:45:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_client.c:45:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_client.c:70:
/usr/src/modules/openafs/src/rxkad/private_data.h:78: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rxkad/private_data.h:79: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_common.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_common.c:48:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_common.c:48:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_common.c:75:
/usr/src/modules/openafs/src/rxkad/private_data.h:78: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rxkad/private_data.h:79: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_common.c: In function 'rxkad_DeriveXORInfo':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_common.c:231: warning: passing argument 4 of 'fc_cbc_encrypt' from incompatible pointer type
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_common.c: In function 'ComputeSum':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_common.c:295: warning: passing argument 3 of 'fc_ecb_encrypt' from incompatible pointer type
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_common.c: In function 'rxkad_NewConnection':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_common.c:362: warning: passing argument 2 of 'rxkad_DeriveXORInfo' from incompatible pointer type
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_common.c:362: warning: passing argument 3 of 'rxkad_DeriveXORInfo' from incompatible pointer type
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_common.c:362: warning: passing argument 4 of 'rxkad_DeriveXORInfo' from incompatible pointer type
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_common.c: In function 'rxkad_CheckPacket':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_common.c:486: warning: passing argument 3 of 'fc_ecb_encrypt' from incompatible pointer type
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_common.c:489: warning: passing argument 2 of 'rxkad_DecryptPacket' from incompatible pointer type
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_common.c:489: warning: passing argument 3 of 'rxkad_DecryptPacket' from incompatible pointer type
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_common.c: In function 'rxkad_PreparePacket':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_common.c:581: warning: passing argument 3 of 'fc_ecb_encrypt' from incompatible pointer type
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_common.c:589: warning: passing argument 2 of 'rxkad_EncryptPacket' from incompatible pointer type
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/rxkad_common.c:589: warning: passing argument 3 of 'rxkad_EncryptPacket' from incompatible pointer type
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/xdr_afsuuid.o
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/xdr.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/xdr.c:61:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/xdr.c:61:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_uuid.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_uuid.c:57:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_uuid.c:57:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_uuid.c:57:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_uuid.c:57:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_uuid.c:57:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_alloc.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_alloc.c:21:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_alloc.c:21:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_alloc.c:21:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_alloc.c:21:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_alloc.c:21:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_alloc.c:222: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_alloc.c:269: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_cred.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_cred.c:21:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_cred.c:21:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_cred.c:21:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_cred.c:21:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_cred.c:21:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_groups.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_groups.c:26:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_groups.c:26:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_groups.c:26:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_groups.c:26:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_groups.c:26:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_groups.c: In function '__setpag':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_groups.c:166: warning: unused variable 'g1'
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_groups.c:166: warning: unused variable 'g0'
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_groups.c: In function 'afs_pag_instantiate':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_groups.c:550: warning: unused variable 'g1'
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_groups.c:550: warning: unused variable 'g0'
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_inode.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_inode.c:27:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_inode.c:27:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_inode.c:27:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_inode.c:27:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_inode.c:27:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_file.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_file.c:20:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_file.c:20:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_file.c:20:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_file.c:20:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_file.c:20:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_file.c: In function 'osi_UFSOpen':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_file.c:56: warning: format '%d' expects type 'int', but argument 2 has type 'long unsigned int'
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_misc.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_misc.c:21:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_misc.c:21:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_misc.c:21:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_misc.c:21:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_misc.c:21:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_misc.c: In function 'osi_rdwr':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_misc.c:149: warning: '_fs_space_decl.seg' may be used uninitialized in this function
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_module.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_module.c:22:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_module.c:22:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_module.c:22:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_module.c:22:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_module.c:22:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_module.c:42:
include/linux/seq_file.h:43: warning: 'printk' is an unrecognized format function type
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_probe.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_probe.c:59:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_probe.c:59:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_probe.c:59:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_probe.c:59:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_probe.c:59:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_sleep.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_sleep.c:17:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_sleep.c:17:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_sleep.c:17:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_sleep.c:17:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_sleep.c:17:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_syscall.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_syscall.c:24:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_syscall.c:24:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_syscall.c:24:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_syscall.c:24:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_syscall.c:24:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_syscall.c:108: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_syscall.c:112: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_syscall.c:127: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_syscall.c:130: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_sysctl.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_sysctl.c:13:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_sysctl.c:13:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_sysctl.c:13:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_sysctl.c:13:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_sysctl.c:13:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vfsops.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vfsops.c:24:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vfsops.c:24:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vfsops.c:24:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vfsops.c:24:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vfsops.c:24:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vfsops.c:266: warning: 'kmem_cache_t' is deprecated
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vfsops.c:291: warning: 'kmem_cache_t' is deprecated
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vm.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vm.c:17:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vm.c:17:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vm.c:17:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vm.c:17:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vm.c:17:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vm.c: In function 'osi_VM_TryToSmush':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vm.c:79: warning: 'invalidate_inode_pages' is deprecated (declared at include/linux/fs.h:1622)
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vnodeops.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vnodeops.c:28:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vnodeops.c:28:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vnodeops.c:28:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vnodeops.c:28:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vnodeops.c:28:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vnodeops.c: In function 'afs_linux_readdir':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vnodeops.c:157: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vnodeops.c: At top level:
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vnodeops.c:638: warning: initialization from incompatible pointer type
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vnodeops.c: In function 'afs_linux_unlink':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/osi_vnodeops.c:1065: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_call.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_call.c:17:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_call.c:17:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_call.c:17:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_call.c:17:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_call.c:17:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_call.c: In function 'afs_InitSetup':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_call.c:118: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_call.c: In function 'afs_DaemonOp':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_call.c:438: warning: unused variable 'tq'
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_call.c: At top level:
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_call.c:491: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_call.c:1873: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_call.c:1874: warning: function declaration isn't a prototype
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_pioctl.o
In file included from /usr/src/modules/openafs/src/rx/rx.h:36,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_pioctl.c:23:
/usr/src/modules/openafs/src/rx/rx_event.h:28: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/rx/rx.h:1041,
                 from /usr/src/modules/openafs/src/afs/afsincludes.h:26,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_pioctl.c:23:
/usr/src/modules/openafs/src/rx/rx_prototypes.h:256: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:257: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:300: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/rx/rx_prototypes.h:302: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:42,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_pioctl.c:23:
/usr/src/modules/openafs/src/afs/exporter.h:53: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:54: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:55: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:56: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:57: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/exporter.h:58: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:49,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_pioctl.c:23:
/usr/src/modules/openafs/include/afs/dir.h:104: warning: function declaration isn't a prototype
In file included from /usr/src/modules/openafs/src/afs/afsincludes.h:53,
                 from /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_pioctl.c:23:
/usr/src/modules/openafs/src/afs/afs_prototypes.h:502: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:580: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:581: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:582: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:670: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:808: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:809: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:965: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1030: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1031: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1032: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1033: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1034: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1035: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1036: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1037: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1038: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1039: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1040: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1041: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/afs/afs_prototypes.h:1042: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_pioctl.c:117: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_pioctl.c:190: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_pioctl.c:270:7: warning: "AFS_SPARC64_LINUX24_ENV" is not defined
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_pioctl.c:853: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_pioctl.c: In function 'afs_HandlePioctl':
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_pioctl.c:1080: warning: function declaration isn't a prototype
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_pioctl.c: At top level:
/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/afs_pioctl.c:2955: warning: function declaration isn't a prototype
  LD [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/openafs.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/openafs.mod.o
  LD [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/openafs.ko
make[6]: Leaving directory `/usr/src/linux-headers-2.6.22-15-server'
echo MP Build Complete
MP Build Complete
make[5]: Leaving directory `/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP'
make[4]: Leaving directory `/usr/src/modules/openafs/src/libafs'
make[3]: Leaving directory `/usr/src/modules/openafs'
make[2]: Leaving directory `/usr/src/modules/openafs'
make[1]: Leaving directory `/usr/src/modules/openafs'
touch build-arch-stamp
/usr/bin/make  -f debian/rules binary-arch
make[1]: Entering directory `/usr/src/modules/openafs'
dh_testdir
dh_testroot
dh_clean -k
cd src/libafs && make install
make[2]: Entering directory `/usr/src/modules/openafs/src/libafs'
Makefile.common:50: warning: overriding commands for target `.c.o'
/usr/src/modules/openafs/src/config/Makefile.config:132: warning: ignoring old commands for target `.c.o'
Makefile:166: target `openafs.ko' given more than once in the same rule.
Makefile:171: warning: overriding commands for target `openafs.ko'
Makefile:167: warning: ignoring old commands for target `openafs.ko'
Makefile:203: warning: overriding commands for target `/usr/src/modules/openafs/debian/tmp/lib/openafs/openafs.ko'
Makefile:200: warning: ignoring old commands for target `/usr/src/modules/openafs/debian/tmp/lib/openafs/openafs.ko'
rm -f h net netinet sys rpc
ln -fs rx rpc
for m in MP ; do \
		KDIR=MODLOAD-2.6.22-15-server-$m; \
		mkdir -p ${KDIR}; \
		ln -fs ../Makefile ${KDIR}/Makefile.afs ; \
		ln -fs ../Makefile.common ${KDIR}/Makefile.common; \
		ln -fs ../config ${KDIR}/config; \
	done 
rm -f h 
rm -f sys
rm -f netinet 
if [ -d /usr/src/linux-headers-2.6.22-15-server/include2 ] ; then                  \
	    ln -fs /usr/src/linux-headers-2.6.22-15-server/include2/asm/../linux h       ; \
	    ln -fs /usr/src/linux-headers-2.6.22-15-server/include2/asm/../linux sys     ; \
	    ln -fs /usr/src/linux-headers-2.6.22-15-server/include2/asm/../linux netinet ; \
	else                                                            \
	    ln -fs /usr/src/linux-headers-2.6.22-15-server/include/linux h               ; \
	    ln -fs /usr/src/linux-headers-2.6.22-15-server/include/linux sys             ; \
	    ln -fs /usr/src/linux-headers-2.6.22-15-server/include/linux netinet         ; \
	fi
rm -f linux 
ln -fs /usr/src/linux-headers-2.6.22-15-server/include/linux linux 
rm -f net 
ln -fs /usr/src/linux-headers-2.6.22-15-server/include/net net 
rm -f asm-generic
ln -fs /usr/src/linux-headers-2.6.22-15-server/include/asm-generic asm-generic
rm -f asm
ln -fs /usr/src/linux-headers-2.6.22-15-server/include/asm-x86_64 asm
for m in MP ; do \
		KDIR=MODLOAD-2.6.22-15-server-$m ; \
		echo Building in directory: ${KDIR} ; \
		if [ "$m" = "MP" ] ; then \
			SMP_DEF="-DAFS_SMP  " ; \
			TARG="libafs.mp" ; \
		elif [ "$m" = "EP" ] ; then \
			SMP_DEF="-DAFS_SMP  " ; \
			TARG="libafs.ep" ; \
		elif [ "$m" = "BM" ] ; then \
			SMP_DEF="-DAFS_SMP  " ; \
			TARG="libafs.bm" ; \
		else  \
			SMP_DEF=" " ; \
			TARG=libafs ; \
		fi ; \
		cd ${KDIR} ; \
		make -f Makefile.afs SMP_DEF="${SMP_DEF}" linux_compdirs_${TARG} CLIENT=2.6.22-15-server KDIR=${KDIR} || exit $?; \
		cd ../ ; \
	done
Building in directory: MODLOAD-2.6.22-15-server-MP
make[3]: Entering directory `/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP'
Makefile.common:50: warning: overriding commands for target `.c.o'
/usr/src/modules/openafs/src/config/Makefile.config:132: warning: ignoring old commands for target `.c.o'
Makefile.afs:166: target `openafs.ko' given more than once in the same rule.
Makefile.afs:171: warning: overriding commands for target `openafs.ko'
Makefile.afs:167: warning: ignoring old commands for target `openafs.ko'
Makefile.afs:203: warning: overriding commands for target `/usr/src/modules/openafs/debian/tmp/lib/openafs/openafs.ko'
Makefile.afs:200: warning: ignoring old commands for target `/usr/src/modules/openafs/debian/tmp/lib/openafs/openafs.ko'
make[3]: Circular openafs.ko <- openafs.ko dependency dropped.
make[3]: Circular openafs.ko <- openafs.ko dependency dropped.
env EXTRA_CFLAGS="" /usr/src/modules/openafs/src/libafs/make_kbuild_makefile.pl MODLOAD-2.6.22-15-server-MP openafs.ko /usr/src/modules/openafs/src/config/Makefile.config Makefile.afs Makefile.common
env EXTRA_CFLAGS="" make -C /usr/src/linux-headers-2.6.22-15-server M=/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP modules
make[4]: Entering directory `/usr/src/linux-headers-2.6.22-15-server'
echo 'char cml_version_number[]="@(#) OpenAFS 1.4.4 built ' `date +"%Y-%m-%d"` '";' >/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/AFS_component_version_number.c
echo 'char* AFSVersion = "openafs 1.4.4"; ' >>/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/AFS_component_version_number.c
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/AFS_component_version_number.o
  LD [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/openafs.o
  Building modules, stage 2.
  MODPOST 1 modules
  LD [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/openafs.ko
make[4]: Leaving directory `/usr/src/linux-headers-2.6.22-15-server'
echo MP Build Complete
MP Build Complete
make[3]: Leaving directory `/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP'
rm -f h 
rm -f sys
rm -f netinet 
if [ -d /usr/src/linux-headers-2.6.22-15-server/include2 ] ; then                  \
	    ln -fs /usr/src/linux-headers-2.6.22-15-server/include2/asm/../linux h       ; \
	    ln -fs /usr/src/linux-headers-2.6.22-15-server/include2/asm/../linux sys     ; \
	    ln -fs /usr/src/linux-headers-2.6.22-15-server/include2/asm/../linux netinet ; \
	else                                                            \
	    ln -fs /usr/src/linux-headers-2.6.22-15-server/include/linux h               ; \
	    ln -fs /usr/src/linux-headers-2.6.22-15-server/include/linux sys             ; \
	    ln -fs /usr/src/linux-headers-2.6.22-15-server/include/linux netinet         ; \
	fi
rm -f linux 
ln -fs /usr/src/linux-headers-2.6.22-15-server/include/linux linux 
rm -f net 
ln -fs /usr/src/linux-headers-2.6.22-15-server/include/net net 
rm -f asm-generic
ln -fs /usr/src/linux-headers-2.6.22-15-server/include/asm-generic asm-generic
rm -f asm
ln -fs /usr/src/linux-headers-2.6.22-15-server/include/asm-x86_64 asm
for m in MP ; do \
		KDIR=MODLOAD-2.6.22-15-server-$m ; \
		echo Building in directory: ${KDIR} ; \
		if [ "$m" = "MP" ] ; then \
			SMP_DEF="-DAFS_SMP  " ; \
			TARG="libafs.mp" ; \
		elif [ "$m" = "EP" ] ; then \
			SMP_DEF="-DAFS_SMP  " ; \
			TARG="libafs.ep" ; \
		elif [ "$m" = "BM" ] ; then \
			SMP_DEF="-DAFS_SMP  " ; \
			TARG="libafs.bm" ; \
		else  \
			SMP_DEF=" " ; \
			TARG=libafs ; \
		fi ; \
		cd ${KDIR} ; \
		make -f Makefile.afs SMP_DEF="${SMP_DEF}" linux_instdirs_${TARG} CLIENT=2.6.22-15-server KDIR=${KDIR} || exit $?; \
		cd ../ ; \
	done
Building in directory: MODLOAD-2.6.22-15-server-MP
make[3]: Entering directory `/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP'
Makefile.common:50: warning: overriding commands for target `.c.o'
/usr/src/modules/openafs/src/config/Makefile.config:132: warning: ignoring old commands for target `.c.o'
Makefile.afs:166: target `openafs.ko' given more than once in the same rule.
Makefile.afs:171: warning: overriding commands for target `openafs.ko'
Makefile.afs:167: warning: ignoring old commands for target `openafs.ko'
Makefile.afs:203: warning: overriding commands for target `/usr/src/modules/openafs/debian/tmp/lib/openafs/openafs.ko'
Makefile.afs:200: warning: ignoring old commands for target `/usr/src/modules/openafs/debian/tmp/lib/openafs/openafs.ko'
make[3]: Circular openafs.ko <- openafs.ko dependency dropped.
make[3]: Circular openafs.ko <- openafs.ko dependency dropped.
env EXTRA_CFLAGS="" /usr/src/modules/openafs/src/libafs/make_kbuild_makefile.pl MODLOAD-2.6.22-15-server-MP openafs.ko /usr/src/modules/openafs/src/config/Makefile.config Makefile.afs Makefile.common
env EXTRA_CFLAGS="" make -C /usr/src/linux-headers-2.6.22-15-server M=/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP modules
make[4]: Entering directory `/usr/src/linux-headers-2.6.22-15-server'
echo 'char cml_version_number[]="@(#) OpenAFS 1.4.4 built ' `date +"%Y-%m-%d"` '";' >/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/AFS_component_version_number.c
echo 'char* AFSVersion = "openafs 1.4.4"; ' >>/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/AFS_component_version_number.c
  CC [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/AFS_component_version_number.o
  LD [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP/openafs.o
  Building modules, stage 2.
  MODPOST 1 modules
make[4]: Leaving directory `/usr/src/linux-headers-2.6.22-15-server'
/usr/src/modules/openafs/src/pinstall/pinstall -f openafs.ko /usr/src/modules/openafs/debian/tmp/lib/openafs/openafs.ko
echo MP Install Complete
MP Install Complete
make[3]: Leaving directory `/usr/src/modules/openafs/src/libafs/MODLOAD-2.6.22-15-server-MP'
make[2]: Leaving directory `/usr/src/modules/openafs/src/libafs'
install -d -g root -o root -m 755 debian/openafs-modules-2.6.22-15-server/lib/modules/2.6.22-15-server/fs
install -g root -o root -m 755 debian/tmp/lib/openafs/*o debian/openafs-modules-2.6.22-15-server/lib/modules/2.6.22-15-server/fs/
if test -f debian/openafs-modules-2.6.22-15-server/lib/modules/2.6.22-15-server/fs/openafs.o \
	        -a ! -f debian/openafs-modules-2.6.22-15-server/lib/modules/2.6.22-15-server/fs/openafs.mp.o ; then \
	    ln debian/openafs-modules-2.6.22-15-server/lib/modules/2.6.22-15-server/fs/openafs.o debian/openafs-modules-2.6.22-15-server/lib/modules/2.6.22-15-server/fs/openafs.mp.o || exit 1 ; \
	fi
dh_testdir
dh_testroot
dh_installchangelogs NEWS
dh_installdocs
dh_installmodules
dh_strip
dh_link
dh_compress
dh_fixperms
dh_installdeb
dh_gencontrol -- -v`cat debian/VERSION`
dh_md5sums
dh_builddeb --destdir="/usr/src"
dpkg-deb: building package `openafs-modules-2.6.22-15-server' in `/usr/src/openafs-modules-2.6.22-15-server_1.4.4.dfsg1-7+2.6.22-15.54_amd64.deb'.
make[1]: Leaving directory `/usr/src/modules/openafs'
KSRC="/usr/src/linux-headers-2.6.22-15-server" KMAINT="" KEMAIL="" \
	    sh -v debian/genchanges.sh
#!/bin/sh
# genchanges.sh - generate a changes file for a deb file generated via
#	the make-kpkg utility

# KSRC, KVERS, KMAINT, and KEMAIL are expected to be passed through the
# environment.

set -e
umask 022

MODVERS=`cat debian/VERSION | sed s/:/\+/`
ARCH=`dpkg --print-architecture`

mprefix=`grep Package: debian/control.in | cut -d' ' -f 2 | cut -d= -f 1`
chfile="$KSRC/../$mprefix${KVERS}${INT_SUBARCH}_${MODVERS}_${ARCH}.changes"

dpkg-genchanges -b ${KMAINT:+-m"$KMAINT <$KEMAIL>"} -u"$KSRC/.." \
    -cdebian/control > "$chfile"
dpkg-genchanges: binary-only upload - not including any source code
#debsign "$chfile"

/usr/bin/make  -f debian/rules clean
make[1]: Entering directory `/usr/src/modules/openafs'
dh_testdir
dh_testroot
rm -f build-arch-stamp configure-stamp
[ ! -f Makefile ] || /usr/bin/make distclean
make[2]: Entering directory `/usr/src/modules/openafs'
/usr/bin/make clean2
make[3]: Entering directory `/usr/src/modules/openafs'
cd src && cd config && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/config'
rm -f *.o config mkvers core xprt AFS_component_version_number.c param.h.new Makefile.version.in
make[4]: Leaving directory `/usr/src/modules/openafs/src/config'
cd src && cd pinstall && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/pinstall'
rm -f *.o pinstall AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/pinstall'
cd src && cd procmgmt && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/procmgmt'
rm -f *.a *.o core AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/procmgmt'
cd src && cd util && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/util'
rm -f assert.o base64.o casestrcpy.o ktime.o volparse.o hostparse.o hputil.o kreltime.o isathing.o get_krbrlm.o uuid.o serverLog.o dirpath.o fileutil.o netutils.o flipbase64.o afs_atomlist.o afs_lhash.o snprintf.o strlcat.o strlcpy.o daemon.o rxkstats.o  sys dirpath.h
rm -f util.a *.o core AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/util'
cd src && cd audit && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/audit'
rm -f *.a *.o core AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/audit'
cd src && cd comerr && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/comerr'
rm -f *~ \#* *.bak *.otl *.aux *.toc *.PS *.dvi *.x9700 *.ps \
		*.cp *.fn *.ky *.log *.pg *.tp *.vr *.o libcom_err.a \
		com_err.o compile_et et.ar TAGS y.tab.c lex.yy.c error_table.c \
		et_lex.lex.c test1.h test1.c test2.h test2.c \
		eddep makedep core AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/comerr'
cd src && cd cmd && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/cmd'
rm -f  *.a *.o ctest dtest cmd.h cmd_errors.c core AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/cmd'
cd src && cd lwp && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/lwp'
rm -f *.o *.a core AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/lwp'
cd src && cd rxgen && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/rxgen'
rm -f *.o rxgen core AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/rxgen'
cd src && cd rx && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/rx'
rm -f *.o *.a core *_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/rx'
cd src && cd rxstat && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/rxstat'
rm -f rxstat.h *.xdr.c *.cs.c *.ss.c *.o *.a core AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/rxstat'
cd src && cd fsint && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/fsint'
rm -f *.o *.cs.c *.ss.c *.er.c *.a *.xdr.c core \
		afsint.h afscbint.h AFS_component_version_number.c   \
	Kvice.h Kcallback.h
make[4]: Leaving directory `/usr/src/modules/openafs/src/fsint'
cd src && cd export && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/export'
rm -f *.o *.Zlst *.map *.out AFS_component_version_number.c
rm -f export.exp export64.exp
rm -f cfgexport cfgexport64
rm -f cfgafs cfgafs64
rm -f *.ext *.ext.nonfs
make[4]: Leaving directory `/usr/src/modules/openafs/src/export'
cd src && cd afs && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/afs'
rm -f *.o core AFS_component_version_number.c afs_trace.h afs_trace.msf afszcm.cat
rm -f unified_afs.c unified_afs.h
make[4]: Leaving directory `/usr/src/modules/openafs/src/afs'
cd src && cd des && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/des'
rm -f *.a *.s *.o *.b core *~ *.com *.ld
rm -f make_fp make_ip make_keyperm make_odd make_p \
		make_p_table make_s_table key_perm.h p_table.h \
		s_table.h odd.h p.c s.c fp.c ip.c AFS_component_version_number.c
cd test; /usr/bin/make clean
make[5]: Entering directory `/usr/src/modules/openafs/src/des/test'
rm -f *.o *.a testit verify key_test core
make[5]: Leaving directory `/usr/src/modules/openafs/src/des/test'
make[4]: Leaving directory `/usr/src/modules/openafs/src/des'
cd src && cd sys && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/sys'
rm -f *.o libsys.a xfsinode iinc idec icreate iopen istat core \
	rmtsysc rmtsyss *.o rmtsys.ss.c rmtsys.cs.c rmtsys.xdr.c rmtsys.h \
	rmtsysd AFS_component_version_number.c pagsh pagsh.krb \
	afs.exp afsl.exp 
rm -rf picobj
make[4]: Leaving directory `/usr/src/modules/openafs/src/sys'
cd src && cd rxkad && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/rxkad'
rm -f *.o *.a tcrypt core rxkad_errs.c rxkad.h \
		AFS_component_version_number.c \
		fcrypt.h sboxes.h \
		fc_test
make[4]: Leaving directory `/usr/src/modules/openafs/src/rxkad'
cd src && cd auth && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/auth'
rm -f *.o *.a \
		copyauth setkey auth.h cellconfig.h acfg_errors.c \
		ktc_errors.c core AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/auth'
cd src && cd ubik && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/ubik'
Makefile:175: warning: overriding commands for target `/usr/src/modules/openafs/debian/tmp/bin/udebug'
Makefile:172: warning: ignoring old commands for target `/usr/src/modules/openafs/debian/tmp/bin/udebug'
rm -f *.o utst_server utst_client udebug *.a *.cs.c *.ss.c *.xdr.c
rm -f utst_int.h ubik_int.h uerrors.c ubik.h core AFS_component_version_number.c Kubik_int.h
make[4]: Leaving directory `/usr/src/modules/openafs/src/ubik'
cd src && cd ptserver && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/ptserver'
Makefile:237: warning: overriding commands for target `/usr/src/modules/openafs/debian/tmp/bin/pts'
Makefile:234: warning: ignoring old commands for target `/usr/src/modules/openafs/debian/tmp/bin/pts'
rm -f *.a *.o ptserver ptint.cs.c ptint.ss.c ptclient ptint.xdr.c ptint.h \
	libprot.a pts readgroup readpwd db_verify testpt pt_util pterror.h pterror.c \
	core AFS_component_version_number.c Kptint.cs.c Kptint.h Kptint.xdr.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/ptserver'
cd src && cd kauth && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/kauth'
Makefile:257: warning: overriding commands for target `/usr/src/modules/openafs/debian/tmp/sbin/kas'
Makefile:251: warning: ignoring old commands for target `/usr/src/modules/openafs/debian/tmp/sbin/kas'
Makefile:260: warning: overriding commands for target `/usr/src/modules/openafs/debian/tmp/sbin/kpwvalid'
Makefile:254: warning: ignoring old commands for target `/usr/src/modules/openafs/debian/tmp/sbin/kpwvalid'
Makefile:269: warning: overriding commands for target `/usr/src/modules/openafs/debian/tmp/bin/klog'
Makefile:263: warning: ignoring old commands for target `/usr/src/modules/openafs/debian/tmp/bin/klog'
Makefile:272: warning: overriding commands for target `/usr/src/modules/openafs/debian/tmp/bin/klog.krb'
Makefile:266: warning: ignoring old commands for target `/usr/src/modules/openafs/debian/tmp/bin/klog.krb'
rm -f *.o *.a *.xdr.c *.cs.c *.ss.c core \
		kaserver kas klog multiklog kpasswd klogin rebuild \
		kauth.h kautils.h kaerrors.c kpwvalid AFS_component_version_number.c \
		klog.krb knfs klogin.krb kdb Kkauth.h
make[4]: Leaving directory `/usr/src/modules/openafs/src/kauth'
cd src && cd dauth && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/dauth'
rm -f adkint.h adkint.cs.c adkint.ss.c adkint.xdr.c *.o dlog dpass AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/dauth'
cd src && cd libacl && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/libacl'
rm -f acltest *.o *.a core AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/libacl'
cd src && cd dir && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/dir'
rm -f *.o *.a core AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/dir'
cd src && cd vol && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/vol'
rm -f *.o *.a AFS_component_version_number.c
rm -f   core salvager volinfo gi fs_conv_sol26 fs_conv_dux40D
make[4]: Leaving directory `/usr/src/modules/openafs/src/vol'
cd src && cd vlserver && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/vlserver'
rm -f *.o *.a *.otl *.xdr.c *.cs.c *.ss.c core \
		vlserver vlclient cnvldb vldbint.h vlserver.h vldb_check \
		vl_errors.c AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/vlserver'
cd src && cd viced && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/viced'
rm -f *.o fileserver core AFS_component_version_number.c cbd check_sysid fsprobe
make[4]: Leaving directory `/usr/src/modules/openafs/src/viced'
cd src && cd tviced && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/tviced'
rm -f *.o fileserver core AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/tviced'
cd src && cd volser && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/volser'
Makefile:195: warning: overriding commands for target `/usr/src/modules/openafs/debian/tmp/sbin/vos'
Makefile:192: warning: ignoring old commands for target `/usr/src/modules/openafs/debian/tmp/sbin/vos'
rm -f *.o *.a core volserver volint.ss.c volint.cs.c volint.h \
	volint.xdr.c vos volser.h volerr.c AFS_component_version_number.c restorevol voldump
make[4]: Leaving directory `/usr/src/modules/openafs/src/volser'
cd src && cd tvolser && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/tvolser'
rm -f *.o volserver core AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/tvolser'
cd src && cd venus && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/venus'
Makefile:337: warning: overriding commands for target `/usr/src/modules/openafs/debian/tmp/bin/fs'
Makefile:331: warning: ignoring old commands for target `/usr/src/modules/openafs/debian/tmp/bin/fs'
rm -f *.o *.a up fs kdump-* kdump kdump64 core cmdebug AFS_component_version_number.c fstrace gcpags livesys
make[4]: Leaving directory `/usr/src/modules/openafs/src/venus'
cd src && cd venus/test && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/venus/test'
rm -f *.o fulltest owntest idtest getinitparams
make[4]: Leaving directory `/usr/src/modules/openafs/src/venus/test'
cd src && cd afsd && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/afsd'
rm -f *.o vsys afsd core AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/afsd'
cd src && cd null && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/null'
rm -f *.o *.a AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/null'
cd src && cd gtx && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/gtx'
rm -f  *.o *.a *.ln object_test screen_test curses_test core cb_test gtxtest AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/gtx'
cd src && cd fsprobe && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/fsprobe'
rm -f *.o fsprobe_test libfsprobe.a core AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/fsprobe'
cd src && cd scout && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/scout'
rm -f *.o scout core AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/scout'
cd src && cd uss && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/uss'
rm -f *.o uss y.tab.c y.tab.h lex.yy.c core AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/uss'
cd src && cd bozo && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/bozo'
Makefile:158: warning: overriding commands for target `/usr/src/modules/openafs/debian/tmp/bin/bos'
Makefile:155: warning: ignoring old commands for target `/usr/src/modules/openafs/debian/tmp/bin/bos'
rm -f  *.a *.o bos bosserver testproc bos_util \
		bosint.cs.c bosint.ss.c bosint.xdr.c bosint.h \
		core boserr.c bnode.h AFS_component_version_number.c 
make[4]: Leaving directory `/usr/src/modules/openafs/src/bozo'
cd src && cd vfsck && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/vfsck'
rm -f dir.o inode.o main.o pass1.o pass1b.o pass2.o pass3.o pass4.o pass5.o setup.o utilities.o dirutils.o vprintf.o proplist.o ufs_subr.o ufs_tables.o vfsck core AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/vfsck'
cd src && cd sgistuff && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/sgistuff'
rm -f afsauthlib.so afskauthlib.so ta-rauth.o rcmd.o herror.o 
make[4]: Leaving directory `/usr/src/modules/openafs/src/sgistuff'
cd src && cd tsm41 && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/tsm41'
rm -f afs_dynamic_auth afs_dynamic_kerbauth  so_locations
make[4]: Leaving directory `/usr/src/modules/openafs/src/tsm41'
cd src && cd sia && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/sia'
rm -f test-reauth libafssiad.so libafssiad.krb.so *.s *.o *.b core *~ *.com *.ld AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/sia'
cd src && cd aklog && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/aklog'
rm -f *.o aklog.o aklog_main.o krb_util.o linked_list.o aklog asetkey ka-forwarder
make[4]: Leaving directory `/usr/src/modules/openafs/src/aklog'
cd src && cd login && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/login'
rm -f *.o login.o setenv.o getenv.o libutil.a core login AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/login'
cd src && cd pam && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/pam'
rm -f *.a *.o *.so.1 test_pam core *~ AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/pam'
cd src && cd afsweb && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/afsweb'
Makefile:171: warning: overriding commands for target `.c.o'
/usr/src/modules/openafs/src/config/Makefile.config:132: warning: ignoring old commands for target `.c.o'
/bin/rm -f *.o weblog weblog_starter libapacheafs.a libcommon.a libadk.a
make[4]: Leaving directory `/usr/src/modules/openafs/src/afsweb'
cd src && cd update && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/update'
rm -f *.o upclient upserver update.ss.c update.cs.c update.xdr.c update.h core \
	AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/update'
cd src && cd log && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/log'
Makefile:112: warning: overriding commands for target `/usr/src/modules/openafs/debian/tmp/bin/tokens'
Makefile:106: warning: ignoring old commands for target `/usr/src/modules/openafs/debian/tmp/bin/tokens'
Makefile:115: warning: overriding commands for target `/usr/src/modules/openafs/debian/tmp/bin/tokens.krb'
Makefile:109: warning: ignoring old commands for target `/usr/src/modules/openafs/debian/tmp/bin/tokens.krb'
rm -f *.o log passwd unlog tokens kseal core AFS_component_version_number.c tokens.krb
make[4]: Leaving directory `/usr/src/modules/openafs/src/log'
cd src && cd bu_utils && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/bu_utils'
rm -f *.o fms AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/bu_utils'
cd src && cd usd && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/usd'
rm -f *.o libusd.a core AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/usd'
cd src && cd bubasics && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/bubasics'
rm -f *.o *.a *.xdr.c *.ss.c *.cs.c butc.h butx.h butm.h bumon.h tcdata.h \
		butc_errs.c butx_errs.c butm_errs.c core AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/bubasics'
cd src && cd butm && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/butm'
rm -f *.o *.a core test_ftm AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/butm'
cd src && cd butc && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/butc'
rm -f butc *.o butc_test core tdump read_tape AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/butc'
cd src && cd tbutc && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/tbutc'
rm -f *.o *.a core AFS_component_version_number.c butc
make[4]: Leaving directory `/usr/src/modules/openafs/src/tbutc'
cd src && cd budb && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/budb'
rm -f *.o *~ budb_errs.[ch] budb.h budb_client.h *.a *.xdr.c \
		*.ss.c *.cs.c core budb_server AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/budb'
cd src && cd bucoord && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/bucoord'
rm -f *.o backup convert *.ss.c *.cs.c *.xdr.c *.a core btest ttest AFS_component_version_number.c bc.h bucoord_errs.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/bucoord'
cd src && cd xstat && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/xstat'
rm -f *.o *.a xstat_fs_test xstat_cm_test core AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/xstat'
cd src && cd afsmonitor && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/afsmonitor'
rm -f *.o afsmonitor AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/afsmonitor'
cd src && cd tests && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/tests'
rm -f xf_errs.c xf_errs.h dumpscan_errs.c dumpscan_errs.h *.o \
	libxfiles.a libdumpscan.a afsdump_scan afsdump_dirlist afsdump_extract dumptool run-tests write-ro-file hello-world read-vs-mmap read-vs-mmap2 mmap-and-read large-dir large-dir2 large-dir3 mountpoint test-setgroups test-setpag hardlink1 hardlink2 mkdir2 create-files create-symlinks create-dirs dup2-and-unlog readdir-vs-lstat read-write create-remove mkdir3 symlink echo-n test-parallel1 test-parallel2 create-stat kill-softly kill-softer rm-rf exit-wo-close mmap-vs-read mmap-vs-read2 strange-characters-c pine append-over-page write-ucc utime-dir mmap-shared-write rename5 rename-under-feet write-closed write-closed2 truncate fchmod make-page utime-file rename6 write3 still-there-p write-large afscp hardlink4 intr-read asu truncate-files mmap-cat blocks-new-file fsx write-rand OS.pm
make[4]: Leaving directory `/usr/src/modules/openafs/src/tests'
cd src && cd rxdebug && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/rxdebug'
rm -f *.o *.a core *_component_version_number.c rxdumptrace rxdebug
make[4]: Leaving directory `/usr/src/modules/openafs/src/rxdebug'
cd src && cd libafsrpc && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/libafsrpc'
rm -f *.o libafsrpc*
make[4]: Leaving directory `/usr/src/modules/openafs/src/libafsrpc'
cd src && cd libafsauthent && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/libafsauthent'
rm -f *.o *.a libafsauthent*
make[4]: Leaving directory `/usr/src/modules/openafs/src/libafsauthent'
cd src && cd shlibafsrpc && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/shlibafsrpc'
rm -f *.o libafsrpc*
make[4]: Leaving directory `/usr/src/modules/openafs/src/shlibafsrpc'
cd src && cd shlibafsauthent && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/shlibafsauthent'
rm -f *.o *.a libafsauthent*
make[4]: Leaving directory `/usr/src/modules/openafs/src/shlibafsauthent'
cd src && cd libadmin && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/libadmin'
make[4]: Nothing to be done for `clean'.
make[4]: Leaving directory `/usr/src/modules/openafs/src/libadmin'
cd src && cd libadmin/adminutil && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/libadmin/adminutil'
rm -f *.o libafsadminutil*
rm -f afs_AdminBosErrors.c afs_AdminBosErrors.h
rm -f afs_AdminCfgErrors.c afs_AdminCfgErrors.h
rm -f afs_AdminClientErrors.c afs_AdminClientErrors.h
rm -f afs_AdminCommonErrors.c afs_AdminCommonErrors.h
rm -f afs_AdminKasErrors.c afs_AdminKasErrors.h
rm -f afs_AdminMiscErrors.c afs_AdminMiscErrors.h
rm -f afs_AdminPtsErrors.c afs_AdminPtsErrors.h
rm -f afs_AdminUtilErrors.c afs_AdminUtilErrors.h
rm -f afs_AdminVosErrors.c afs_AdminVosErrors.h
make[4]: Leaving directory `/usr/src/modules/openafs/src/libadmin/adminutil'
cd src && cd libadmin/client && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/libadmin/client'
rm -f *.o libclientadmin*
make[4]: Leaving directory `/usr/src/modules/openafs/src/libadmin/client'
cd src && cd libadmin/vos && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/libadmin/vos'
rm -f *.o libvosadmin*
make[4]: Leaving directory `/usr/src/modules/openafs/src/libadmin/vos'
cd src && cd libadmin/kas && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/libadmin/kas'
rm -f *.o libkasadmin*
make[4]: Leaving directory `/usr/src/modules/openafs/src/libadmin/kas'
cd src && cd libadmin/pts && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/libadmin/pts'
rm -f *.o libptsadmin*
make[4]: Leaving directory `/usr/src/modules/openafs/src/libadmin/pts'
cd src && cd libadmin/bos && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/libadmin/bos'
rm -f *.o libbosadmin*
make[4]: Leaving directory `/usr/src/modules/openafs/src/libadmin/bos'
cd src && cd libadmin/cfg && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/libadmin/cfg'
rm -f *.o libcfgadmin*
make[4]: Leaving directory `/usr/src/modules/openafs/src/libadmin/cfg'
cd src && cd libadmin/test && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/libadmin/test'
rm -f *.o afscp core
make[4]: Leaving directory `/usr/src/modules/openafs/src/libadmin/test'
cd src && cd libadmin/samples && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/libadmin/samples'
rm -f *.o cm_client_config cm_list_cells cm_local_cell cm_server_prefs rxdebug_basic_stats rxdebug_conns rxdebug_peers rxdebug_rx_stats rxdebug_supported_stats rxdebug_version rxstat_clear_peer rxstat_clear_process rxstat_disable_peer rxstat_disable_process rxstat_enable_peer rxstat_enable_process rxstat_get_peer rxstat_get_process rxstat_get_version rxstat_query_peer rxstat_query_process core
make[4]: Leaving directory `/usr/src/modules/openafs/src/libadmin/samples'
cd src && cd JAVA/libjafs && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/JAVA/libjafs'
rm -f ../classes/org/openafs/jafs/*.class ./*.o ./org_openafs_jafs_*.h
make[4]: Leaving directory `/usr/src/modules/openafs/src/JAVA/libjafs'
cd src && cd finale && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/finale'
rm -f *.o translate_et core AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/finale'
cd src && cd mpp && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/mpp'
rm -f core a.out *.o *.out mpp AFS_component_version_number.c
make[4]: Leaving directory `/usr/src/modules/openafs/src/mpp'
cd src && cd package && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/package'
rm -f *.o gram.c test_gram.c core package package_test *.BAK y.output yacc.tmp yacc.acts\
	AFS_component_version_number.c lex.c y.tab.h
make[4]: Leaving directory `/usr/src/modules/openafs/src/package'
cd src && cd libafs && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/libafs'
Makefile.common:50: warning: overriding commands for target `.c.o'
/usr/src/modules/openafs/src/config/Makefile.config:132: warning: ignoring old commands for target `.c.o'
Makefile:166: target `openafs.ko' given more than once in the same rule.
Makefile:171: warning: overriding commands for target `openafs.ko'
Makefile:167: warning: ignoring old commands for target `openafs.ko'
Makefile:203: warning: overriding commands for target `/usr/src/modules/openafs/debian/tmp/lib/openafs/openafs.ko'
Makefile:200: warning: ignoring old commands for target `/usr/src/modules/openafs/debian/tmp/lib/openafs/openafs.ko'
rm -rf STATIC* MODLOAD* 
rm -rf  h net netinet rpc ufs machine inet nfs sys afs afsint asm asm-generic config rx linux
make[4]: Leaving directory `/usr/src/modules/openafs/src/libafs'
cd src && cd libuafs && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/libuafs'
make[4]: *** No rule to make target `clean'.  Stop.
make[4]: Leaving directory `/usr/src/modules/openafs/src/libuafs'
make[3]: [clean2] Error 2 (ignored)
cd src && cd tests && /usr/bin/make clean
make[4]: Entering directory `/usr/src/modules/openafs/src/tests'
rm -f xf_errs.c xf_errs.h dumpscan_errs.c dumpscan_errs.h *.o \
	libxfiles.a libdumpscan.a afsdump_scan afsdump_dirlist afsdump_extract dumptool run-tests write-ro-file hello-world read-vs-mmap read-vs-mmap2 mmap-and-read large-dir large-dir2 large-dir3 mountpoint test-setgroups test-setpag hardlink1 hardlink2 mkdir2 create-files create-symlinks create-dirs dup2-and-unlog readdir-vs-lstat read-write create-remove mkdir3 symlink echo-n test-parallel1 test-parallel2 create-stat kill-softly kill-softer rm-rf exit-wo-close mmap-vs-read mmap-vs-read2 strange-characters-c pine append-over-page write-ucc utime-dir mmap-shared-write rename5 rename-under-feet write-closed write-closed2 truncate fchmod make-page utime-file rename6 write3 still-there-p write-large afscp hardlink4 intr-read asu truncate-files mmap-cat blocks-new-file fsx write-rand OS.pm
make[4]: Leaving directory `/usr/src/modules/openafs/src/tests'
(cd src/libafs; /bin/rm -rf afs afsint config rx)
(cd src/libuafs; /bin/rm -rf afs afsint config rx des)
/bin/rm -rf /usr/src/modules/openafs/include /usr/src/modules/openafs/lib @TOP_JLIBDIR@
/bin/rm -rf libafs_tree amd64_linux26
make[3]: Leaving directory `/usr/src/modules/openafs'
/bin/rm -rf lib include
/bin/rm -f config.log config.cache config.status \
	src/config/afsconfig.h src/config/stamp-h1 \
	Makefile \
	src/afs/Makefile \
	src/afsd/Makefile \
	src/afsd/afs.ppc_darwin.plist \
	src/afsmonitor/Makefile \
	src/afsweb/Makefile \
	src/aklog/Makefile \
	src/audit/Makefile \
	src/auth/test/Makefile \
	src/auth/Makefile \
	src/bozo/test/Makefile \
	src/bozo/Makefile \
	src/bu_utils/Makefile \
	src/bubasics/Makefile \
	src/bucoord/Makefile \
	src/budb/Makefile \
	src/butc/Makefile \
	src/butm/Makefile \
	src/cmd/test/Makefile \
	src/cmd/Makefile \
	src/comerr/test/Makefile \
	src/comerr/Makefile \
	src/config/Makefile \
	src/config/Makefile.version \
	src/config/Makefile.version-NOCML \
	src/config/Makefile.config \
	src/dauth/Makefile \
	src/des/test/Makefile \
	src/des/Makefile \
	src/des_stub/Makefile \
	src/dir/test/Makefile \
	src/dir/Makefile \
	src/export/Makefile \
	src/finale/Makefile \
	src/fsint/Makefile \
	src/fsprobe/Makefile \
	src/gtx/Makefile \
	src/kauth/test/Makefile \
	src/kauth/Makefile \
	src/libacl/test/Makefile \
	src/libacl/Makefile \
	src/libadmin/adminutil/Makefile \
	src/libadmin/Makefile \
	src/libadmin/bos/Makefile \
	src/libadmin/cfg/test/Makefile \
	src/libadmin/cfg/Makefile \
	src/libadmin/client/Makefile \
	src/libadmin/kas/Makefile \
	src/libadmin/pts/Makefile \
	src/libadmin/samples/Makefile \
	src/libadmin/test/Makefile \
	src/libadmin/vos/Makefile \
	src/JAVA/libjafs/Makefile \
	src/libafs/Makefile \
	src/libafs/Makefile.common \
	src/libafs/MakefileProto.LINUX \
	src/libafs/afs.LINUX.plist \
	src/libafsauthent/Makefile \
	src/libafsrpc/Makefile \
	src/libuafs/Makefile \
	src/libuafs/Makefile.common \
	src/libuafs/MakefileProto.LINUX \
	src/log/test/Makefile \
	src/log/Makefile \
	src/login/Makefile \
	src/lwp/test/Makefile \
	src/lwp/Makefile \
	src/mpp/Makefile \
	src/null/Makefile \
	src/package/Makefile \
	src/pam/Makefile \
	src/pinstall/test/Makefile \
	src/pinstall/Makefile \
	src/platform/Makefile \
	src/platform/LINUX/Makefile \
	src/procmgmt/Makefile \
	src/procmgmt/test/Makefile \
	src/ptserver/Makefile \
	src/rx/Makefile \
	src/rx/bulk.example/Makefile \
	src/rx/bulktest/Makefile \
	src/rx/multi.example/Makefile \
	src/rx/simple.example/Makefile \
	src/rx/test/Makefile \
	src/rxdebug/Makefile \
	src/rxgen/Makefile \
	src/rxkad/Makefile \
	src/rxkad/test/Makefile \
	src/rxstat/Makefile \
	src/scout/Makefile \
	src/sgistuff/Makefile \
	src/shlibafsauthent/Makefile \
	src/shlibafsrpc/Makefile \
	src/sia/Makefile \
	src/sys/Makefile \
	src/tbutc/Makefile \
	src/tests/Makefile \
	src/tests/run-tests \
	src/tests/OpenAFS/Dirpath.pm \
	src/tsm41/Makefile \
	src/tviced/Makefile \
	src/tvolser/Makefile \
	src/ubik/Makefile \
	src/update/Makefile \
	src/usd/test/Makefile \
	src/usd/Makefile \
	src/uss/Makefile \
	src/util/Makefile \
	src/util/test/Makefile \
	src/venus/test/Makefile \
	src/venus/Makefile \
	src/vfsck/Makefile \
	src/viced/Makefile \
	src/vlserver/Makefile \
	src/vol/Makefile \
	src/vol/test/Makefile \
	src/volser/Makefile \
	src/wsadmin.src/Makefile \
	src/xstat/Makefile  \
	src/helper-splint.sh
if test -d doc/man-pages ; then \
	    rm -f doc/man-pages/Makefile doc/man-pages/install-man ; \
	fi
make[2]: Leaving directory `/usr/src/modules/openafs'
dh_clean
make[1]: Leaving directory `/usr/src/modules/openafs'
Build time: 129 seconds
