From 31c2c5362e2520bd064aff5d8b7dda9293e1a4f1 Mon Sep 17 00:00:00 2001 From: nectar Date: Tue, 29 Jan 2002 17:11:28 +0000 Subject: FreeBSD 4.4 doesn't have __FBSDID. Do it the old-fashioned way instead. Reported by: Steven Farmer Pointy hat to: nectar --- contrib/diff/sdiff.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'contrib/diff/sdiff.c') diff --git a/contrib/diff/sdiff.c b/contrib/diff/sdiff.c index 5b5759e..08673d8 100644 --- a/contrib/diff/sdiff.c +++ b/contrib/diff/sdiff.c @@ -19,8 +19,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* GNU SDIFF was written by Thomas Lord. */ -#include -__FBSDID("$FreeBSD$"); +#ifndef lint +static const char rcsid[] = +"$FreeBSD$"; +#endif #include "system.h" #include -- cgit v1.1