/[gcl]/gcl/o/unixfsys.c
ViewVC logotype

Diff of /gcl/o/unixfsys.c

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

revision 1.10 by mjthomas, Mon Sep 23 14:47:37 2002 UTC revision 1.11 by camm, Mon Sep 23 22:18:07 2002 UTC
# Line 212  coerce_to_filename(object pathname, char Line 212  coerce_to_filename(object pathname, char
212    object namestring;    object namestring;
213    namestring = coerce_to_namestring(pathname);    namestring = coerce_to_namestring(pathname);
214  #ifndef NO_PWD_H    #ifndef NO_PWD_H  
   int n;  
215    if(namestring->st.st_self[0]=='~')    if(namestring->st.st_self[0]=='~')
216      {char name[20];      {char name[20];
217         int n;
218       char *q = namestring->st.st_self;       char *q = namestring->st.st_self;
219  #ifndef __STDC__  #ifndef __STDC__
220       extern struct passwd *getpwuid();       extern struct passwd *getpwuid();

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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