diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-18 20:28:31 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-18 20:28:31 +0000 |
commit | 5bfe76d512ca3f8f4c77f0d8d0a2985048b345eb (patch) | |
tree | 235f98380d87bdcab4941b0d6ebd98f9a059fd10 | |
parent | 40109ddb1623d34a6881f0c7f1109a572ff2a6cd (diff) |
Formerly ufs.h.~18~
-rw-r--r-- | ufs/ufs.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -253,5 +253,5 @@ void ffs_fragacct (struct fs *, int, long [], int); int ffs_isblock(struct fs *, u_char *, daddr_t); void ffs_clrblock(struct fs *, u_char *, daddr_t); void ffs_setblock (struct fs *, u_char *, daddr_t); -int skpc (u_char, u_int, u_char *); -int scanc (u_int, u_char *, u_char [], u_char); +int skpc (int, int, char *); +int scanc (u_int, u_char *, u_char [], int); |