diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:36:18 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:36:18 +0000 |
| commit | 22a7e5990ac76c9262f9a4da7829bc1b0c7b8db8 (patch) | |
| tree | c816b761979206b1b4a6f353dc78cf683db6cf33 /lib/liby/main.c | |
| parent | 8719c58fefefd5ceebb076be7e40b2a2be317c36 (diff) | |
Notes
Diffstat (limited to 'lib/liby/main.c')
| -rw-r--r-- | lib/liby/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/liby/main.c b/lib/liby/main.c index 4b4e67aed2bc..398f2ae53cef 100644 --- a/lib/liby/main.c +++ b/lib/liby/main.c @@ -31,6 +31,9 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #ifndef lint static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint */ |
