diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:28:01 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:28:01 +0000 |
| commit | e74b6a84ce2dd9e091aabfbaca4d692983662c0d (patch) | |
| tree | 7b2b4cc9ba796f4f78f1d24749494a17da45de32 /lib/libstand/open.c | |
| parent | 542d87feca8130a19f9b6596f11fee75d8fb7c06 (diff) | |
Notes
Diffstat (limited to 'lib/libstand/open.c')
| -rw-r--r-- | lib/libstand/open.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libstand/open.c b/lib/libstand/open.c index 471f93745f01..64721e51d4f1 100644 --- a/lib/libstand/open.c +++ b/lib/libstand/open.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* $NetBSD: open.c,v 1.16 1997/01/28 09:41:03 pk Exp $ */ /*- @@ -65,6 +64,9 @@ * rights to redistribute these changes. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "stand.h" struct open_file files[SOPEN_MAX]; |
