diff options
author | dillon <dillon@FreeBSD.org> | 2001-09-30 22:12:36 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2001-09-30 22:12:36 +0000 |
commit | 42cae7582de9c28453c790d90932f5ab1a1b7291 (patch) | |
tree | e81c3450499442f616012f6c41951f4fd9553862 | |
parent | fcad02973fa85d37d72e21b6be9df9f88f8e4b21 (diff) | |
download | FreeBSD-src-42cae7582de9c28453c790d90932f5ab1a1b7291.zip FreeBSD-src-42cae7582de9c28453c790d90932f5ab1a1b7291.tar.gz |
Add __FBSDID()s to libradius
-rw-r--r-- | lib/libradius/radlib.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libradius/radlib.c b/lib/libradius/radlib.c index 9af6e4b..0b1299b 100644 --- a/lib/libradius/radlib.c +++ b/lib/libradius/radlib.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 <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/types.h> #include <sys/socket.h> #include <sys/time.h> |