From 245720c7dff24eda094b0541e5dd93c51f589fea Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 19 Mar 2000 20:56:46 +0000 Subject: 2000-03-19 Roland McGrath * io.c: Comments. --- storeio/io.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/storeio/io.c b/storeio/io.c index cffe917a..8c311866 100644 --- a/storeio/io.c +++ b/storeio/io.c @@ -1,8 +1,7 @@ /* The hurd io interface to storeio - Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc. - - Written by Miles Bader + Copyright (C) 1995,96,97,99,2000 Free Software Foundation, Inc. + Written by Miles Bader This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -247,7 +246,7 @@ trivfs_S_io_get_owner (struct trivfs_protid *cred, else { struct open *open = (struct open *)cred->po->hook; - *owner = open->dev->owner; + *owner = open->dev->owner; /* atomic word fetch */ return 0; } } @@ -262,7 +261,7 @@ trivfs_S_io_mod_owner (struct trivfs_protid *cred, else { struct open *open = (struct open *)cred->po->hook; - open->dev->owner = owner; + open->dev->owner = owner; /* atomic word store */ return 0; } } -- cgit v1.2.3