diff options
| author | Dave Jones <davej@codemonkey.org.uk> | 2002-09-30 01:45:33 -0700 |
|---|---|---|
| committer | Dave Jones <davej@codemonkey.org.uk> | 2002-09-30 01:45:33 -0700 |
| commit | 4aaae0d97ade4364e2828ac5a93b55dd310ade37 (patch) | |
| tree | 0cf6c00af7513d8f15e5d25e60fde2f52beeadb6 /include/linux | |
| parent | 1c6232c31e306d9518bf5ee5a893f1e121b841b0 (diff) | |
[PATCH] trivial bits.
Adrian Bunk went through .39-dj, and pulled out a bunch of
trivial bits (docs changes, whitespace fixes etc)
- CREDITS: update the web-address of Tigran A. Aivazian
- Documentation/Changes: higher minimum version of reiserfsprogs
- s/www.linuxdoc.org/www.tldp.org/g in:
- Documentation/DocBook/sis900.tmpl
- Documentation/kernel-docs.txt
- Documentation/scsi-generic.txt
- Documentation/scsi.txt
- Documentation/sound/oss/PAS16
- Documentation/filesystems/isofs.txt: document where to get ISO 9660
docs from
- Documentation/networking/00-INDEX: document that e100.txt and e1000.txt
are present
- typo fixes in:
- Documentation/networking/ip-sysctl.txt
- Documentation/s390/Debugging390.txt
- drivers/ide/Config.help
- MAINTAINERS:
- update location of the emu10k1-devel and linux-mips lists
- Remy Card is no longer ext2 maintainer
- list Andrew Morton instead of Remy Card as second ext3 maintainer
- update mail addresses of Riley H. Williams and Jack Hammer
- misc whitespace -> tab fixes
- arch/mips/kernel/time.c: correct the location of a README
- whitespace -> tab fixes in
drivers/net/{3c505,3c509,arcnet/arcnet,at1700,hamradio/scc,ni65,
pcmcia/aironet4500_cs}.c and drivers/net/wan/lmc/lmc_var.h
- drivers/pci/quirks.c: update URL
- remove tabs/whitespace at the end of lines in:
- drivers/tc/lk201-map.map
- drivers/tc/lk201-remap.c
- drivers/tc/zs.h
- fs/jfs/jfs_logmgr.c: remove two extra empty lines
- include/linux/auto_fs.h: s/__x86_64/__x86_64__/
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/auto_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/auto_fs.h b/include/linux/auto_fs.h index 39b120cd2e12..13bc53bc06f5 100644 --- a/include/linux/auto_fs.h +++ b/include/linux/auto_fs.h @@ -45,7 +45,7 @@ * If so, 32-bit user-space code should be backwards compatible. */ -#if defined(__sparc__) || defined(__mips__) || defined(__x86_64) \ +#if defined(__sparc__) || defined(__mips__) || defined(__x86_64__) \ || defined(__powerpc__) || defined(__s390__) typedef unsigned int autofs_wqt_t; #else |
