/[hurd]/hurd/libtrivfs/file-getfh.c
ViewVC logotype

Diff of /hurd/libtrivfs/file-getfh.c

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

revision 1.5 by miles, Mon Nov 13 18:55:02 1995 UTC revision 1.6 by roland, Tue May 28 23:58:13 2002 UTC
# Line 1  Line 1 
1  /*  /*
2     Copyright (C) 1994 Free Software Foundation     Copyright (C) 1994,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 19  Line 19 
19  #include "fs_S.h"  #include "fs_S.h"
20    
21  kern_return_t  kern_return_t
22  trivfs_S_file_getfh (struct trivfs_protid *cred,  trivfs_S_file_getfh (struct trivfs_protid *cred,
23                       mach_port_t reply, mach_msg_type_name_t reply_type,                       mach_port_t reply, mach_msg_type_name_t reply_type,
24                       char **data, u_int *datalen)                       char **data, size_t *datalen)
25  {  {
26    return EOPNOTSUPP;    return EOPNOTSUPP;
27  }  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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