diff options
author | Roland McGrath <roland@gnu.org> | 1999-10-01 21:53:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-10-01 21:53:38 +0000 |
commit | 93028dc75b5c91d6d7194b0ee6479fd1b090cf6a (patch) | |
tree | 8c229d6edad0afecde657e0a1458783545c05325 /ext2fs/ext2fs.h | |
parent | a994827b8de4e85f62fa85518bab59569213182a (diff) |
1999-10-01 Roland McGrath <roland@baalperazim.frob.com>
* bitmap.c (memscan): Function removed.
* ext2fs.h: Removed its decl.
* balloc.c (memscan): New static function, defined using memchr.
Diffstat (limited to 'ext2fs/ext2fs.h')
-rw-r--r-- | ext2fs/ext2fs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext2fs/ext2fs.h b/ext2fs/ext2fs.h index 2066cd28..9a36e99c 100644 --- a/ext2fs/ext2fs.h +++ b/ext2fs/ext2fs.h @@ -156,10 +156,6 @@ extern int find_first_zero_bit(void * addr, unsigned size); extern int find_next_zero_bit (void * addr, int size, int offset); extern unsigned long ffz(unsigned long word); - -/* Returns a pointer to the first occurence of CH in the buffer BUF of len - LEN, or BUF + LEN if CH doesn't occur. */ -void *memscan(void *buf, unsigned char ch, unsigned len); /* ---------------------------------------------------------------- */ |