~ubuntu-branches/ubuntu/oneiric/openafs/oneiric-201305130334

« back to all changes in this revision

Viewing changes to src/rx/rx_kcommon.h

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2008-09-22 19:07:02 UTC
  • mfrom: (12.1.14 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080922190702-59m13d7kn6gkw32d
Tags: 1.4.7.dfsg1-6
* Apply upstream patch to free /proc entries in the correct order.
  Thanks, Marc Dionne.  (Closes: #493914)
* Apply upstream deltas to support 2.6.27 kernels and to stop using
  COMMON_KERN_CFLAGS for all 2.6 kernels uniformly, which fixes
  problems on amd64 with newer kernels.  Thanks, Björn Torkelsson.
  (LP: #267504)
* Translation updates:
  - Swedish, thanks Martin Bagge.  (Closes: #493120)

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
#endif
113
113
#ifdef AFS_LINUX22_ENV
114
114
#include "h/sched.h"
 
115
#if defined(FREEZER_H_EXISTS)
 
116
#include "h/freezer.h"
 
117
#endif
115
118
#include "h/netdevice.h"
116
119
#include "linux/if.h"
117
120
#else
155
158
extern struct domain inetdomain;
156
159
#endif /* AFS_XBSD_ENV */
157
160
 
 
161
#if defined(AFS_SUN510_ENV)
 
162
extern struct afs_ifinfo afsifinfo[ADDRSPERSITE];
 
163
#endif
 
164
 
158
165
#endif /* _RX_KCOMMON_H_ */
159
166
 
160
167
#endif