diff options
author | Roland McGrath <roland@gnu.org> | 2001-10-07 22:36:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-10-07 22:36:02 +0000 |
commit | f29e33843f75a7d22e262864188c502f4367f6ba (patch) | |
tree | c74f08facfab5b3930235b23db4ff3984c70e54d /device/ds_routines.c | |
parent | dd9854ac808623136580ca191f306a1c053b1121 (diff) | |
download | gnumach-f29e33843f75a7d22e262864188c502f4367f6ba.tar.gz gnumach-f29e33843f75a7d22e262864188c502f4367f6ba.tar.bz2 gnumach-f29e33843f75a7d22e262864188c502f4367f6ba.zip |
2001-10-07 Roland McGrath <roland@frob.com>
* ddb/db_access.c: Fix obsolescent #else/#endif syntax.
* device/dev_name.c: Likewise.
* device/dev_pager.c: Likewise.
* device/ds_routines.c: Likewise.
* i386/i386/i386asm.sym: Likewise.
* include/device/device_reply.defs: Likewise.
* include/mach/memory_object.defs: Likewise.
* include/mach/memory_object_default.defs: Likewise.
Diffstat (limited to 'device/ds_routines.c')
-rw-r--r-- | device/ds_routines.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/device/ds_routines.c b/device/ds_routines.c index 7b74ad5b..101dd328 100644 --- a/device/ds_routines.c +++ b/device/ds_routines.c @@ -163,7 +163,7 @@ ds_device_open(open_port, reply_port, reply_port_type, return (MIG_NO_REPLY); } } -#endif NORMA_DEVICE +#endif /* NORMA_DEVICE */ #endif /* ! i386 */ /* @@ -896,7 +896,7 @@ ds_device_read(device, reply_port, reply_port_type, mode, recnum, #ifdef lint *data = *data; *data_count = *data_count; -#endif lint +#endif /* lint */ #ifndef i386 /* @@ -996,7 +996,7 @@ ds_device_read_inband(device, reply_port, reply_port_type, mode, recnum, #ifdef lint *data = *data; *data_count = *data_count; -#endif lint +#endif /* lint */ #ifndef i386 /* @@ -1332,7 +1332,7 @@ ds_device_map(device, protection, offset, size, pager, unmap) #ifdef lint unmap = unmap; -#endif lint +#endif /* lint */ if (protection & ~VM_PROT_ALL) return (KERN_INVALID_ARGUMENT); |