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:
parent
a91e00697e
commit
5dd418263a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user