diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:04:49 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:04:49 +0000 |
| commit | d23686820da2428e987652489ff227c6fe64a117 (patch) | |
| tree | 41075d5c2422139f6d22b5b30db002d17853ded5 | |
| parent | fd0d00c59747ea3700ebf727eda9df09e8dc7fd9 (diff) | |
Notes
| -rw-r--r-- | lib/libopie/opieextra.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libopie/opieextra.c b/lib/libopie/opieextra.c index 874c27892ba6..179dcb681202 100644 --- a/lib/libopie/opieextra.c +++ b/lib/libopie/opieextra.c @@ -2,10 +2,11 @@ * This file contains routines modified from OpenBSD. Parts are contributed * by Todd Miller <millert@openbsd.org>, Theo De Raadt <deraadt@openbsd.org> * and possibly others. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <opie.h> |
