FreeBSD 4.4 doesn't have __FBSDID. Do it the old-fashioned way instead.

Reported by:	Steven Farmer <steve@geoenergycorp.com>
Pointy hat to:	nectar
This commit is contained in:
Jacques Vidrine 2002-01-29 17:11:28 +00:00
parent a91e00697e
commit 5dd418263a

View File

@ -19,8 +19,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* GNU SDIFF was written by Thomas Lord. */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#ifndef lint
static const char rcsid[] =
"$FreeBSD$";
#endif
#include "system.h"
#include <stdio.h>