/[hurd]/hurd/utils/storeinfo.c
ViewVC logotype

Diff of /hurd/utils/storeinfo.c

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

revision 1.19 by roland, Sat Dec 29 00:33:59 2001 UTC revision 1.20 by roland, Tue May 28 23:56:27 2002 UTC
# Line 1  Line 1 
1  /* Show where a file exists  /* Show where a file exists
2    
3     Copyright (C) 1995,96,97,98,99,2001 Free Software Foundation, Inc.     Copyright (C) 1995,96,97,98,99,2001,02 Free Software Foundation, Inc.
4    
5     Written by Miles Bader <miles@gnu.org>     Written by Miles Bader <miles@gnu.org>
6    
# Line 104  print_store (struct store *store, int le Line 104  print_store (struct store *store, int le
104        if ((what & mask) == mask)        if ((what & mask) == mask)
105          {          {
106            psep ();            psep ();
107            printf ("%u", val);            printf ("%zu", val);
108          }          }
109      }      }
110    void poff (store_offset_t val, unsigned mask)    void poff (store_offset_t val, unsigned mask)

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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