/[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.24 by camm, Wed Jun 29 04:26:20 2005 UTC revision 1.25 by camm, Thu Oct 6 22:43:40 2005 UTC
# Line 165  coerce_to_filename(object pathname, char Line 165  coerce_to_filename(object pathname, char
165      namestring = coerce_to_namestring(pathname);      namestring = coerce_to_namestring(pathname);
166      vs_push(namestring);      vs_push(namestring);
167    
168  #ifndef NO_PWD_H    #if !defined(NO_PWD_H) && !defined(STATIC_LINKING)
169      if(namestring->st.st_self[0]=='~') {      if(namestring->st.st_self[0]=='~') {
170          char name[20];          char name[20];
171          int n;          int n;
# Line 577  LFD(Lfile_write_date)(void) Line 577  LFD(Lfile_write_date)(void)
577    
578  LFD(Lfile_author)(void)  LFD(Lfile_author)(void)
579  {  {
580  #ifndef NO_PWD_H  #if !defined(NO_PWD_H) && !defined(STATIC_LINKING)
581          char filename[MAXPATHLEN];          char filename[MAXPATHLEN];
582          struct stat filestatus;          struct stat filestatus;
583          struct passwd *pwent;          struct passwd *pwent;
# Line 608  LFD(Lfile_author)(void) Line 608  LFD(Lfile_author)(void)
608  static void  static void
609  FFN(Luser_homedir_pathname)(void)  FFN(Luser_homedir_pathname)(void)
610  {  {
611  #ifndef NO_PWD_H    #if !defined(NO_PWD_H) && !defined(STATIC_LINKING)
612          struct passwd *pwent;          struct passwd *pwent;
613          char filename[MAXPATHLEN];          char filename[MAXPATHLEN];
614          register int i;          register int i;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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