/[hurd]/hurd/libtrivfs/dir-link.c
ViewVC logotype

Diff of /hurd/libtrivfs/dir-link.c

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

revision 1.7 by mib, Thu May 9 20:47:16 1996 UTC revision 1.8 by roland, Thu Jun 13 21:26:15 2002 UTC
# Line 1  Line 1 
1  /*  /*
2     Copyright (C) 1994, 1996 Free Software Foundation     Copyright (C) 1994,96,2002 Free Software Foundation, Inc.
3    
4     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
5     modify it under the terms of the GNU General Public License as     modify it under the terms of the GNU General Public License as
# Line 16  Line 16 
16     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
17    
18  #include "priv.h"  #include "priv.h"
 #include "fs_S.h"  
19    
20  kern_return_t  kern_return_t
21  trivfs_S_dir_link (struct trivfs_protid *dir,  trivfs_S_dir_link (struct trivfs_protid *dir,
22                     mach_port_t reply, mach_msg_type_name_t reply_type,                     mach_port_t reply, mach_msg_type_name_t reply_type,
23                     struct trivfs_protid *file, char *name, int excl)                     struct trivfs_protid *file, char *name, int excl)
24  {  {
# Line 29  trivfs_S_dir_link (struct trivfs_protid Line 28  trivfs_S_dir_link (struct trivfs_protid
28      return EXDEV;      return EXDEV;
29    return ENOTDIR;    return ENOTDIR;
30  }  }
   
                       

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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