diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-14 21:44:23 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-14 21:44:23 +0000 |
commit | 6093b2a89dbaab8de14f5ddd328b4190c0886fff (patch) | |
tree | 0590da292c3fd19d889539ce1f6d76a4572b2be4 /libdiskfs/io-owner-mod.c | |
parent | f62b3be048d9576d4375f03d4b5a76cc43333e31 (diff) | |
download | hurd-6093b2a89dbaab8de14f5ddd328b4190c0886fff.tar.gz hurd-6093b2a89dbaab8de14f5ddd328b4190c0886fff.tar.bz2 hurd-6093b2a89dbaab8de14f5ddd328b4190c0886fff.zip |
Formerly io-owner-mod.c.~3~
Diffstat (limited to 'libdiskfs/io-owner-mod.c')
-rw-r--r-- | libdiskfs/io-owner-mod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/io-owner-mod.c b/libdiskfs/io-owner-mod.c index 3c2d3ec7..cfc84fd5 100644 --- a/libdiskfs/io-owner-mod.c +++ b/libdiskfs/io-owner-mod.c @@ -20,8 +20,8 @@ /* Implement io_mod_owner as described in <hurd/io.defs>. */ error_t -S_io_mod_owner (struct protid *cred, - pid_t owner) +diskfs_S_io_mod_owner (struct protid *cred, + pid_t owner) { struct node *np; |