From f567d47c24feecab673e8da68f9dea5926fd78ca Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 30 Sep 2001 22:35:07 +0000 Subject: Add __FBSDID()s to libutil --- libutil/login_crypt.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libutil/login_crypt.c') diff --git a/libutil/login_crypt.c b/libutil/login_crypt.c index e080ba9..f3d83a8 100644 --- a/libutil/login_crypt.c +++ b/libutil/login_crypt.c @@ -22,10 +22,11 @@ * 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$"); + #include #include -- cgit v1.2.3