From ba386a632e5314abefd3cc062b4e7b84af002cf1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 31 Jan 2014 12:28:47 -0600 Subject: dosfs/fat.c: Remove use of register keyword --- cpukit/libfs/src/dosfs/fat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/libfs/src/dosfs/fat.c b/cpukit/libfs/src/dosfs/fat.c index 92e81d3b8b..59f53091ca 100644 --- a/cpukit/libfs/src/dosfs/fat.c +++ b/cpukit/libfs/src/dosfs/fat.c @@ -474,7 +474,7 @@ fat_init_volume_info(fat_fs_info_t *fs_info, const char *device) { rtems_status_code sc = RTEMS_SUCCESSFUL; int rc = RC_OK; - register fat_vol_t *vol = &fs_info->vol; + fat_vol_t *vol = &fs_info->vol; uint32_t data_secs = 0; char boot_rec[FAT_MAX_BPB_SIZE]; char fs_info_sector[FAT_USEFUL_INFO_SIZE]; -- cgit v1.2.3