diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:35:07 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:35:07 +0000 |
| commit | 8719c58fefefd5ceebb076be7e40b2a2be317c36 (patch) | |
| tree | 947a4f993aac5c93cff78ad1e3e445c96e2177be /lib/libutil/login_auth.c | |
| parent | 209040d8b082e1336825807edbce8fe65c244860 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/login_auth.c')
| -rw-r--r-- | lib/libutil/login_auth.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libutil/login_auth.c b/lib/libutil/login_auth.c index 1fb21caee1f2..70227a9b392f 100644 --- a/lib/libutil/login_auth.c +++ b/lib/libutil/login_auth.c @@ -24,10 +24,11 @@ * conditions are met. * * Low-level routines relating to the user capabilities database - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/types.h> #include <sys/time.h> #include <sys/resource.h> |
