diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-15 16:50:50 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-15 16:50:50 +0000 |
commit | 3ef14dc5033bcb02d48d8d842bac760ea2fd0cf1 (patch) | |
tree | 18a4977b3b1cc747e012e8aaa52c21a3e6b1e8ee /libnetfs/file-syncfs.c | |
parent | 33539520d2e6b3789d2354c651b6e8a12ff21edd (diff) | |
download | hurd-3ef14dc5033bcb02d48d8d842bac760ea2fd0cf1.tar.gz hurd-3ef14dc5033bcb02d48d8d842bac760ea2fd0cf1.tar.bz2 hurd-3ef14dc5033bcb02d48d8d842bac760ea2fd0cf1.zip |
entered into RCS
Diffstat (limited to 'libnetfs/file-syncfs.c')
-rw-r--r-- | libnetfs/file-syncfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/file-syncfs.c b/libnetfs/file-syncfs.c index fbc1b55e..13af70ff 100644 --- a/libnetfs/file-syncfs.c +++ b/libnetfs/file-syncfs.c @@ -28,7 +28,7 @@ netfs_S_file_syncfs (struct protid *user, { error_t err; - if (!cred) + if (!user) return EOPNOTSUPP; /* Translators not yet supported by netfs. XXX */ |