diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-02-01 00:57:29 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-02-01 00:57:29 +0000 |
| commit | ea8d448a923f0d68d7ecf1d2a0583c7d17bdee4e (patch) | |
| tree | ef433201f15534b3543b0b05d4dc15466eed0d0c /lib/libc/gen/setproctitle.c | |
| parent | 919834bd3fbf2b77cedce148242610009c432c29 (diff) | |
Notes
Diffstat (limited to 'lib/libc/gen/setproctitle.c')
| -rw-r--r-- | lib/libc/gen/setproctitle.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/setproctitle.c b/lib/libc/gen/setproctitle.c index 6b71d53e00df..b9b84185e68e 100644 --- a/lib/libc/gen/setproctitle.c +++ b/lib/libc/gen/setproctitle.c @@ -13,10 +13,11 @@ * documentation and/or other materials provided with the distribution. * 3. Absolutely no warranty of function or purpose is made by the author * Peter Wemm. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/types.h> #include <sys/param.h> #include <sys/exec.h> |
