mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
STABLE14-revert-linux-2624-rc5-updates-20080127
LICENSE IPL10 FIXES 83716 the generic 2.6.24 patch should address all this. (cherry picked from commit a0fd168db5e24fca5f08ccf67d53f58c6f05fa35)
This commit is contained in:
parent
2ed6c1153e
commit
cd14e748d0
@ -657,10 +657,6 @@ case $AFS_SYSNAME in *_linux* | *_umlinux*)
|
||||
AC_DEFINE(FREEZER_H_EXISTS, 1, [define if you have linux/freezer.h])
|
||||
fi
|
||||
LINUX_REFRIGERATOR
|
||||
LINUX_KEY_TYPE_H_EXISTS
|
||||
if test "x$ac_cv_linux_key_type_h_exists" = "xyes" ; then
|
||||
AC_DEFINE(KEY_TYPE_H_EXISTS, 1, [define if you have linux/key-type.h])
|
||||
fi
|
||||
LINUX_LINUX_KEYRING_SUPPORT
|
||||
LINUX_KEY_ALLOC_NEEDS_STRUCT_TASK
|
||||
LINUX_DO_SYNC_READ
|
||||
|
@ -17,9 +17,6 @@
|
||||
#include "afs/param.h"
|
||||
#ifdef LINUX_KEYRING_SUPPORT
|
||||
#include <linux/seq_file.h>
|
||||
#if KEY_TYPE_H_EXISTS
|
||||
#include <linux/key-type.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
RCSID
|
||||
|
@ -777,7 +777,7 @@ AC_DEFUN([LINUX_DO_SYNC_READ], [
|
||||
AC_MSG_CHECKING([for linux do_sync_read()])
|
||||
AC_CACHE_VAL([ac_cv_linux_do_sync_read], [
|
||||
save_CPPFLAGS="$CPPFLAGS"
|
||||
EXTRA_FLAGS="$CPPFLAGS -Werror-implicit-function-declaration"
|
||||
CPPFLAGS="$CPPFLAGS -Werror-implicit-function-declaration"
|
||||
AC_TRY_KBUILD(
|
||||
[#include <linux/fs.h>],
|
||||
[do_sync_read(NULL, NULL, 0, NULL);],
|
||||
|
Loading…
x
Reference in New Issue
Block a user