/[hurd]/hurd/libnetfs/trans-callback.c
ViewVC logotype

Diff of /hurd/libnetfs/trans-callback.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by roland, Sat Jun 16 20:23:29 2001 UTC revision 1.3 by roland, Sun May 12 01:59:05 2002 UTC
# Line 1  Line 1 
1  /* Callback functions for starting translators  /* Callback functions for starting translators
2    
3     Copyright (C) 1995,96,97,2001 Free Software Foundation, Inc.     Copyright (C) 1995,96,97,2001,02 Free Software Foundation, Inc.
4    
5     This file is part of the GNU Hurd.     This file is part of the GNU Hurd.
6    
# Line 36  _netfs_translator_callback1_fn (void *co Line 36  _netfs_translator_callback1_fn (void *co
36    
37    err = netfs_get_translator (np, argz, argz_len);    err = netfs_get_translator (np, argz, argz_len);
38    if (err)    if (err)
39      return err;      {
40          assert (err != EOPNOTSUPP);
41          return err;
42        }
43    
44    *uid = np->nn_stat.st_uid;    *uid = np->nn_stat.st_uid;
45    *gid = np->nn_stat.st_gid;    *gid = np->nn_stat.st_gid;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26