From 93028dc75b5c91d6d7194b0ee6479fd1b090cf6a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 1 Oct 1999 21:53:38 +0000 Subject: 1999-10-01 Roland McGrath * bitmap.c (memscan): Function removed. * ext2fs.h: Removed its decl. * balloc.c (memscan): New static function, defined using memchr. --- ext2fs/ext2fs.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext2fs/ext2fs.h') 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); /* ---------------------------------------------------------------- */ -- cgit v1.2.3