From 733ea32b1c110a10d0f4b3d9cbd22b38f21e6ec7 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 30 Sep 2001 21:36:38 +0000 Subject: [PATCH] Add __FBSDID()s to libftpio --- lib/libftpio/ftpio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libftpio/ftpio.c b/lib/libftpio/ftpio.c index fcf242439ca3..e8f81f94aeba 100644 --- a/lib/libftpio/ftpio.c +++ b/lib/libftpio/ftpio.c @@ -13,11 +13,11 @@ * * Turned inside out. Now returns xfers as new file ids, not as a special * `state' of FTP_t - * - * $FreeBSD$ - * */ +#include +__FBSDID("$FreeBSD$"); + #include #include