OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3124-g007ec3e
Gerrit Code Review
gerrit@openafs.org
Mon, 19 Nov 2012 04:22:29 -0800 (PST)
The following commit has been merged in the master branch:
commit 007ec3e25e6920d7036f70550bc44adefab0c170
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Thu Nov 15 17:49:53 2012 -0500
Linux 3.7: remove use of param.h and ioctl.h
Header files param.h and ioctl.h have moved as part of the userspace
API restructuring of header files. Nothing in those files is
currently needed by the source, so just drop the includes.
Change-Id: Icbbf7038ca1bf23edbde42aaf48f5108626d0040
Reviewed-on: http://gerrit.openafs.org/8469
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/afs/afs_buffer.c | 4 +++-
src/afs/afs_osi.h | 2 ++
src/dir/dir.c | 4 +++-
src/rx/rx_kcommon.h | 2 ++
src/rx/rx_packet.h | 2 ++
src/rx/xdr.c | 2 ++
src/rx/xdr_array.c | 3 ++-
src/rx/xdr_arrayn.c | 3 ++-
src/rx/xdr_int32.c | 6 ++++--
src/util/vice.h | 6 +++---
10 files changed, 25 insertions(+), 9 deletions(-)
--
OpenAFS Master Repository