From 518bba4cc16c1c16dee2f3eed6cca94a1756705b Mon Sep 17 00:00:00 2001 From: markm Date: Mon, 3 Dec 2001 01:15:28 +0000 Subject: Use __FBSDID(). --- usr.bin/biff/biff.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'usr.bin/biff/biff.c') diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c index b592d05..9b198b1 100644 --- a/usr.bin/biff/biff.c +++ b/usr.bin/biff/biff.c @@ -29,19 +29,21 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ +#include + +__FBSDID("$FreeBSD$"); + #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1980, 1993\n\ The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ +#endif #ifndef lint static const char sccsid[] = "@(#)biff.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ +#endif #include #include -- cgit v1.1