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 | f567d47c24feecab673e8da68f9dea5926fd78ca (patch) | |
| tree | a9e4da4447ce23a62456f57cf3d7cc5940fa9659 /libutil/_secure_path.c | |
| parent | 67a0ef27644ad3ae9cd0df362ed185d28e53bca5 (diff) | |
| download | pw-darwin-f567d47c24feecab673e8da68f9dea5926fd78ca.tar.gz pw-darwin-f567d47c24feecab673e8da68f9dea5926fd78ca.zip | |
Add __FBSDID()s to libutil
Diffstat (limited to 'libutil/_secure_path.c')
| -rw-r--r-- | libutil/_secure_path.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libutil/_secure_path.c b/libutil/_secure_path.c index c27003c..5c6572d 100644 --- a/libutil/_secure_path.c +++ b/libutil/_secure_path.c @@ -17,10 +17,10 @@ * 4. Absolutely no warranty of function or purpose is made by the authors. * 5. Modifications may be freely made to this file providing the above * conditions are met. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/stat.h> |
