util: added file_compare() utility function
authorAndrew Tridgell <tridge@samba.org>
Thu, 11 Feb 2010 09:19:40 +0000 (20:19 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 11 Feb 2010 10:04:13 +0000 (21:04 +1100)
commitae95d611b6e0754f130707f23fa6ae0997c40b66
treedc15a920a3e0a97e3dd13f1e0e8c5c99926d90a8
parentd6fb64c51244529388b1f79ba8220ff608e1e4de
util: added file_compare() utility function

file_compare() returns true if two files are the same. It is meant for
small files.

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
lib/util/util.h
lib/util/util_file.c